Submit a value-movement intent. The same endpoint handles same-chain transfers, same-chain swaps, and cross-chain bridges. Mure infers the operation type from the request:
transfer — same chain, same asset.
swap — same chain, different input and output assets.
bridge — different source and destination chains.
POST /transfers
Request Body
Field
Type
Required
Description
from
CAIP-10
Yes
Source account and chain (eip155:{chainId}:{address}).
to
CAIP-10
Yes
Destination account and chain.
asset
CAIP-10 | { in: CAIP-10, out: CAIP-10 }
Yes
Token to move. Use { in, out } for swaps.
amount
string
Yes
Amount as a decimal string.
deadline
string
No
Latest execution time (ISO 8601). Defaults to +1 hour.
callData
string
No
Hex-encoded calldata forwarded to the recipient output. Max 10,240 bytes.