---
title: "Fetch Transactions"
method: GET
path: "/crypto/transactions"
---

# Fetch Transactions

`GET /crypto/transactions`

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `transactions` object[]
      - `id` integer
      - `transactionId` string
      - `accountId` integer
      - `addressId` integer
      - `amount` string
      - `meta` object
        - `date` string
        - `fees` string
        - `type` string
        - `amount` integer
        - `source` string
        - `charges` integer
        - `country` string
        - `currency` string
        - `toppedUp` boolean
        - `username` string
        - `processor` string
        - `actualCoin` string
        - `totalToPay` integer
        - `eversendRef` string
        - `creationDate` string
        - `fireblocksId` string
        - `toppedUpDate` string
        - `blockchainHash` string
        - `blockchainStatus` string
        - `blockchainSubStatus` string
      - `status` string
      - `subStatus` string
      - `createdAt` string
      - `updatedAt` string
      - `address` object
        - `address` string
        - `coin` string
        - `purpose` string
        - `ownerName` string
        - `destinationAddressDescription` string
        - `createdAt` string
        - `updatedAt` string
        - `transactions` object[]
          - `id` integer
          - `transactionId` string
          - `accountId` integer
          - `addressId` integer
          - `amount` string
          - `meta` object
            - `date` string
            - `fees` string
            - `type` string
            - `amount` integer
            - `source` string
            - `charges` integer
            - `country` string
            - `currency` string
            - `toppedUp` boolean
            - `username` string
            - `processor` string
            - `actualCoin` string
            - `totalToPay` integer
            - `eversendRef` string
            - `creationDate` string
            - `fireblocksId` string
            - `toppedUpDate` string
            - `blockchainHash` string
            - `blockchainStatus` string
            - `blockchainSubStatus` string
          - `status` string
          - `subStatus` string
          - `createdAt` string
          - `updatedAt` string
    - `total` integer
    - `limit` integer
    - `page` integer
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
