POST/api/v2/payments/withdrawals/fee

Get withdrawal fee estimate

Authentication

Send your API key in the x-api-key header on every request.

Request body

application/json

Request body fields
FieldTypeRequiredDescription
CurrencystringYes
AmountstringYes
ChainstringYes
NetworkstringNo
DestinationAddressstringNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
CurrencystringNo
AmountstringNo
FeestringNo
NetAmountstringNo
NetworkstringNo
EstimatedConfirmationTimestringNo

500 — Internal Server Error

Response 500 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

501 — Not Implemented

Response 501 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

Example request

curl -X POST "https://{base_url}/api/v2/payments/withdrawals/fee" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"Currency":"…","Amount":"…","Chain":"…"}'

This page is generated from the live OpenAPI specification and always matches the current API.