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

# Access Algorand Algod GET node endpoints

`GET /v3/algorand/node/algod/{xApiKey}/{algodPath}`

> **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 al available APIs here - [https://developer.algorand.org/docs/rest-apis/algod/v2/](https://developer.algorand.org/docs/rest-apis/algod/v2/).  
Example call for Get Block is described in the response. [https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2blocksround](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2blocksround).  
URL used for this call would be

https://api.tatum.io/v3/algorand/node/algod/YOUR\_API\_KEY/v2/blocks/16775567

## Path parameters

- `xApiKey` string, required
- `algodPath` string, required

## Response `200`

OK

- AlgoBlock
  - `genesisHash` string — hash to which this block belongs
  - `genesisId` string — ID to which this block belongs
  - `previousBlockHash` string — Previous block hash
  - `rewards` object — rewards
  - `round` number — Current round on which this block was appended to the chain
  - `seed` string — Sortition seed.
  - `timestamp` number — Block creation timestamp in seconds since eposh
  - `txns` AlgoTx[] — Array of transactions
    - `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.
  - `txn` string — TransactionsRoot authenticates the set of transactions appearing in the block.
  - `txnc` number — TxnCounter counts the number of transations committed in the ledger
  - `upgradeState` object — upgrade state
  - `upgradeVote` object — upgrade vote

## 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)
