Create New Deposit Address
Create New Deposit Address
POSThttps://api.gemini.com/v1/deposit/{network}/newAddress
Generates a new deposit address for the specified blockchain network.
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 2 seconds per subaccount. This rate is subject to change.
POST
curl --request POST \
--url https://api.gemini.com/v1/deposit/bitcoin/newAddress \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/deposit/bitcoin/newAddress",
"nonce": "<nonce>",
"label": "optional test label"
}
'Roles
The API key you use to access this endpoint must have the Fund Manager role assigned. See Roles for more information.
The OAuth scope must have addresses:create assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Path Parameters
Request Body
Responses
Successful operation
Last modified on