get https://api.amberdata.com/market/spot/prices/assets/information/
Retrieves the list of all the available supported assets and time range availability.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data[index].asset | string | The name of the asset. |
payload.data[index].startDate | number | string | The first date/time for which data is available. |
payload.data[index].endDate | number | string | The last date/time for which data is available. |