Skip to main content
GET
/
rates
List exchange rates
curl --request GET \
  --url https://api.remitflex.com/v1/rates \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>",
  "data": {
    "chain": "<string>",
    "provider": "<string>",
    "updatedAt": "<string>",
    "refreshing": true,
    "rates": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

API key created in the RemitFlex Dashboard (rmf_live_... or rmf_test_...). Key management endpoints require a dashboard JWT and are not part of this reference.

Response

Rates fetched

status
string
Example:

"success"

message
string
data
object