Create New Account
POSThttps://api.gemini.com/v1/account/create
A Master API key can create a new exchange account within the group. This API will return the name of your new account for use with the account parameter when using Master API keys to perform account level functions.
POST
curl --request POST \
--url https://api.gemini.com/v1/account/create \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/account/create",
"nonce": "<nonce>",
"name": "My Secondary Account",
"type": "exchange"
}
'Roles
The API key you use to access this endpoint must be a Master level key and have the Administrator role assigned. See Roles for more information.
Headers
Request Body
Responses
Successful operation
Last modified on