List Deposit Addresses
List Deposit Addresses
POSThttps://api.gemini.com/v1/addresses/{network}
Returns deposit addresses 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/addresses/bitcoin \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/addresses/bitcoin",
"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 addresses:read or addresses:create assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Path Parameters
Request Body
Responses
Successful operation
Last modified on