Skip to main content
GET
/
account
/
usage
Usage statistics
curl --request GET \
  --url https://api.tradewatch.io/account/usage \
  --header 'api-key: <api-key>'
{
  "1685541600": {
    "requests": 25,
    "data": {
      "request": 25372,
      "response": 23928708
    }
  }
}

Authorizations

api-key
string
header
required

Authentication via API key header

Query Parameters

limit
integer | null
default:24

The number of data points to return (max 168).

Required range: 1 <= x <= 168
interval
enum<string> | null
default:1h

The time interval for the usage statistics. Data interval

Available options:
1h,
1d

Response

Success

The response is of type AccountUsageStatistics · object.