List Staking Balances
List Staking Balances
POSThttps://api.gemini.com/v1/balances/staking
Returns the available balance in Staking as well as the available balance for withdrawal, broken out by provider.
POST
curl --request POST \
--url https://api.gemini.com/v1/balances/staking \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/balances/staking",
"nonce": "<nonce>",
"account": "primary"
}
'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.
Headers
Request Body
Responses
The staking balances
Last modified on