get https://api.tokeninsight.com/api/v1/coins//markets
Retrieve coin markets
🪣 Call credit usage for this endpoint: 1 credit per 300 data points
| variables | type | description |
|---|---|---|
| base | string | Base coin. |
| quote | string | Quote coin, or target coin. |
| base_id | string | tid of base coin. |
| pair_type | string | Spot, perps or futures. |
| exchange_name | string | Exchange name. |
| exid | string | A unique ID to identify different exchanges. |
| price_latest | float | Latest price in USD. |
| price_change_percentage_24h | float | 24 hours price change percentage. |
| vol_24h | float | 24 hours trading volume. |
| vol_change_percentage_24h | float | 24 hours trading volume change percentage. |
| last_traded_at | int | Last trade time. |
| is_outdated | bool | Is price of the pair updated within the lasted 3 hours. |
| is_anomaly | bool | Is anomaly behavior detected in pairs. |
| is_valid | bool | Is the pair valid. |