Returns your fee schedule volumes for each fee schedule.
curl --request GET \
--url https://futures.kraken.com/derivatives/api/v3/feeschedules/volumes \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"result": "success",
"serverTime": "2016-02-25T09:45:53.818Z",
"volumesByFeeSchedule": {
"eef90775-995b-4596-9257-0917f6134766": 53823
}
}Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
General API key with at least read-only access
Authentication string
List containing the 30-day volume.
Show child attributes
{
"d46c2190-81e3-4370-a333-424f24387829": 10,
"7fc4d7c0-464f-4029-a9bb-55856d0c5247": 10
}success "success"
Server time in Coordinated Universal Time (UTC)
"2020-08-27T17:03:33.196Z"
curl --request GET \
--url https://futures.kraken.com/derivatives/api/v3/feeschedules/volumes \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"result": "success",
"serverTime": "2016-02-25T09:45:53.818Z",
"volumesByFeeSchedule": {
"eef90775-995b-4596-9257-0917f6134766": 53823
}
}