v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Algorand - Tatum API

Get Algorand Transactions between from and to

1 credit per API call

This endpoint is deprecated.

Get Algorand transaction by specified period of time.

get/v3/algorand/transactions/{from}/{to}

Path parameters

fromstring required
Example:2021-05-01T20:44:39Z

Start timestamp in specified period of time

tostring required
Example:2021-06-01T20:44:39Z

End timestamp in specified period of time

Query parameters

limitstring
Example:5

page size for pagination

nextstring
Example:ywAAAAAAAAAAAAAA

Algorand Next Token for getting the next page results

Response

OK

nextTokenstring

Used for pagination, when making another request provide this token with the next parameter.

Example response

{
  "nextToken": "ywAAAAAAAAAAAAAA",
  "transactions": [
    {
      "confirmedRound": 16775567,
      "fee": 0.001,
      "firstValid": 16775565,
      "genesisHash": "SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=",
      "genesisId": "testnet-v1.0",
      "id": "HNIQ76UTJYPOLZP5FWODYABBJPYPGJNEM2QEJSMDMQRWEKHEYJHQ",
      "intraRoundOffset": 1,
      "lastValid": 16775571,
      "note": "cGluZ3Bvbmf0Jyl21QrtLw==",
      "roundTime": 1632167753,
      "sender": "U6QEM4KM7KKGCLH4FELZBGJEVVSF556ELXHUOZC4ESPFS4O4V4VQXKQRXQ",
      "txType": "pay"
    }
  ]
}