List Custody Fee Transfers
List Custody Fee Transfers
POSThttps://api.gemini.com/v1/custodyaccountfees
Returns Custody fee records in the supported currencies.
Note
Under the terms of the Gemini API Agreement, polling this endpoint may be subject to rate limiting. This endpoint is currently restricted further than standard rate limiting to a rate of 1 request per 5 seconds per subaccount — the same limit as the List Past Transfers endpoint. One call to one affects the other.
POST
curl --request POST \
--url https://api.gemini.com/v1/custodyaccountfees \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/custodyaccountfees",
"nonce": "<nonce>"
}
'Roles
The API key you use to access this endpoint must have the Trader, Fund Manager, 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
Successful operation
Last modified on