Get submitOrder calldata
Returns the TransitStation address, ABI-encoded submitOrder(...) calldata, and ETH value for a cross-chain Transit order.
Authorizations
API key in format: pxl_<public_id>_
Query Parameters
User wallet address — signs and submits the submitOrder transaction.
"0x1234567890abcdef1234567890abcdef12345678"
Amount of offerAsset to send, in token base units (decimal string).
"1000000"
Asset being offered (debited on the source chain).
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Asset desired (credited on the destination chain).
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
EVM chain ID of the destination chain. Server translates this to the destination chain EID.
8453
EVM chain ID of the source chain (where the transaction is submitted).
1
EIP-2612 permit signature (65-byte hex, from the authorize step). Required when permitDeadline is provided.
"0xabc..."
Permit deadline as Unix timestamp. Required when permitSignature is provided.
9999999999
Integrator fee in token base units. When provided, integratorFeeReceiver is required.
"1000"
Address to receive the integrator fee. Required when integratorFee is provided.
"0x1234567890abcdef1234567890abcdef12345678"
Controls response fields. Currently only "encoded" is supported; reserved for future parity with /v2/amplify/deposit.
encoded