info_platformmetrics_get_exchange_reserves
Exchange reserve snapshots by venue and asset. scope=full adds por (PoR attestation). scope=full + include_flows=true returns flows.series[] (daily inflow/outflow/netflow). scope=full + include_events=true returns events[] (large_flow events). TVL history→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Asset filter: BTC|ETH|USDT|USDC; default BTC. | |
| limit | No | Max flow rows; default 100, max 400. | |
| scope | No | basic (default)|full; full adds por + optionally flows/events. | |
| end_date | No | YYYY-MM-DD; default today. Filter flows by part_date. | |
| exchange | No | Exchange name; empty returns all exchanges. Supports okx→okx, gate.io→gate via normalized mapping. | |
| event_type | No | all|large_flow; filter events. Effective only when include_events=true. | |
| start_date | No | YYYY-MM-DD; default end_date - 30d. Filter flows by part_date. | |
| include_flows | No | scope=full only. true returns flows.series[]. | |
| history_window | No | Only effective when include_history=true; currently only quarter is supported. | |
| include_events | No | scope=full only. true returns events[]. | |
| include_history | No | Default false. true returns precomputed comparison fields only, not raw historical snapshots. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| count | Yes | ||
| flows | No | ||
| items | Yes | ||
| limit | No | ||
| scope | Yes | ||
| total | Yes | ||
| events | No | ||
| end_date | No | ||
| exchange | Yes | ||
| event_type | No | ||
| start_date | No | ||
| data_status | No | ||
| duration_ms | Yes | ||
| include_flows | No | ||
| status_reason | No | ||
| history_window | Yes | ||
| include_events | No | ||
| include_history | Yes |