curl --request GET \
--url https://api.getsly.ai/v1/v1/quotes/rates \
--header 'Authorization: Bearer <token>'{
"rates": [
{
"from": "<string>",
"to": "<string>",
"rate": "<string>",
"as_of": "2023-11-07T05:31:56Z"
}
]
}Informational rate snapshot across all your enabled corridors. NOT a quote — do not use for execution.
curl --request GET \
--url https://api.getsly.ai/v1/v1/quotes/rates \
--header 'Authorization: Bearer <token>'{
"rates": [
{
"from": "<string>",
"to": "<string>",
"rate": "<string>",
"as_of": "2023-11-07T05:31:56Z"
}
]
}