Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/fx_quotes/' \
--header 'Authorization: Bearer <token>'{
"id": "fxq_04vdfss45",
"type": "static_quote",
"currency_pair": "usd/mxn",
"source_amount": 10000,
"fees_breakdown": {
"spread": 1.5
},
"fx_rate": 20.00,
"destination_amount": 200000,
"quota_limit": 1000000,
"remaining_quota": 900000,
"created_at": "2026-01-01T00:00:00Z",
"valid_until": "2026-01-01T00:03:00Z",
"last_quote": true,
"off_market": true
}