get https://api.amberdata.com/market/defi/dex/pairs
Retrieves supported DEX Pairs.
Response Data
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data[] | array | Array of exchanges |
payload.data[].exchangeName | string | The name of the exchange |
payload.data[].exchangeId | string | The address of the exchange |
payload.data[].pairName | string | The pair name |
payload.data[].pairAddress | string | The address of the pair |
payload.data[].baseAddress | string | The address of the base asset |
payload.data[].baseName | string | The name of the base asset |
payload.data[].baseSymbol | string | The symbol of the base asset |
payload.data[].baseDecimals | string | The decimals of the base asset |
payload.data[].quoteAddress | string | The address of the quote asset |
payload.data[].quoteName | string | The name of the quote asset |
payload.data[].quoteSymbol | string | The symbol of the quote asset |
payload.data[].quoteDecimals | string | The decimals of the quote asset |
payload.data[].poolFees | string | The fees of the pool |
payload.data[].poolAddresses | array | Array of strings representing the base and quote asset addresses respectively |
payload.data[].poolNames | array | Array of strings representing the base and quote asset names respectively |
payload.data[].poolSymbols | array | Array of strings representing the base and quote asset symbols respectively |
payload.data[].poolDecimals | array | Array of strings representing the base and quote asset decimals respectively |