Check route liquidity for an amount
Utilities
Check route liquidity for an amount
Returns whether the given source→destination route can fulfil the requested amount, along with the underlying liquidity metadata from the orchestrator.
GET
Check route liquidity for an amount
Headers
API key for authentication
Example:
"your-api-key"
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
Pattern:
^\d{4}-\d{2}\.[a-z0-9]+$Example:
"2026-04.amazon"
Query Parameters
Source chain ID (EVM chain ID)
Required range:
x > 0Example:
1
Source token address
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Destination chain ID (EVM chain ID)
Required range:
x > 0Example:
8453
Destination token address
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
Deposit amount in raw source-token units (integer string)
Pattern:
^\d+$Example:
"1000000"