---
title: "Get Algorand Transactions between from and to"
method: GET
path: "/v3/algorand/transactions/{from}/{to}"
tags: ["Algorand - Tatum API"]
deprecated: true
---

# Get Algorand Transactions between from and to

`GET /v3/algorand/transactions/{from}/{to}`

> **Deprecated.**

**1 credit per API call**

**This endpoint is deprecated.**

  

Get Algorand transaction by specified period of time.

## Path parameters

- `from` string, required
- `to` string, required

## Query parameters

- `limit` string
- `next` string

## Response `200`

OK

- AlgoTxsWithPagination
  - `nextToken` string — Used for pagination, when making another request provide this token with the next parameter.
  - `transactions` 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.

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