Information - Pairs in DEX Protocols

Retrieves supported DEX Pairs.

Response Data

FieldTypeDescription
payload.metadata.nextstringPagination
payload.data[]arrayArray of exchanges
payload.data[].exchangeNamestringThe name of the exchange
payload.data[].exchangeIdstringThe address of the exchange
payload.data[].pairNamestringThe pair name
payload.data[].pairAddressstringThe address of the pair
payload.data[].baseAddressstringThe address of the base asset
payload.data[].baseNamestringThe name of the base asset
payload.data[].baseSymbolstringThe symbol of the base asset
payload.data[].baseDecimalsstringThe decimals of the base asset
payload.data[].quoteAddressstringThe address of the quote asset
payload.data[].quoteNamestringThe name of the quote asset
payload.data[].quoteSymbolstringThe symbol of the quote asset
payload.data[].quoteDecimalsstringThe decimals of the quote asset
payload.data[].poolFeesstringThe fees of the pool
payload.data[].poolAddressesarrayArray of strings representing the base and quote asset addresses respectively
payload.data[].poolNamesarrayArray of strings representing the base and quote asset names respectively
payload.data[].poolSymbolsarrayArray of strings representing the base and quote asset symbols respectively
payload.data[].poolDecimalsarrayArray of strings representing the base and quote asset decimals respectively
Query Params
string
required
Defaults to uniswapv3

The exchange for which to retrieve the requested data (address or name).
[Examples] 0x1f98431c8ad98523631ae4a59f267346ea31f984 | uniswapv3

string

The pair for which to retrieve the request data (address).
[Example] 0x5777d92f208679db4b9778590fa3cab3ac9e2168

string

The asset for which to retrieve the requested data (address or symbol).
[Examples] 0x6b175474e89094c44da98b954eedeac495271d0f | DAI

int32
Defaults to 1000

[Optional] Maximum number of items in payload.data.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json