Pools

Zap-In — Submit and land zap-in transactions

Submit signed zap-in transactions via Jito bundles for on-chain execution Solana only — this endpoint has no Robinhood Chain (EVM) equivalent.

post/pools/landing-add-tx

Request body

lastValidBlockHeightinteger required

Last valid block height for the transactions

swapTxsWithJitostring[]

Serialized swap transactions with Jito tips (base64)

addLiquidityTxsWithJitostring[] required

Serialized add liquidity transactions with Jito tips (base64)

metaobject

Optional metadata

Response

Successfully submitted and landed transactions

statusstring

Example response

{
  "status": "success"
}

Changes

Changed in 1 of the 20 revisions of this API.1