Get Notional Trading Volume
POSThttps://api.gemini.com/v1/notionalvolume
Get the notional 30-day trading volume and current fee tier for your account.
POST
curl --request POST \
--url https://api.gemini.com/v1/notionalvolume \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/notionalvolume",
"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 notional volume
Last modified on