v1

latestOpenAPI 3.0.32026-07-22693462.7 KB
Temporary

List a wallet's historical CLMM limit orders

Return closed CLMM limit orders owned by wallet. Each row summarizes the order at the time it left the active set. Cursor-paginated via nextPageId.

get/limit-order/history/order/list-by-user

Query parameters

walletstring required
Example:<your-wallet-pubkey>

Wallet public key (base58)

hideCancelstring

When set to true, exclude orders that closed without ever being filled (i.e. cancelled). Default false.

poolIdstring

Optional CLMM pool to filter by. Mutually exclusive with mint1 / mint2.

mint1string

Optional mint filter (token A or B). Mutually exclusive with poolId.

mint2string

Optional second mint filter. Mutually exclusive with poolId.

nextPageIdstring

Opaque pagination cursor returned by the previous page (TTL ~1h).

sizeinteger

Page size (1–100, default 20).

Response

Success

idstring
successboolean required

Example response

{
  "success": true
}