Skip to main content
GET
/
trade
/
v1
/
conversions
/
destination-assets
List possible destination assets
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.

Query Parameters

source
string
required

Source asset code to find possible destination assets for

Required string length: 1 - 32

Response

List of possible destination assets retrieved successfully