Rates
List exchange rates
Returns cached Jupiter rates for all configured pairs. Requires fx:read scope.
GET
List exchange rates
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns cached Jupiter rates for all configured pairs. Requires fx:read scope.
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": [
{}
]
}
}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.
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": [
{}
]
}
}