Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
healthy
status
40
tools exposed
989ms
connect latency
17e5db33e99d
schema fingerprint
Tools (40)
sodax_get_supported_chains
List all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations
sodax_get_swap_tokens
Get available tokens for swapping on SODAX, optionally filtered by chain
sodax_get_transaction
Look up a specific transaction by its hash to see status, amounts, and details
sodax_get_user_transactions
Get intent/transaction history for a specific wallet address
sodax_get_volume
Get solver volume data showing filled intents with filtering and pagination. Requires inputToken and outputToken. Optional filters: chain, solver, block range OR time range (don't mix both).
sodax_get_volume_stats
Get aggregate solver volume stats: the approximate total number of filled-intent records (fill documents, not distinct intents). Cached ~60s upstream.
sodax_get_orderbook
Get current orderbook entries showing pending/open intents
sodax_get_money_market_assets
List all assets available for lending and borrowing in the SODAX money market
sodax_get_user_position
Get a user's lending and borrowing position in the money market
sodax_get_partners
List all SODAX integration partners including wallets, DEXs, and other protocols
sodax_get_token_supply
Get SODA token supply information including total, circulating, and burned amounts
sodax_get_all_config
Get full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call
sodax_get_relay_chain_id_map
Get mapping between chain IDs and intent relay chain IDs used by the SODAX relay network
sodax_get_all_chains_configs
Get detailed configuration for all spoke chains including contract addresses, RPCs, and token configs
sodax_get_hub_assets
Get assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain
sodax_get_money_market_tokens
Get tokens supported for money market lending/borrowing, optionally filtered by chain
sodax_get_money_market_reserve_assets
Get money market reserve assets used as collateral backing
sodax_get_amm_positions
Get AMM liquidity provider NFT positions, optionally filtered by owner address
sodax_get_amm_pool_candles
Get OHLCV candlestick chart data for an AMM pool
sodax_get_intent
Look up a specific intent by its intent hash (different from transaction hash)
sodax_get_solver_intent
Get solver-side details for an intent including fill history. Use includeAll to see all solver documents.
sodax_get_money_market_asset
Get detailed information for a specific money market asset by its reserve address
sodax_get_asset_borrowers
Get borrowers for a specific money market asset by its reserve address
sodax_get_asset_suppliers
Get suppliers (lenders) for a specific money market asset by its reserve address
sodax_get_all_borrowers
Get all borrowers across all money market assets with pagination
sodax_get_partner_summary
Get volume and activity summary for a specific integration partner by their receiver address
sodax_get_total_supply
Get SODA token total supply as a plain number
sodax_get_circulating_supply
Get SODA token circulating supply as a plain number
sodax_refresh_cache
Clear both the backend API cache and the solver oracle cache to force fresh fetches on next requests. Reports the number of entries cleared per cache.
sodax_get_solver_oracle
Get the solver's oracle USD prices per (chain, token). For quoting with sodax_get_solver_quote, filter chainId='146': chainId-146 addresses pass the quote service's compatibility check, while spoke-chain (non-146) addresses are rejected with 'not compatible with the quote service'. Caveat: passing t
sodax_get_solver_quote
Get a swap quote from the SODAX solver. tokenSrc/tokenDst MUST be hub-chain (Sonic, chainId 146) asset addresses — look them up with sodax_get_solver_oracle (chainId='146'). Working example: tokenSrc='0xeb0393893b5bf98a50073d6740738b08e575058b' (BTC_BTC_ASSET) → tokenDst='0xaeafa26e43f46cd83efe89b1e
sodax_relay_submit_tx
Submit a confirmed spoke-chain transaction to the SODAX intent relay so it can be delivered to the destination chain. The tx must already be finalized on the source chain. Re-submitting the same tx is a no-op. For split-tx chains (Solana, Bitcoin) supply the optional `data` argument.
sodax_relay_get_transaction_packets
List every cross-chain packet emitted by a given source transaction. Use this to track relay status — a packet is complete when status='executed' and dst_tx_hash is populated.
sodax_relay_get_packet
Fetch a single relay packet by its connection serial number (conn_sn). Returns the packet data on success or a `{success:false, message}` shape if the packet isn't found.
docs_health
Check SDK documentation availability. Call this first if docs tools seem unavailable.
docs_refresh
Reconnect to SDK documentation and refresh available tools. Use if docs seem stale or unavailable.
docs_list_tools
List all SDK documentation tools with parameters. Essential for discovering what's available.
docs_searchDocumentation
[SDK Docs] Search across the documentation to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Docs, find specific documentation, understand how features work, or locate implementation details. The search returns contextual c
docs_getPage
[SDK Docs] Fetch the full markdown content of a specific documentation page from Docs. Use this when you have a page URL and want to read its content. Accepts full URLs (e.g. https://docs.sodax.com//getting-started). Since `searchDocumentation` returns partial content, use `getPage` to retrieve the
docs_sendFeedback
[SDK Docs] Report an issue in the documentation of Docs so the team can fix it. Use it whenever, while helping a user, you come across content that is outdated, contradictory, missing information, or otherwise unhelpful. Also use it when the user themselves reports a problem with the docs, even if y
Endpoint
https://builders.sodax.com/mcp Category: Files & Storage · Last checked: 2026-07-30T13:54:22Z
Monitor your own MCP server
Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.