Get quote

Retrieves a best price quote from multiple quote providers.

The service selects the best available route based on price and execution
parameters.

Along with the quote, the response includes:

  • An unsigned transaction ready for signing.
  • A risk report generated by Range's Machine Learning models, designed to
    help mitigate fraud and compliance risks.

If travel_rule_compliant is true, Faraday will verify that both the sender
and recipient have valid IVMS101 person records stored. If these records are
missing or invalid, the request will fail with a validation error (422).

Query Params
string
enum
required

Source chain (e.g., "solana", "ethereum")

string
required

Sender address on the source chain

string
required

Asset/mint/contract on the source chain

string
enum
required

Destination chain (e.g., "ethereum")

string
required

Asset/mint/contract on the destination chain

string
required

Amount in base units (integer string, no decimals)

int32
required
≥ 0

Slippage in basis points (0..=10000)

string
required

Recipient address on the destination chain

boolean

Whether the transaction complies with Travel Rule requirements.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json