Retrieve a list of assets that can be converted to from the specified source asset, considering available trading symbols
curl --request GET \
--url https://api.staging.layer1.com/trade/v1/conversions/destination-assets \
--header 'Authorization: Bearer <token>'[
{
"code": "USD",
"name": "US Dollar",
"type": "FIAT"
},
{
"code": "ETH",
"name": "Ethereum",
"type": "CRYPTO"
},
{
"code": "USDT",
"name": "Tether",
"type": "STABLECOIN"
}
]Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Source asset code to find possible destination assets for
1 - 32List of possible destination assets retrieved successfully
curl --request GET \
--url https://api.staging.layer1.com/trade/v1/conversions/destination-assets \
--header 'Authorization: Bearer <token>'[
{
"code": "USD",
"name": "US Dollar",
"type": "FIAT"
},
{
"code": "ETH",
"name": "Ethereum",
"type": "CRYPTO"
},
{
"code": "USDT",
"name": "Tether",
"type": "STABLECOIN"
}
]