Stradr.com API
  • Welcome!
    • Obtaining an API Key
    • Making your first request
  • Order endpoints
    • [POST] Buy Orders
    • [POST] Sell Orders
  • Account endpoints
    • [POST] Change Settings
    • [GET] Query Positions
    • [GET] Query Account Value
    • [GET] Query Daily Change
    • [GET] Query Buying Power
    • [GET] Query Statistic
    • [GET] Query Settings
    • [GET] Query Ranking
    • [GET] Query API Requests
    • [GET] Generate statistical report
Powered by GitBook
On this page
  1. Account endpoints

[GET] Query API Requests

Query the API requests of your account over the past reset period

This endpoint queries the number of requests made to the Stradr API since the last reset (since the beginning of the hour). Note that querying this endpoint also counts towards your request count. The request count returned includes the current request, such that it remains the current and accurate count of all requests made with the plan since the beginning of the hour.

Example request:

GET https://stradr.com/api/queryRequests?key=YOUR_KEY_HERE
Previous[GET] Query RankingNext[GET] Generate statistical report

Last updated 1 year ago