Get a quote for a token transfer
Returns the best available route for an exact-input transfer or swap, including estimated output, executable calldata, fee breakdown, optional gas data, and non-blocking warnings.
calldata payload, and optional non-blocking warnings. The estimated output amount can be found in the outputAmount field.
senderAddress is required. receiverAddress is optional only when the origin and destination chain types match; otherwise it must be provided explicitly.senderAddress is validated against the origin chain type, and receiverAddress is validated against the destination chain type. Invalid or incompatible addresses return 400 Bad Request.Address Behavior
| Route type | senderAddress | receiverAddress |
|---|---|---|
Same chain type (EVM -> EVM, SVM -> SVM) | Required | Optional. Defaults to senderAddress if omitted. |
Different chain types (EVM -> SVM, SVM -> EVM) | Required | Required |
EVM -> EVM), so receiverAddress can default to senderAddress.
400 Bad Request because the route is EVM -> SVM, so receiverAddress must be provided explicitly.
Base URL: https://api.delora.build/v1Headers
Optional API key for higher rate limits and fee rules.
Query Parameters
Sender wallet address on the origin chain.
"0x1111111111111111111111111111111111111111"
Receiver wallet address. Required when EVM and Solana are crossed.
"0x2222222222222222222222222222222222222222"
Origin chain ID.
8453
Destination chain ID.
8453
Input amount in token base units as a positive integer string.
"1000000"
Origin token address, or native asset marker supported by the backend.
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
Destination token address, or native asset marker supported by the backend.
"0x4200000000000000000000000000000000000006"
Integrator identifier. Required when fee is provided.
"partner-app"
Optional integrator fee fraction. 0.01 means 1%.
0 <= x <= 0.10.01
Optional slippage fraction. 0.005 means 0.5%.
0 <= x <= 10.005
Comma-separated bridge adapter names to exclude, for example RELAY,ACROSS.
"RELAY,ACROSS"
Comma-separated exchange adapter names to exclude, for example OPENOCEAN,OKX.
"OPENOCEAN,OKX"
Response
Best executable quote response.
"1000000"
"997321"
ACROSS, RELAY, GASZIP, OPENOCEAN, JUPITER, SYMBIOSIS, MAYAN, MAYAN_WORMHOLE, MAYAN_SWIFT, MAYAN_MCTP, MAYAN_FAST_MCTP, OKX, RISE, NORDSTERN "OPENOCEAN"
"992334"

