Authorization: Bearer ********************curl --location --request GET 'https://api.cobre.co/v1/fx_quotes?fx_quote_type' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": true,
"page_items": 1,
"contents": {
"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
}
}