Trades
tradesRetrieve recent public fills for a coin, including side, price, size, time, hash, and maker/taker addresses. Up to 500 newest rows with custom limit.
Instructions
Recent public fills from recentTrades(coin) WITH both sides' addresses: rows (newest-first, max 500) carry side, px, sz, time, coin, hash and users [maker, taker]. Example: trades(coin="BTC", limit=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||