get https://web3api.io/api/v2/market/spot/trades/information
Retrieves the list of all available market trade data sets.
Response Data
field | type | context | description |
---|---|---|---|
payload.metadata.next | string | ||
payload.data.{exchange} | object | Exchange object, contains a list of pairs supported by the exchange. | |
payload.data.{exchange}.{pair} | object | Pair object, contains information about the pair. | |
payload.data.{exchange}.{pair}.address | string | The address of the token (if applicable). | |
payload.data.{exchange}.{pair}.startDate | number | First available data point. | |
payload.data.{exchange}.{pair}.endDate | number | Last available data point. |