---
title: "Retrieves history of selling BRLA operations"
method: GET
path: "/superuser/sell/history"
tags: ["Sell Operations"]
---

# Retrieves history of selling BRLA operations

`GET /superuser/sell/history`

Retrieves paginated transactions of selling BRLA for user

## Query parameters

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

## Response `200`

Sell transactions retrieved

- SellHistoryOutput
  - `transfersLogs` BurnOpLog[]
    - `id` string, uuid
    - `chain` 'Polygon' | 'Ethereum' | 'Moonbeam' | 'Tron' | 'XRP' | 'Chiliz' — Not all chains might be available for every operation
    - `walletAddress` string
    - `amount` integer
    - `externalId` string — External id you can input to help later conciliation. Up to 40 alphanumeric characters.
    - `permit` PermitData
      - `deadline` integer — UNIX milliseconds timestamp
      - `nonce` integer
      - `r` string — Hex encoded (e.g. 0x...)
      - `s` string — Hex encoded (e.g. 0x...)
      - `v` 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
    - `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
    - `createdAt` string, date-time
    - `fee` integer
    - `referenceLabel` 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)
