get https://api.amberdata.com/defi/dex/ohlcv/information/
Retrieves information about supported exchange-pairs for ohlcv.
Response Data
Fields and Paths are relative to the top-level payload
field i.e. metadata.next
is equivalent to payload.metadata.next
field | type | description |
---|---|---|
metadata.next | string | Pagination |
data.{exchange} | object | Exchange object, contains information about the known pairs in the exchange. |
data.{exchange}.{pair} | object | Pair object, contains information about the pair. |
data.{exchange}.{pair}.blockchainId | string | The amberdata internal blockchain identifier. |
data.{exchange}.{pair}.address | string | The address of the pair contract. |
data.{exchange}.{pair}.pairName | string | The name of the pair. |
data.{exchange}.{pair}.poolFees | string | The fees of the pool (pair). |
data.{exchange}.{pair}.baseAddress | string | The address of the underlying base for the pair. |
data.{exchange}.{pair}.baseName | string | The name of the underlying base of the pair |
data.{exchange}.{pair}.baseSymbol | string | The symbol of the underlying base of the pair. |
data.{exchange}.{pair}.baseDecimals | string | The number of decimals the underlying base of the pair uses |
data.{exchange}.{pair}.quoteAddress | string | The address of the underlying quote for the pair. |
data.{exchange}.{pair}.quoteName | string | The name of the underlying quote for the pair. |
data.{exchange}.{pair}.quoteSymbol | string | The symbol of the underlying quote for the pair |
data.{exchange}.{pair}.quoteDecimals | string | The number of decimals the underlying quote of the pair uses |
data.{exchange}.{pair}.startDate | number | First available data point. |
data.{exchange}.{pair}.endDate | number | Last available data point. |