---
title: "getLatestTransactions"
method: GET
path: "/v1/latest-transactions"
tags: ["Analytics"]
---

# getLatestTransactions

`GET /v1/latest-transactions`

Get a list of transactions recently run on the Mina Blockchain.

## Query parameters

- `count` integer, required

## Response `200`

OK

- UserCommand[]
  - `type` string
  - `txHash` string
  - `fromAccountAddress` string
  - `isZkappAccountSource` boolean
  - `fromAccountName` string
  - `fromAccountImg` string
  - `toAccountAddress` string
  - `isZkappAccountReceiver` boolean
  - `toAccountName` string
  - `toAccountImg` string
  - `status` string
  - `age` integer
  - `amount` number, double
  - `fee` number, double
  - `blockHeight` string
  - `stateHash` string
  - `memo` string
  - `isAmountChangeable` boolean
  - `nonce` integer
  - `sourceScam` ScamDto
    - `scamId` integer
    - `objectType` string
    - `onchainId` string
    - `defaultSecurityMessage` string
    - `securityMessage` string
    - `scamType` string
  - `receiverScam` ScamDto
    - `scamId` integer
    - `objectType` string
    - `onchainId` string
    - `defaultSecurityMessage` string
    - `securityMessage` string
    - `scamType` string

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/versions/3e4cb73940b7/schema)
