GETPublic — no key required
Get a cross-chain / cross-asset quote
GET /uda/quote
Return an indicative quote for routing a given amount from a source `(network, asset)` to a destination `(network, asset)`. This endpoint is public — no API key required. USD fields are omitted until a price feed is wired in.
Query parameters
| Name | Type | Description |
|---|---|---|
| from_network_idrequired | integer | Source SLIP-44 network id (e.g. `60`) or EIP-155 chain id (e.g. `1`). |
| from_assetrequired | string | Source token contract address (use the zero address for the chain's native asset). |
| to_network_idrequired | integer | Destination SLIP-44 network id (e.g. `9006`) or EIP-155 chain id (e.g. `56`). |
| to_assetrequired | string | Destination token contract address. |
| amountrequired | string | Source amount as an integer string in the source token's smallest unit. |
| from_addressoptional | string | Source (signer) EOA; required for an executable quote. |
| to_addressoptional | string | Destination recipient address; defaults to `from_address` at the provider. |
Responses
An indicative quote.
- successbooleanrequired
- messagestring
- exchange_ratestring
- expires_atstringformat: date-time