---
title: "Get Transactions"
method: GET
path: "/v1/wallets/{walletId}/transactions"
tags: ["Transactions"]
---

# Get Transactions

`GET /v1/wallets/{walletId}/transactions`

This endpoint retrieves the transactions associated with a specific wallet.

## Query parameters

- `id` string
- `hash` string
- `status` string
- `type` string
- `order` string
- `assets` string

## Response `200`

200

- object
  - `analytics` object
    - `depositsCount` number
    - `depositsSumIn24Hours` number
    - `transactionsCount` number
    - `transactionsSumIn24Hours` number
    - `withdrawsCount` number
    - `withdrawsSumIn24Hours` number
  - `data` object[]
    - `address` object, nullable
    - `amlScreening` object
      - `message` string
      - `provider` string
      - `status` string
    - `amount` string
    - `amountPaid` string
    - `asset` object
      - `address` string
      - `createdAt` string
      - `decimals` number
      - `id` string
      - `isActive` boolean
      - `logoUrl` string
      - `name` string
      - `network` string
      - `standard` string, nullable
      - `symbol` string
      - `updatedAt` string
    - `assetSwept` boolean, nullable
    - `assetSweptAmount` string, nullable
    - `assetSweptAt` string, nullable
    - `assetSweptGasFee` string, nullable
    - `assetSweptHash` string, nullable
    - `assetSweptRecipientAddress` string, nullable
    - `assetSweptSenderAddress` string, nullable
    - `beneficiary` object, nullable
    - `blockHash` string, nullable
    - `blockNumber` number, nullable
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `logoUrl` string
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` string
      - `updatedAt` string
    - `chainId` unknown
    - `confirmations` number, nullable
    - `confirmed` boolean
    - `createdAt` string
    - `currency` string
    - `fee` string, nullable
    - `gasFee` string, nullable
    - `gasPrice` string, nullable
    - `gasUsed` string, nullable
    - `hash` string
    - `id` string
    - `metadata` object, nullable
    - `network` string
    - `note` unknown
    - `reason` string, nullable
    - `recipientAddress` string
    - `reference` string
    - `senderAddress` string
    - `status` string
    - `type` string
    - `updatedAt` string
  - `message` string
  - `meta` object
    - `currentPage` number
    - `itemCount` number
    - `itemsPerPage` number
    - `totalItems` number
    - `totalPages` number
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
