get_otc_offers
Fetch OTC marketplace offers on Cardano to find peer-to-peer trading opportunities. Filter by status, seller wallet, or price token with pagination.
Instructions
Get OTC (Over-The-Counter) marketplace offers on Cardano. Returns peer-to-peer trading offers with token details, prices, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default 1) | |
| status | No | Filter by status: 'Active', 'Completed', 'Cancelled', 'Expired' | |
| pageSize | No | Number of offers per page (default 10, max 100) | |
| priceToken | No | Filter by price token | |
| walletAddress | No | Filter by seller wallet address |