Splits token amounts into multiple intents based on available relayer liquidity. Each returned intent can be filled by a single relayer.
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"
Body
The destination chain ID
x >= 142161
Map of token addresses to amounts
{
"0xaf88d065e77c8cc2239327c5edb3a432268e5831": "5000000000000"
}Optional array of settlement layers to filter by. If not provided, all layers are considered.
INTENT_EXECUTOR, SAME_CHAIN, ACROSS, ECO, RELAY, OFT, NEAR ["ACROSS", "ECO"]200
Successfully split the intent by available liquidity
Array of intents, each mapping token addresses to amounts that can be filled by a single relayer
[
{
"0xaf88d065e77c8cc2239327c5edb3a432268e5831": "2400000000000"
},
{
"0xaf88d065e77c8cc2239327c5edb3a432268e5831": "1700000000000"
},
{
"0xaf88d065e77c8cc2239327c5edb3a432268e5831": "900000000000"
}
]