Unstake Crypto Funds
Unstake Crypto Funds
POSThttps://api.gemini.com/v1/staking/unstake
Initiates a staking withdrawal for the specified currency and provider.
POST
curl --request POST \
--url https://api.gemini.com/v1/staking/unstake \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "v1/staking/unstake",
"nonce": "<nonce>",
"providerId": "62b21e17-2534-4b9f-afcf-b7edb609dd8d",
"currency": "MATIC",
"amount": "20"
}
'Roles
The API key you use to access this endpoint must have the Trader or Fund Manager role assigned. See Roles for more information.
Headers
Request Body
Responses
The staking withdrawal transaction
Last modified on