Skip to main content
GET
Calculate Crypto Transfer Fee

Request

x-api-key
string
required
API Key for authentication

Query Parameters

amount
number
required
The transfer amount for which to calculate the fee. Must be a positive number (minimum 0.01).
currency
string
required
The stablecoin to calculate fees for. Must be one of: usdc, usdt (case-insensitive; values are normalized to lowercase).

Request Example

This endpoint uses GET with query parameters, not a JSON body. When using curl in a shell, wrap the full URL in quotes (or use curl -g) so & between query parameters is not treated as a background operator.

Response

Validation errors