DeFi
Returns a currency info for the specified network and address if it exists.
Network ticker (Currently available: eth, sol, sui, sei, arbitrum, base, bsc, cchain, celo, linea, matic, op, sonic, uni)
Token contract address
Currency information
Unauthorized — missing or invalid API key
Returns a list of available currencies for the specified network.
Network ticker (Currently available: eth, sol, sui, sei, arbitrum, base, bsc, cchain, celo, linea, matic, op, sonic, uni)
Page number for pagination
Number of items per page
List of available currencies for DeFi
Unauthorized — missing or invalid API key
Returns a quote for swapping tokens on a specified network.
Network name (Currently available: eth, sol, sui, sei, arbitrum, base, bsc, cchain, celo, linea, matic, op, sonic, uni)
Source token contract address
Target token contract address
Amount to swap
Allowed slippage in percent
Referrer fee in percent
Swap quote
Unauthorized — missing or invalid API key
Returns all DEX exchanges for partner from the last 24 hours with optional filters.
Filter by exchange status
Filter by source token address
Filter by target token address
Filter by network
List of DEX exchanges
Unauthorized — missing or invalid API key
Build a transaction hash from the provided data and returns it to sign.
Sender address
Source token contract address
Target token contract address
Amount to swap
Allowed slippage
Referrer fee
Network name (Currently available: eth, sol, sui, sei, arbitrum, base, bsc, cchain, celo, linea, matic, op, sonic, uni)
Transaction hash created
Unauthorized — missing or invalid API key
Broadcasts the client-signed transaction hash to the network to execute the swap.
Receiver address
Amount sent from sender
Amount to be received
Source token contract address
Target token contract address
Network name (Currently available: eth, sol, sui, sei, arbitrum, base, bsc, cchain, celo, linea, matic, op, sonic, uni)
Commission percentage
Raw transaction data
Transaction hash
Recipient address (again, for compatibility)
If it is an approve transaction or any other transaction other than a swap, the flag must be false.
Transaction sent successfully
Unauthorized — missing or invalid API key