Skip to main content
POST
Split Intent by Liquidity

Headers

x-api-version
enum<string>
required

API version. Required; pinned to this document.

Available options:
2026-04.blanc
x-api-key
string
required

API key.

Body

application/json
chainId
string
required

The chain ID the intents settle on (CAIP-2)

Pattern: ^eip155:[0-9]{1,32}$
Example:

"eip155:42161"

tokens
object
required

Map of token addresses to amounts

Example:
settlementLayers

Which settlement layers the orchestrator may use. { include: [...] } (allow-list) or { exclude: [...] } (deny-list, inverted against the orchestrator's live layer set); a bare array means include. Internal modes (SAME_CHAIN, INTENT_EXECUTOR) are not selectable. Default unset = all layers eligible.

Available options:
ACROSS,
ECO,
RELAY,
OFT,
NEAR,
RHINO,
CCTP
Example:

Response

OK

intents
object[]
required

Array of intents, each mapping token addresses to amounts that can be filled by a single relayer

Example: