cURL
usdToCop
curl --request POST \ --url https://staging.qash.ai/api/v1/exchanges/quote/public \ --header 'Content-Type: application/json' \ --data ' { "fromAsset": "USD", "toAsset": "COP", "fromAmount": 100 } '
200
{ "success": true, "data": { "fromAsset": "USD", "toAsset": "COP", "fromAmount": 100, "toAmount": 425000, "rate": 4250, "expiresAt": "2026-04-16T15:30:30.000Z" } }
Return a real-time quote between two supported assets using the current TRM.
Quote request payload.
Source asset code.
USD
COP
USDC
USDT
COPM
Destination asset code.
Amount to convert.
Quote returned successfully.
true
Hide child attributes
Converted amount after spread is applied.
Effective exchange rate returned by QASH.
Quote expiration timestamp in ISO 8601 format.