Seamless cross-chain swaps
<for dApps and DeFi>
Cross-chain swaps and bridges for 1500+ assets, 90+ chains,
with fiat processing — all in one turnkey solution for dApps
What <we offer>
Why dApps should <choose us>
All trending blockchains
Support for 1500+ cryptocurrencies and 90+ chains, including rare combinations. From well-known cryptocurrencies to the latest projects.
Custom Solutions for dApp devs
Tools for integrating cross-chain swaps into dApps: developer kit, whitelabel option, token migration services, cross-chain dApps bridges, and market-making.
Enable fiat purchases and withdrawals
Enable fiat purchases and withdrawals via our crypto exchange API or widget, enabling users to buy and sell crypto with fiat.
Ecosystem for dApp development
Infrastructure for cross-chain development platforms for dApps: create a token, enable crypto payments, set up nodes, expand your infrastructure, and more.
Access to DEX liquidity
Liquidity is sourced from multiple DEXs, ensuring users get the best exchange rate at the moment of the transaction.
Cross-chain swaps
Cross-chain swaps for 90+ chains and 1500+ cryptocurrencies, including BTC to XMR, ETH to BTC, and USDT TRC20 to USDT ERC20, along with many other combinations.
for dApps with their own Tokens

POST
Create conversion
curl --location 'https://api.changenow.io/v2/exchange'
--header 'Content-Type: application/json'
--header 'x-changenow-api-key: your_api_key'
--data '{
"fromCurrency": "btc",
"toCurrency": "usdt",
"fromNetwork": "btc",
"toNetwork": "eth",
"fromAmount": "0.1",
"toAmount": "",
"address": "0xD1220A0cf47c7B9Be7A2E6A89F429762e7b9aDb",
"extraId": "",
"refundAddress": "",
"refundExtraId": "",
"userId": "",
"payload": "",
"contactEmail": "",
"source": "",
"flow": "standard",
"type": "direct",
"rateId": ""
}'