Skip to main content
GET
/
v1
/
rates
/
estimated-fees
Get Estimated Fees
curl --request GET \
  --url https://api.chessa.ai/v1/rates/estimated-fees
{
  "fees": {
    "feeAmount": 0.25,
    "feeCurrency": "USDC",
    "feeUsd": 0.25,
    "previousFeeUsd": 0.25
  }
}

Query Parameters

originAsset
string
Example:

"BTC"

destinationAsset
string
Example:

"NGN"

country
string
Example:

"NG"

chain
string
Example:

"BTC"

originAmount
string
Example:

"0.005"

Response

Success Response

fees
object