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

# Access Algorand Algod POST node endpoints

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

> **Deprecated.**

**2 credits 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 Broadcast a raw transaction is described in the response. [https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2transactions](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2transactions).  
URL used for this call would be

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

## Path parameters

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

## Request body

- object
  - `rawtxn` string — Check here - <a href="https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2transactions" target="_blank">https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2transactions</a>

## Response `200`

OK

- object
  - `txId` string — Check here - <a href="https://developer.algorand.org/docs/rest-apis/algod/v2/#rawtransaction-response-200" target="_blank">https://developer.algorand.org/docs/rest-apis/algod/v2/#rawtransaction-response-200</a>

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