radiant_get_swap_orders
Fetch open swap orders for a trading pair so you can review active buy and sell orders on the Radiant DEX orderbook.
Instructions
Get open swap orders for a trading pair (on-chain DEX orderbook). PAGINATION CAVEAT: offset-based — orders move in and out of the book as trades execute, so paging may double-count or miss orders. Re-fetch from offset=0 for a fresh snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Pagination offset | |
| buy_ref | Yes | Buy-side token reference (or 'rxd' for native RXD) | |
| sell_ref | Yes | Sell-side token reference (or 'rxd' for native RXD) |