Table Schema
GET
/gateway/v1/onchain/schemaDiscover tables and columns before writing SQL or structured queries. Example: call this endpoint first, then use `agent.ethereum_dex_trades` in `/v1/onchain/query` or `/v1/onchain/sql`.
The response includes database name, table name, column names, types, and comments.
For transfer tables, `amount` is decimal-adjusted display units and `amount_raw` is the original base-unit value.
Table Schema
OK