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
X-GEMINI-APIKEYstring·required
Your API key
X-GEMINI-SIGNATUREstring·required
HEX-encoded HMAC-SHA384 of payload signed with API secret
X-GEMINI-PAYLOADstring·required
Base64-encoded JSON payload
Content-Typestring
Default: text/plain
Content-Lengthstring
Default: 0
Cache-Controlstring
Default: no-cache
Path Parameters
networkstring·required
The blockchain network for the withdrawal (e.g. ethereum, bitcoin, solana)
tickerstring·required
The currency code for the withdrawal (e.g. eth, btc, sol, usdc)
Request Body
requeststring·required
The string `/v2/withdraw/{network}/{ticker}/feeEstimate` where `{network}` is the blockchain network (e.g. `ethereum`, `bitcoin`, `solana`) and `{ticker}` is the currency code (e.g. `eth`, `btc`, `sol`). See [Symbols and minimums](/market-data/symbols-and-minimums)Example: /v2/withdraw/ethereum/eth/feeEstimate
nonceTimestampType | integer·required
timestampExample: 1495127793000
addressstring·required
Standard string format of the destination cryptocurrency addressExample: 0x31c2105b8dea834167f32f7ea7d877812e059230
amountstring·required
Quoted decimal amount to withdrawExample: 0.01
accountstring
Required for Master API keys. The name of the account within the subaccount group.Example: primary
memostring
It would be present if applicable, it will be present for cosmos address.