---
title: "Retrieves history of token-to-pix solana operations"
method: GET
path: "/superuser/sell/token-to-pix/solana/history"
tags: ["Sell Operations"]
---

# Retrieves history of token-to-pix solana operations

`GET /superuser/sell/token-to-pix/solana/history`

Retrieves paginated token-to-pix solana transactions for user

## Query parameters

- `page` integer
- `pageSize` integer
- `id` string
- `taxId` string

## Response `200`

Token to pix solana operations retrieved

- GetTokenToPixSolanaLogsOutput
  - `ordersLogs` TokenToPixSolanaOrderLog[]
    - `id` string, uuid
    - `rawTx` string
    - `userSignature` string
    - `userName` string
    - `userTaxId` string
    - `rawAmount` string
    - `amountBrl` integer
    - `markup` string — Represents a decimal percentage (e.g. 0.5 = 0.5%)
    - `markupAddress` string
    - `createdAt` string, date-time
    - `smartContractOps` SmartcontractOperationLog[]
      - `id` string, uuid
      - `operationName` string
      - `posted` boolean
      - `tx` string
      - `notPostedReason` string
      - `createdAt` string, date-time
      - `isRetry` boolean
      - `feedback` SmartcontractOperationFeedbackLog
        - `id` string, uuid
        - `success` boolean
        - `errorMsg` string
        - `createdAt` string, date-time
    - `transfers` TransferLog[]
      - `amount` integer
      - `name` string
      - `taxId` string
      - `bankCode` string
      - `branchCode` string
      - `accountNumber` string
      - `id` string
      - `createdAt` string, date-time
      - `feedbacks` TransferFeedbackLog[]
        - `id` string, uuid
        - `transferStatus` string
        - `updatedAt` string, date-time
        - `logType` string
        - `error` string

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

[API](https://skmtc.net/brla/apis/brla-superuser-api.md) · [All operations](https://skmtc.net/brla/apis/brla-superuser-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brla/brla-superuser-api/revisions/236b95ba5c14/schema)
