πOverview
Integrate our API directly into your dApp. With our Orbiter REST API, you can easily find the best routes for cross-chain and on-chain swapping and bridging.
API Endpoints
POST /quote
{
"sourceChainId": "42161",
"destChainId": "10",
"sourceToken": "0x0000000000000000000000000000000000000000",
"destToken": "0x0000000000000000000000000000000000000000",
"amount": "300000000000000",
"userAddress": "0xefc6089224068b20197156a91d50132b2a47b908",
"targetRecipient": "0xefc6089224068b20197156a91d50132b2a47b908",
"slippage": 0.02,
"feeConfig": {
"feeRecipient": "0xefc6089224068b20197156a91d50132b2a47b908",
"feePercent": "0.1"
}
}GET /chains
GET /transaction/status/{hash}
Notes for Developers
Last updated
Was this helpful?