---
title: "Access Algorand Indexer GET node endpoints"
method: GET
path: "/v3/algorand/node/indexer/{xApiKey}/{indexerPath}"
tags: ["Algorand - Tatum API"]
deprecated: true
---

# Access Algorand Indexer GET node endpoints

`GET /v3/algorand/node/indexer/{xApiKey}/{indexerPath}`

> **Deprecated.**

**1 credit per API call**

**This endpoint is deprecated. Use the [HTTP-based JSON RPC driver](https://apidoc.tatum.io/tag/Node-RPC) instead.**

  

Use this endpoint URL as a http-based url to connect directly to the Algorand node provided by Tatum. You can check all available APIs here - [https://developer.algorand.org/docs/rest-apis/indexer/](https://developer.algorand.org/docs/rest-apis/indexer/).  
Example call for Get Tx By ID is described in the response. [https://developer.algorand.org/docs/rest-apis/indexer/#get-v2transactionstxid](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2transactionstxid).  
URL used for this call would be

https://api.tatum.io/v3/algorand/node/indexer/YOUR\_API\_KEY/v2/transactions/HNIQ76UTJYPOLZP5FWODYABBJPYPGJNEM2QEJSMDMQRWEKHEYJHQ

## Path parameters

- `xApiKey` string, required
- `indexerPath` string, required

## Response `200`

OK

- AlgoTx
  - `closeRewards` number — rewards applied to close-remainder-to account.
  - `closingAmount` number — closing amount for transaction.
  - `confirmedRound` number — Round when the transaction was confirmed.
  - `fee` number — Transaction fee
  - `firstValid` number — First valid round for this transaction.
  - `genesisHash` string — Hash of genesis block
  - `genesisId` string — genesis block ID.
  - `id` string — transaction ID
  - `intraRoundOffset` number — Offset into the round where this transaction was confirmed.
  - `lastValid` number — Last valid round for this transaction.
  - `note` string — Free form data
  - `paymentTransaction` object — payment Transaction
  - `receiverRewards` number — rewards applied to receiver account.
  - `roundTime` number — Time when the block this transaction is in was confirmed.
  - `sender` string — Sender's address
  - `senderRewards` number — rewards applied to sender account.
  - `signature` object — signature
  - `txType` string — indicates what type of transaction this is. Different types have differnet fields.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/versions/8622ee4b8fae/schema)
