Workflows
Pick a workflow for the user goal. Use capabilities to see which tools and APIs apply.
Recipes
End-to-end recipes that map an agent goal to the MCP tools and HTTP endpoints it calls.
- Wallet Portfolio Assistant
Answer "what does wallet X hold on chain Y?" in one round trip.
- get_wallet_portfolio
- get_tokens
- get_exchange_rate
- Incoming Payment Monitor
Notify when an address receives a payment, and act on it.
- get_transaction_history
- NFT Ownership Checker
Verify whether an address holds a token in a given NFT collection.
- check_owner
- get_owners
- get_metadata
- RPC Diagnostic Agent
Diagnose RPC connectivity, method support, and response health for any chain.
- gateway_get_supported_chains
- gateway_get_supported_methods
- gateway_execute_rpc
JSON: /api/workflows
Capabilities
Product areas linked to MCP tools, OpenAPI, and docs.
- rpcRPC Gateway
Direct JSON-RPC and chain-native protocol access to 130+ networks through a single managed gateway.
- dataWallet Portfolio
Aggregated balances, tokens, and historical positions for any wallet across supported chains.
- notificationsNotifications
Webhook-based subscriptions for incoming transactions, contract events, and chain activity.
- dataNFT Ownership
Resolve owners of a token, balances per address, and metadata for NFTs and multitokens.
- dataExchange Rates
Real-time token and fiat exchange rates across supported chains.
- dataTransaction Monitoring
Address transaction history with filtering, decoding hints, and pagination.
JSON: /api/capabilities