---
title: "Master Wallet Transactions"
method: GET
path: "/v1/gateway/Transactions"
tags: ["Gateway"]
---

# Master Wallet Transactions

`GET /v1/gateway/Transactions`

This endpoint retrieves the transactions associated with the gateway

## Query parameters

- `page` string
- `limit` string

## Response `200`

200

- object
  - `data` object[]
    - `amlScreening` object
      - `message` string
      - `provider` string
      - `status` string
    - `amount` string
    - `amountPaid` string
    - `amountUSD` string
    - `asset` object
      - `address` string
      - `createdAt` string
      - `currency` string
      - `decimals` number
      - `id` string
      - `isActive` boolean
      - `isNative` boolean
      - `name` string
      - `network` string
      - `standard` string, nullable
      - `symbol` string
      - `updatedAt` string
    - `assetSwept` boolean, nullable
    - `assetSweptAmount` unknown
    - `assetSweptAt` unknown
    - `assetSweptGasFee` unknown
    - `assetSweptHash` string, nullable
    - `assetSweptRecipientAddress` unknown
    - `assetSweptSenderAddress` unknown
    - `blockHash` string, nullable
    - `blockNumber` number, nullable
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `isL2` boolean
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` string, nullable
      - `updatedAt` string
    - `chainId` number, nullable
    - `confirmations` number, nullable
    - `confirmed` boolean
    - `createdAt` string
    - `currency` string
    - `fee` unknown
    - `feeHash` unknown
    - `gasFee` string, nullable
    - `gasPrice` string, nullable
    - `gasUsed` string, nullable
    - `hash` string, nullable
    - `id` string
    - `metadata` unknown
    - `network` string
    - `note` string, nullable
    - `rate` unknown
    - `rateUSD` string
    - `reason` string, nullable
    - `recipientAddress` string
    - `reference` string
    - `senderAddress` string
    - `signedTransaction` unknown
    - `status` string
    - `toAmount` string, nullable
    - `toCurrency` string, nullable
    - `tokenAddress` string, nullable
    - `type` string
    - `updatedAt` string
  - `message` string
  - `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)
