---
title: "Retrieves history of BRLA buy operations"
method: GET
path: "/superuser/buy/static-pix/history"
tags: ["Buy Operations"]
---

# Retrieves history of BRLA buy operations

`GET /superuser/buy/static-pix/history`

Retrieves paginated BRLA buy transactions for user

## Query parameters

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

## Response `200`

Buy operations retrieved

- BuyStaticPixHistoryOutput
  - `depositsLogs` StaticDepositLog[]
    - `chain` 'Polygon' | 'Ethereum' | 'Moonbeam' | 'Tron' | 'XRP' | 'Chiliz' — Not all chains might be available for every operation
    - `walletAddress` string
    - `amount` integer
    - `taxId` string
    - `due` string, date-time
    - `id` string
    - `createdAt` string, date-time
    - `status` string
    - `payerName` string
    - `updatedAt` string, date-time
    - `referenceLabel` string
    - `externalId` string — External id you can input to help later conciliation. Up to 40 alphanumeric characters.
    - `mintOps` MintOpLog[]
      - `id` string
      - `amount` integer
      - `createdReason` string
      - `createdAt` string, date-time
      - `fee` integer
      - `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

## 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)
