get_lighter_trades_recent
Fetches the most recent trades for a specified coin from Lighter.xyz. Returns recent trades without requiring a time range.
Instructions
Get most recent Lighter.xyz trades for a coin. Returns the latest trades without needing a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Lighter.xyz coin symbol, e.g. 'BTC', 'ETH' | |
| limit | No | Max records to return (default 100, max 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Array of result records | |
| count | Yes | Total number of records in the full result set | |
| nextCursor | No | Cursor for next page, if more results available |