This endpoint returns your 30-day USD volume.
Authentication is required.
Endpoint |
Request Type | Permissible API Keys |
/api/v3/feeschedules/volumes
|
GET | N/A |
Arguments
|
None
|
Sample Call |
https://futures.kraken.com/derivatives/api/v3/feeschedules/volumes
|
Sample Return if Successful |
{ |
Field | Type | Description |
volumesByFeeSchedule | List of structures | List containing the 30-day volume |
eef90775-995b-4596-9257-0917f6134766 | Positive integer | The 30-day volume for your account |
{ "result":"error", "serverTime":"2016-02-25T09:45:53.818Z", "error":"apiLimitExceeded", } |
Field |
Type | Description |
result
|
String | Always error |
serverTime
|
ISO8601 datetime | The server date and time |
error
|
String |
The reason the API call failed, either of:
|