Developer Tools
sodax.com
Provides API endpoints for querying blockchain data and performing cross-chain swaps.
ENDPOINT 1
https://builders.sodax.com/mcp
Known tools 39
sodax_get_supported_chainsList all blockchain networks supported by SODAX for cross-chain swaps and DeFi operations
sodax_get_swap_tokensGet available tokens for swapping on SODAX, optionally filtered by chain
sodax_get_transactionLook up a specific transaction by its hash to see status, amounts, and details
sodax_get_user_transactionsGet intent/transaction history for a specific wallet address
sodax_get_volumeGet solver volume data showing filled intents with filtering and pagination.
sodax_get_volume_statsGet aggregate solver volume stats: the approximate total number of filled-intent records (fill documents, not distinct intents).
sodax_get_orderbookGet current orderbook entries showing pending/open intents
sodax_get_money_market_assetsList all assets available for lending and borrowing in the SODAX money market
sodax_get_user_positionGet a user's lending and borrowing position in the money market
sodax_get_partnersList all SODAX integration partners including wallets, DEXs, and other protocols
sodax_get_token_supplyGet SODA token supply information including total, circulating, and burned amounts
sodax_get_all_configGet full SODAX configuration including all supported chains, swap tokens, and protocol settings in one call
sodax_get_relay_chain_id_mapGet mapping between chain IDs and intent relay chain IDs used by the SODAX relay network
sodax_get_all_chains_configsGet detailed configuration for all spoke chains including contract addresses, RPCs, and token configs
sodax_get_hub_assetsGet assets representing spoke tokens on the hub (Sonic) chain, optionally filtered by source chain
sodax_get_money_market_tokensGet tokens supported for money market lending/borrowing, optionally filtered by chain
sodax_get_money_market_reserve_assetsGet money market reserve assets used as collateral backing
sodax_get_amm_positionsGet AMM liquidity provider NFT positions, optionally filtered by owner address
sodax_get_amm_pool_candlesGet OHLCV candlestick chart data for an AMM pool
sodax_get_intentLook up a specific intent by its intent hash (different from transaction hash)
sodax_get_solver_intentGet solver-side details for an intent including fill history.
sodax_get_money_market_assetGet detailed information for a specific money market asset by its reserve address
sodax_get_asset_borrowersGet borrowers for a specific money market asset by its reserve address
sodax_get_asset_suppliersGet suppliers (lenders) for a specific money market asset by its reserve address
sodax_get_all_borrowersGet all borrowers across all money market assets with pagination
sodax_get_partner_summaryGet volume and activity summary for a specific integration partner by their receiver address
sodax_get_total_supplyGet SODA token total supply as a plain number
sodax_get_circulating_supplyGet SODA token circulating supply as a plain number
sodax_refresh_cacheClear both the backend API cache and the solver oracle cache to force fresh fetches on next requests.
sodax_get_solver_oracleGet the solver's oracle prices for every (chain, token) pair it can quote.
sodax_get_solver_quoteGet a swap quote from the SODAX solver.
sodax_relay_submit_txSubmit a confirmed spoke-chain transaction to the SODAX intent relay so it can be delivered to the destination chain.
sodax_relay_get_transaction_packetsList every cross-chain packet emitted by a given source transaction.
sodax_relay_get_packetFetch a single relay packet by its connection serial number (conn_sn).
docs_healthCheck SDK documentation availability.
docs_refreshReconnect to SDK documentation and refresh available tools.
docs_list_toolsList all SDK documentation tools with parameters.
docs_searchDocumentation[SDK Docs] Search across the documentation to find relevant information, code examples, API references, and guides.
docs_getPage[SDK Docs] Fetch the full markdown content of a specific documentation page from Docs.