Skip to main content
GET
/
feeschedules
/
volumes
Get fee schedule volumes
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.

Authorizations

APIKey
string
header
required

General API key with at least read-only access

Authent
string
header
required

Authentication string

Response

200 - application/json
volumesByFeeSchedule
object
required

List containing the 30-day volume.

Example:
{
"d46c2190-81e3-4370-a333-424f24387829": 10,
"7fc4d7c0-464f-4029-a9bb-55856d0c5247": 10
}
result
enum<string>
required
Available options:
success
Example:

"success"

serverTime
string<date-time>
required

Server time in Coordinated Universal Time (UTC)

Example:

"2020-08-27T17:03:33.196Z"