Connection check
verified live · 27h ago
crypto-swap
Native cross-chain swaps: Bitcoin, Ethereum, Solana, Polkadot, Tron, Arbitrum. Quote, swap, track.
Tools
6
GitHub stars
10
Installs / wk
—
Licence
MIT
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
6 toolsRead from the running server on 27h ago.
check_status
read-only
swapId*
Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information. Check the status of a swap by its ID. Returns the current swap state including deposit detection, swap progress, and egress information.
get_native_quotes
read-only
amount*apiKeysourceAsset*destinationAsset*
Get swap quotes for exchanging one crypto asset to another using native (smallest unit) amounts. Returns available quotes with exchange rates, fees, and estimated output amounts. U… Get swap quotes for exchanging one crypto asset to another using native (smallest unit) amounts. Returns available quotes with exchange rates, fees, and estimated output amounts. Use this when you have amounts in native units (e.g., satoshis for BTC, wei for ETH). API key is optional.
get_quotes
read-only
amount*apiKeysourceAsset*destinationAsset*
Get swap quotes for exchanging one crypto asset to another. Returns available quotes with exchange rates, fees, and estimated output amounts. API key is optional. Get swap quotes for exchanging one crypto asset to another. Returns available quotes with exchange rates, fees, and estimated output amounts. API key is optional.
list_assets
read-only
List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices. List all available swap assets and their details including ticker, network, direction, decimals, minimum amounts, and current USD prices.
start_dca_swap
apiKeysourceAsset*minimumPricerefundAddress*numberOfChunks*destinationAsset*
+2
Start a DCA (Dollar Cost Averaging) cross-chain swap that splits into multiple sub-swaps over time. Returns the deposit address. API key is optional. Start a DCA (Dollar Cost Averaging) cross-chain swap that splits into multiple sub-swaps over time. Returns the deposit address. API key is optional.
start_swap
apiKeysourceAsset*minimumPricerefundAddress*destinationAsset*destinationAddress*