Route liquidity limit
Returns the largest known fillable amount for a single deposit on the given source→destination route. Relayer-market layers return exact capacity; bridge-backed layers return a conservative probed lower bound.
Documentation Index
Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Rhinestone API key
API version (YYYY-MM.name). Will become required in a future release.
^\d{4}-\d{2}\.[a-z0-9]+$"2026-01.alps"
Query Parameters
Source chain ID
^eip155:\d+$"eip155:42161"
Source token address
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Destination chain ID
^eip155:\d+$"eip155:42161"
Destination token address
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
Response
200
Liquidity information for the requested route
Destination token symbol
"USDC"
Destination token decimals
6
True when an uncapped settlement layer (e.g. OFT) supports this route
false
Largest known fillable amount for this token by a single relayer instance. Exact for relayer-market settlement layers (ACROSS, ECO); bridge-backed layers (Relay, NEAR, Rhino) return a conservative probed lower bound. Null when unlimited.
"200000000000"