Saltar para o conteúdo principal
GET
/
limit-order
/
history
/
order
/
list-by-user
Listar o histórico de limit orders CLMM de uma carteira
curl --request GET \
  --url https://temp-api-v1.raydium.io/limit-order/history/order/list-by-user
{
  "success": true,
  "data": {
    "rows": [
      {
        "pda": "<string>",
        "owner": "<string>",
        "poolId": "<string>",
        "mintA": "<string>",
        "mintB": "<string>",
        "zeroForOne": true,
        "tick": 123,
        "price": 123,
        "openBlockTime": 123,
        "fillStatus": "NONE",
        "orderInputAmountUi": 123,
        "orderOutputAmountUi": 123,
        "filledInputAmountUi": 123,
        "filledOutputAmountUi": 123
      }
    ],
    "nextPageId": "<string>"
  },
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

Parâmetros de consulta

wallet
string
obrigatório

Chave pública da carteira (base58)

Exemplo:

"<your-wallet-pubkey>"

hideCancel
string

Quando definido como true, exclui as ordens encerradas sem nunca terem sido preenchidas (ou seja, canceladas). Padrão: false.

poolId
string

Pool CLMM opcional para filtrar. Mutuamente exclusivo com mint1 / mint2.

mint1
string

Filtro de mint opcional (token A ou B). Mutuamente exclusivo com poolId.

mint2
string

Segundo filtro de mint opcional. Mutuamente exclusivo com poolId.

nextPageId
string

Cursor de paginação opaco retornado pela página anterior (TTL ~1h).

size
integer
padrão:20

Tamanho da página (1–100, padrão 20).

Resposta

Success

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

success
boolean
obrigatório
Exemplo:

true

data
object
obrigatório
id
string