Get Trading Volume
Get Trading Volume
POSThttps://api.gemini.com/v1/tradevolume
Get the trading volume for each symbol across a 30-day trailing window.
POST
curl --request POST \
--url https://api.gemini.com/v1/tradevolume \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/tradevolume",
"nonce": "<nonce>"
}
'Roles
The API key you use to access this endpoint must have the Trader or Auditor role assigned. See Roles for more information.
The OAuth scope must have history:read assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Request Body
Responses
The trade volume
Last modified on