mb_get_symbols
List available trading symbols and pairs on Mercado Bitcoin with metadata such as minimum/maximum price, volume, and asset type. Filter by specific symbols or paginate through all pairs.
Instructions
List available trading symbols/pairs on Mercado Bitcoin with metadata (min/max price, min/max volume, asset type).
Without a filter, returns only BRL pairs (most common) in pages of 200. Use 'symbols' for specific pairs or 'offset' to paginate through all available pairs. Mercado Bitcoin has 1900+ symbols including crypto, fan tokens, DeFi, and tokenized assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max symbols per page (default: 200) | |
| offset | No | Skip first N results for pagination (default: 0) | |
| symbols | No | Comma-separated filter, e.g. BTC-BRL,ETH-BRL. Overrides pagination. | |
| brl_only | No | When true (default) and no filter, returns only -BRL pairs |