v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-013469188.5 KB
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/liquidity

Query parameters

sourceChainIdinteger required

Source chain ID (EVM chain ID)

Example:1

Source chain ID (EVM chain ID)

sourceTokenstring required

Source token address

Example:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48

Source token address

destinationChainIdinteger required

Destination chain ID (EVM chain ID)

Example:8453

Destination chain ID (EVM chain ID)

destinationTokenstring required

Destination token address

Example:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Destination token address

amountstring required

Deposit amount in raw source-token units (integer string)

Example:1000000

Deposit amount in raw source-token units (integer string)

Headers

x-api-keystring required

API key for authentication

Example:your-api-key

API key for authentication

x-api-versionstring

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Example:2026-04.amazon

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Response

Liquidity information for the requested route

hasLiquidityboolean required
symbolstring required
decimalsnumber required
unlimitedboolean required
maxAmountstring nullable required