---
title: "Get a list of transactions."
method: GET
path: "/v1/transactions"
tags: ["Transactions"]
---

# Get a list of transactions.

`GET /v1/transactions`

## Query parameters

- `limit` number — Number of transactions to return

## Response `200`

Returns transaction list

- object[]
  - `height` number, required
  - `datetime` string, required
  - `hash` string, required
  - `isSuccess` boolean, required
  - `error` string, nullable, required
  - `gasUsed` number, required
  - `gasWanted` number, required
  - `fee` number, required
  - `memo` string, required
  - `messages` object[], required
    - `id` string, required
    - `type` string, required
    - `amount` number, required

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
