v1
latestOpenAPI 3.0.02026-08-0641318.9 KBFund
List withdrawal fees
Lists currently enabled public chain and token pairs with their withdrawal fees. Requires fund.withdraw permission.
get/withdraw/fees
Headers
Datestring
GMT server time, e.g. Tue, 21 Jan 2025 12:00:00 GMT. Required on the wire; the Try it signer injects it automatically.
Authorizationstring
HMAC-SHA256 Signature header. Required on the wire; the Try it signer injects it automatically. See the Authentication guide.
Response
Standard response envelope
Example response
{
"data": {
"fees": [
{
"chain": "ARBITRUM",
"token_type": "USDC",
"withdraw_fee": "0.5"
}
]
}
}