v1

latestOpenAPI 3.0.32026-07-22693462.7 KB
Temporary

List a wallet's currently-parked CLMM limit orders

Return CLMM limit orders owned by wallet that are still on-chain — both fully unfilled and partially filled orders are returned in a single payload. Each row is the decoded on-chain LimitOrderState plus the pool keys and a pendingSettle amount that the indexer has computed from the latest tick state.

Data is served from the indexer's Redis cache and may lag the chain by a few seconds.

get/limit-order/order/list

Query parameters

walletstring required
Example:<your-wallet-pubkey>

Wallet public key (base58)

showErrstring

When present, the response also includes an e array of soft-failure messages from the indexer (e.g. a missing pool or tick-array cache entry that caused a row to be skipped).

Response

Success

idstring

Request id (UUID)

successboolean required

Example response

{
  "success": true
}