Skip to main content
GET
/
v1
/
rates
/
{from}
/
{to}
Get Exchange Rate
curl --request GET \
  --url https://api.chessa.ai/v1/rates/{from}/{to}
{
  "rate": {
    "from": "BTC",
    "rate": 82605.06975000001,
    "to": "USDC"
  }
}

Response

Success Response

rate
object