---
title: "Gets the count of the user's $AUDIO transaction history within the App"
method: GET
path: "/transactions/count"
tags: ["transactions"]
deprecated: true
---

# Gets the count of the user's $AUDIO transaction history within the App

`GET /transactions/count`

> **Deprecated.**

Deprecated: Use `/users/{id}/transactions/audio/count` or `sdk.full.users.getAudioTransactionCount()` instead.

## Headers

- `Encoded-Data-Message` string
- `Encoded-Data-Signature` string

## Response `200`

Success

- TransactionHistoryCountResponse
  - `latest_chain_block` integer, required
  - `latest_indexed_block` integer, required
  - `latest_chain_slot_plays` integer, required
  - `latest_indexed_slot_plays` integer, required
  - `signature` string, required
  - `timestamp` string, required
  - `version` VersionMetadata, required
    - `service` string, required
    - `version` string, required
  - `data` integer

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
