Examples

Example quote requests and how to read results.

Example: balanced

Request body:

{
  "source_chain": "<chain>",
  "destination_chain": "<chain>",
  "source_token": "<token>",
  "destination_token": "<token>",
  "input_amount": "1000000",
  "slippage_tolerance": 1.0,
  "strategy": "balanced",
  "user_wallet": "<wallet>"
}

How to choose a route

Pick the best fit for your goal:

  • Output-max: highest estimated_output.

  • Speed: lowest estimated_time.

  • Safety: highest reliability_score + lowest slippage_risk.

circle-exclamation

Last updated