Transactions
Last updated
Last updated
Lookup account transactions. Transactions are returned newest to oldest.
account string
(empty)
Round at which the results were computed.
Used for pagination, when making another request provide this token with the next parameter.
const response = await fetch('https://algo-index.nownodes.io/v2/accounts/{account-id}/transactions', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"current-round": 0,
"next-token": "text",
"transactions": [
{
"application-transaction": {
"accounts": [
"text"
],
"application-args": [
"text"
],
"application-id": 0,
"approval-program": "Ynl0ZXM=",
"clear-state-program": "Ynl0ZXM=",
"extra-program-pages": 0,
"foreign-apps": [
0
],
"foreign-assets": [
0
],
"global-state-schema": {
"num-byte-slice": 0,
"num-uint": 0
},
"local-state-schema": {
"num-byte-slice": 0,
"num-uint": 0
},
"on-completion": "noop"
},
"asset-config-transaction": {
"asset-id": 0,
"params": {
"clawback": "text",
"creator": "text",
"decimals": 0,
"default-frozen": false,
"freeze": "text",
"manager": "text",
"metadata-hash": "Ynl0ZXM=",
"name": "text",
"name-b64": "Ynl0ZXM=",
"reserve": "text",
"total": 0,
"unit-name": "text",
"unit-name-b64": "Ynl0ZXM=",
"url": "text",
"url-b64": "Ynl0ZXM="
}
},
"asset-freeze-transaction": {
"address": "text",
"asset-id": 0,
"new-freeze-status": false
},
"asset-transfer-transaction": {
"amount": 0,
"asset-id": 0,
"close-amount": 0,
"close-to": "text",
"receiver": "text",
"sender": "text"
},
"auth-addr": "text",
"close-rewards": 0,
"closing-amount": 0,
"confirmed-round": 0,
"created-application-index": 0,
"created-asset-index": 0,
"fee": 0,
"first-valid": 0,
"genesis-hash": "Ynl0ZXM=",
"genesis-id": "text",
"global-state-delta": [
{
"key": "text",
"value": {
"action": 0,
"bytes": "text",
"uint": 0
}
}
],
"group": "Ynl0ZXM=",
"id": "text",
"inner-txns": [],
"intra-round-offset": 0,
"keyreg-transaction": {
"non-participation": false,
"selection-participation-key": "Ynl0ZXM=",
"state-proof-key": "Ynl0ZXM=",
"vote-first-valid": 0,
"vote-key-dilution": 0,
"vote-last-valid": 0,
"vote-participation-key": "Ynl0ZXM="
},
"last-valid": 0,
"lease": "Ynl0ZXM=",
"local-state-delta": [
{
"address": "text",
"delta": [
{
"key": "text",
"value": {
"action": 0,
"bytes": "text",
"uint": 0
}
}
]
}
],
"logs": [
"Ynl0ZXM="
],
"note": "Ynl0ZXM=",
"payment-transaction": {
"amount": 0,
"close-amount": 0,
"close-remainder-to": "text",
"receiver": "text"
},
"receiver-rewards": 0,
"rekey-to": "text",
"round-time": 0,
"sender": "text",
"sender-rewards": 0,
"signature": {
"logicsig": {
"args": [
"text"
],
"logic": "Ynl0ZXM=",
"multisig-signature": {
"subsignature": [
{
"public-key": "Ynl0ZXM=",
"signature": "Ynl0ZXM="
}
],
"threshold": 0,
"version": 0
},
"signature": "Ynl0ZXM="
},
"multisig": {
"subsignature": [
{
"public-key": "Ynl0ZXM=",
"signature": "Ynl0ZXM="
}
],
"threshold": 0,
"version": 0
},
"sig": "Ynl0ZXM="
},
"state-proof-transaction": {
"message": {
"block-headers-commitment": "Ynl0ZXM=",
"first-attested-round": 0,
"latest-attested-round": 0,
"ln-proven-weight": 0,
"voters-commitment": "Ynl0ZXM="
},
"state-proof": {
"part-proofs": {
"hash-factory": {
"hash-type": 0
},
"path": [
"Ynl0ZXM="
],
"tree-depth": 0
},
"positions-to-reveal": [
0
],
"reveals": [
{
"participant": {
"verifier": {
"commitment": "Ynl0ZXM=",
"key-lifetime": 0
},
"weight": 0
},
"position": 0,
"sig-slot": {
"lower-sig-weight": 0,
"signature": {
"falcon-signature": "Ynl0ZXM=",
"merkle-array-index": 0,
"proof": {
"hash-factory": {
"hash-type": 0
},
"path": [
"Ynl0ZXM="
],
"tree-depth": 0
},
"verifying-key": "Ynl0ZXM="
}
}
}
],
"salt-version": 0,
"sig-commit": "Ynl0ZXM=",
"sig-proofs": {
"hash-factory": {
"hash-type": 0
},
"path": [
"Ynl0ZXM="
],
"tree-depth": 0
},
"signed-weight": 0
},
"state-proof-type": 0
},
"tx-type": "pay"
}
]
}