Get Gas Fee Estimation
Get Gas Fee Estimation
POSThttps://api.gemini.com/v1/withdraw/{currencyCodeLowerCase}/feeEstimate
Returns the estimated gas fees for a withdrawal before you initiate it.
POST
curl --request POST \
--url https://api.gemini.com/v1/withdraw/eth/feeEstimate \
--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/feeEstimate",
"nonce": "<nonce>",
"address": "0xA63123350Acc8F5ee1b1fBd1A6717135e82dBd28",
"amount": "2.34567",
"account": "primary"
}
'Roles
The API key you use to access this endpoint must have the Trader, Fund Manager, Auditor, WealthManager, or Administrator role assigned. See Roles for more information.
Headers
Path Parameters
Request Body
Responses
Successful fee estimation response
Last modified on