Get Trade Volume
Returns 30 day USD trading volume and resulting fee schedule for any asset pair(s) provided. Fees will not be included if pair is not specified as Kraken fees differ by asset pair.
Note: If an asset pair is on a maker/taker fee schedule, the taker side is given in fees and maker side in fees_maker. For pairs not on maker/taker, they will only be given in fees.
pair accepts either a comma-delimited list of pair names or a list of { asset, aclass } objects (the latter is required for non-forex classes such as derivatives or equity_pair). Set fee_schedule to true to additionally receive the full fee schedule per trading pair in the schedules field.
API Key Permissions Required: Funds permissions - Query
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
Body
Nonce used in construction of API-Sign header
Asset pair(s) for which to retrieve fee info (optional, but required if any fee info is desired). Accepts one of the following formats:
- A comma-delimited list of pair names — each is looked up as a forex pair.
- A list of
{ asset, aclass }objects (pairs_with_class). Required to request fees for non-forex classes such asequity_pair,derivatives, orfutures_contract.
Whether or not to include fee info in the results (legacy parameter, accepted for backwards compatibility).
Whether to include the full fee schedule per trading pair in the response (returned in schedules).
Optional parameter for viewing xstocks data.
rebased: Display in terms of underlying equity.base: Display in terms of SPV tokens.
rebased, base