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
Language
Authorization
Header
Click Try It! to start a request and see the response here!