v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Algorand - Tatum API

Access Algorand Algod POST node endpoints

2 credits per API call

This endpoint is deprecated. Use the HTTP-based JSON RPC driver 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/.
Example call for Broadcast a raw transaction is described in the response. 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

post/v3/algorand/node/algod/{xApiKey}/{algodPath}

Path parameters

xApiKeystring required
Example:asdlkfjnqunalkwjfnq2oi303294857k

Tatum X-API-Key used for authorization.

algodPathstring required
Example:v2/accounts

** path of algod.

Request body

rawtxnstring

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

OK

txIdstring

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>

Example response

{
  "txId": "X4VI2Q3SHG4RC3T2RNDCFHNPUL6WYX2ONWHJGLKNMBA4SVE5M4KQ"
}