Stake Crypto Funds
Stake Crypto Funds
POSThttps://api.gemini.com/v1/staking/stake
Initiates a staking deposit for the specified currency and provider.
POST
curl --request POST \
--url https://api.gemini.com/v1/staking/stake \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "v1/staking/stake",
"nonce": "<nonce>",
"providerId": "62b21e17-2534-4b9f-afcf-b7edb609dd8d",
"currency": "MATIC",
"amount": "30"
}
'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 deposit transaction
Last modified on