Withdraw Crypto Funds
Withdraw Crypto Funds
POSThttps://api.gemini.com/v1/withdraw/{currency}
Allows cryptocurrency withdrawal to a pre-approved address. The account must have an approved address list, the destination address must already be on that list, and the API key must have the Fund Manager role.
POST
curl --request POST \
--url https://api.gemini.com/v1/withdraw/eth \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/withdraw/eth",
"nonce": "<nonce>",
"address": "0xA63123350Acc8F5ee1b1fBd1A6717135e82dBd28",
"amount": "2.34567"
}
'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 crypto:send assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Path Parameters
Request Body
Responses
Successful operation
Last modified on