---
title: "Get transactions auxiliary info"
method: GET
path: "/transactions/auxiliary_info"
tags: ["Transactions"]
---

# Get transactions auxiliary info

`GET /transactions/auxiliary_info`

Retrieves persisted auxiliary information (such as transaction indices within blocks) for
transactions in a given version range.

If the version range has been pruned, a 410 will be returned.

## Query parameters

- `start_version` string, uint64, required — A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.
- `limit` integer

## Response `200`

- PersistedAuxiliaryInfo[]
  - `transaction_index` integer — Optional transaction index in the block (None indicates no auxiliary info available)

## Other responses

- `400`
- `403`
- `404`
- `410`
- `500`
- `503`

## Changes

- **2026-03-23** `10ecd1005697` — 6 warning
  - added the new `rate_limited` enum value to the `error_code` response property for the response status `400`
  - added the new `rate_limited` enum value to the `error_code` response property for the response status `403`
  - added the new `rate_limited` enum value to the `error_code` response property for the response status `404`
  - added the new `rate_limited` enum value to the `error_code` response property for the response status `410`
  - …2 more
- **2025-09-22** `74289f01bf61` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aptoslabs/apis/aptos-node-api/changes/transactions/auxiliary_info/get.md)

---

[API](https://skmtc.dev/aptoslabs/apis/aptos-node-api.md) · [All operations](https://skmtc.dev/aptoslabs/apis/aptos-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aptoslabs/aptos-node-api/revisions/4a94534afca7/schema)
