cURL
curl --request GET \ --url https://staging.qash.ai/api/v1/exchanges/assets
{ "success": true, "data": { "assets": [ { "code": "USD", "name": "US Dollar", "symbol": "$" }, { "code": "COP", "name": "Colombian Peso", "symbol": "$" }, { "code": "USDC", "name": "USD Coin", "symbol": "$" }, { "code": "USDT", "name": "Tether", "symbol": "$" }, { "code": "COPM", "name": "Colombian Peso M", "symbol": "$" } ] } }
Return the fiat currencies and digital assets currently available for conversion.
Supported assets returned successfully.
true
Hide child attributes
Asset code.
Display name for the asset.
Symbol used to represent the asset.