Ensure Market
Create the market on chain if it does not exist. EVM: `write`. Solana: operator token.
X-API-Key<token>
Developer-portal API key (tp_live_… / tp_test_…), also accepted as Authorization: Bearer tp_….
In: header
Header Parameters
x-clob-resolve-token?string
Response Body
curl -X POST "https://example.com/ensure-market"Empty
Market Order POST
Fill a signed order against the AMM immediately; nothing rests. Body is the signed order. EVM orders carry `chainId`; Solana orders must not. Requires `write`.
Build Transaction POST
Solana only: build an unsigned transaction (deposit, withdraw, add-liquidity, remove-liquidity, claim, claim-lp-fees) or broadcast a signed one (submit).