Get Account Detail
POSThttps://api.gemini.com/v1/account
The account API will return detail about the specific account requested such as users, country codes, etc.
POST
curl --request POST \
--url https://api.gemini.com/v1/account \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/account",
"nonce": "<nonce>",
"account": "primary"
}
'Roles
The API key you use to access this endpoint can be either a Master or Account level key with any role assigned. See Roles for more information.
Headers
Request Body
Responses
Successful operation
Last modified on