๐คนโโ๏ธSwap
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Last updated
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Needs Wallet Authentication
Last updated
This route gets the exact quote on a given binance token.The route first gets the input amount and then calculates the exact quote of a token against another token.The route then returns the quote price.
Successful
This route gets all the tokens available for swapping.The route first queries and finds the all the projects in our database.The route then returns an array of token objects.
Successful
This route gets the exact quote on a given ethereum token.The route first gets the input amount and then calculates the exact quote of a token against another token.The route then returns the quote price.
Successful
This route swaps native BNB with token or vice versa on the Binance blockchain.The contract first wraps the BNB internally and then swaps it.The route then creates and broadcasts the transaction to the Binance blockchain. found.
Successful
This route swaps tokens on the Binance blockchain.The route first creates a transaction from the payload provided and then approves the funds by calling the contract.The route then broadcasts the transaction to the Binance blockchain
Successful
This route swaps tokens on the Ethereum blockchain.The route first creates a transaction from the payload provided and then approves the funds by calling the contract.The route then broadcasts the transaction to the Ethereum blockchain.
Successful