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.| 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/v1The sending chain id
The receiving chain id
The token address that should be transferred
The token address that should be transferred to
The sending wallet address. Required for quote generation and execution payload construction. It is validated against the origin chain type.
The receiving wallet address. It is validated against the destination chain type. If omitted and the origin/destination chain types match, senderAddress will be used. If the chain types differ, receiverAddress is required.
The amount that should be sent including all decimals (e.g. 1000000 for 1 USDC with 6 decimals)
A string containing tracking information about the integrator of the API
An optional fee applied to the transaction, expressed as a decimal value. Supported range is from 0 to 0.1 (0 – 10%). If this parameter is not specified, no fees are collected.
Specifies the maximum permissible slippage for a transaction, expressed as a decimal value. For example, 0.005 corresponds to a slippage of 0.5%. Allowed range: 0 ≤ x ≤ 1
List of bridge adapters that should be excluded from the /quotes. Bridge tool identifiers must be provided as a comma-separated list. Retrieve current bridge keys from the /v1/tools endpoint.
"relay"
"relay, mayan"
List of exchange adapters that should be excluded from the /quotes. Exchange tool identifiers must be provided as a comma-separated list. Retrieve current exchange keys from the /v1/tools endpoint.
"OPENOCEAN"
"OPENOCEAN,OKX"
Quote response
The amount that should be transferred including all decimals
The estimated resulting amount of the destinationCurrency including all decimals
The adapter or route selected for the transaction
Execution-ready transaction payload returned by Delora
Structured fee summary, including the dominant total currency and raw fee breakdown
Suggested gas values for EVM execution when available
Optional non-blocking warnings returned with the quote