Skip to main content
GET
List a wallet's historical CLMM limit orders

Query Parameters

wallet
string
required

Wallet public key (base58)

Example:

"<your-wallet-pubkey>"

hideCancel
string

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

poolId
string

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

mint1
string

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

mint2
string

Optional second mint filter. Mutually exclusive with poolId.

nextPageId
string

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

size
integer
default:20

Page size (1–100, default 20).

Response

Success

Payload for /limit-order/history/order/list-by-user.

success
boolean
required
Example:

true

data
object
required
id
string