get https://api.amberdata.com/market/defi/trades/information/
Retrieves the list of all available Swaps datasets.
Related Endpoints
The reference data found this in endpoint can be used in
Response Data
field | type | description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.{exchange} | object | Exchange object, contains a list of pairs supported by the exchange. |
payload.{exchange}.{pair} | object | Pair object, contains information about the pair. |
payload.{exchange}.{pair}.pairSymbol | string | The human readable abbreviation for the token pair. |
payload.{exchange}.{pair}.address | string | The address of the token (if applicable). |
payload.{exchange}.{pair}.baseAddress | string | The address of the underlying base for the pair. |
payload.{exchange}.{pair}.baseName | string | The human readable name of the base asset. |
payload.{exchange}.{pair}.baseSymbol | string | The human readable abbreviation of the baseName . |
payload.{exchange}.{pair}.baseDecimals | string | The decimals for the base asset. |
payload.{exchange}.{pair}.quoteAddress | string | The address of the underlying quote for the pair. |
payload.{exchange}.{pair}.quoteName | string | The human readable name of the quote asset. |
payload.{exchange}.{pair}.quoteSymbol | string | The human readable abbreviation of the quoteName . |
payload.{exchange}.{pair}.quoteDecimals | string | The decimals for the quote asset. |
payload.{exchange}.{pair}.blockchainId | string | The unique identified of the blockchain that this pair trades on. |
payload.{exchange}.{pair}.poolAddresses | string[] | The same as baseAddress and quoteAddress . |
payload.{exchange}.{pair}.poolFees | string | The trading fees for the liquidity pool. |
payload.{exchange}.{pair}.pairName | string | The human readable name for the pair. |
payload.{exchange}.{pair}.poolNames | string[] | The same as baseName and quoteName . |
payload.{exchange}.{pair}.poolSymbols | string[] | The same as baseSymbol and quoteSymbol . |
payload.{exchange}.{pair}.poolDecimals | string[] | The same as baseDecimals and quoteDecimals . |
payload.{exchange}.{pair}.startDate | number | First available data point. |
payload.{exchange}.{pair}.endDate | number | Last available data point. |