| get_balance | Holdings, USDT-equivalent value, and per-coin breakdown. | read |
| portfolio_summary | Aggregated portfolio snapshot — total value, gainers/losers, allocations. | read |
| portfolio_history | Historical portfolio value with adjustable timeframe. | read |
| get_recent_transactions | Trades, deposits, withdrawals, and P2P activity for the account. | read |
| export_transactions_csv | Download a CSV of recent transactions for spreadsheet / tax software. | read |
| get_deposit_address | Per-network deposit address for the account (derives a new one if needed). | read |
| get_kyc_status | Current KYC state — NONE / PENDING / APPROVED / REJECTED. | read |
| get_platform_settings | Public platform parameters — daily limits, supported networks, fees. | read |
| get_market_price | Last price for a single symbol with 24h change. | read |
| get_market_snapshot | Multi-symbol snapshot — last price, 24h change, volume. | read |
| place_spot_trade | Place a market spot order. Requires explicit user confirmation in the chat. | trade |
| get_active_price_alerts | List the user's active (not-yet-triggered) price alerts. | read |
| create_price_alert | Create a price alert. Notification fires once when the target is hit. | trade |
| delete_price_alert | Cancel an active price alert by ID. | trade |
| list_p2p_offers | Browse open P2P offers, optionally filtered by side and payment method. | read |
| get_open_p2p_trades | The user's in-flight P2P trades (PAYMENT_PENDING / PAID). | read |
| get_p2p_chat | Read messages on an active P2P trade. | read |
| initiate_p2p_trade | Open a P2P trade against an existing offer. | trade |
| mark_p2p_paid | Mark the off-platform payment as sent (buyer only). | trade |
| send_p2p_message | Send a message on an active P2P trade. | trade |
| raise_p2p_dispute | Open a dispute on an active P2P trade. | trade |
| request_withdrawal | Initiate a crypto withdrawal. Always requires 2FA regardless of scope. | withdraw |