Search for accounts.
(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', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"accounts": [
{
"address": "text",
"amount": 0,
"amount-without-pending-rewards": 0,
"apps-local-state": [
{
"closed-out-at-round": 0,
"deleted": false,
"id": 0,
"key-value": [
{
"key": "text",
"value": {
"bytes": "text",
"type": 0,
"uint": 0
}
}
],
"opted-in-at-round": 0,
"schema": {
"num-byte-slice": 0,
"num-uint": 0
}
}
],
"apps-total-extra-pages": 0,
"apps-total-schema": {
"num-byte-slice": 0,
"num-uint": 0
},
"assets": [
{
"amount": 0,
"asset-id": 0,
"deleted": false,
"is-frozen": false,
"opted-in-at-round": 0,
"opted-out-at-round": 0
}
],
"auth-addr": "text",
"closed-at-round": 0,
"created-apps": [
{
"created-at-round": 0,
"deleted": false,
"deleted-at-round": 0,
"id": 0,
"params": {
"approval-program": "Ynl0ZXM=",
"clear-state-program": "Ynl0ZXM=",
"creator": "text",
"extra-program-pages": 0,
"global-state": [
{
"key": "text",
"value": {
"bytes": "text",
"type": 0,
"uint": 0
}
}
],
"global-state-schema": {
"num-byte-slice": 0,
"num-uint": 0
},
"local-state-schema": {
"num-byte-slice": 0,
"num-uint": 0
}
}
}
],
"created-assets": [
{
"created-at-round": 0,
"deleted": false,
"destroyed-at-round": 0,
"index": 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="
}
}
],
"created-at-round": 0,
"deleted": false,
"participation": {
"selection-participation-key": "Ynl0ZXM=",
"state-proof-key": "Ynl0ZXM=",
"vote-first-valid": 0,
"vote-key-dilution": 0,
"vote-last-valid": 0,
"vote-participation-key": "Ynl0ZXM="
},
"pending-rewards": 0,
"reward-base": 0,
"rewards": 0,
"round": 0,
"sig-type": "sig",
"status": "text",
"total-apps-opted-in": 0,
"total-assets-opted-in": 0,
"total-box-bytes": 0,
"total-boxes": 0,
"total-created-apps": 0,
"total-created-assets": 0
}
],
"current-round": 0,
"next-token": "text"
}
Lookup account information.
account string
(empty)
Account information at a given round.
Definition: data/basics/userBalance.go : AccountData
Round at which the results were computed.
const response = await fetch('https://algo-index.nownodes.io/v2/accounts/{account-id}', {
method: 'GET',
headers: {},
});
const data = await response.json();
{
"account": {
"address": "text",
"amount": 0,
"amount-without-pending-rewards": 0,
"apps-local-state": [
{
"closed-out-at-round": 0,
"deleted": false,
"id": 0,
"key-value": [
{
"key": "text",
"value": {
"bytes": "text",
"type": 0,
"uint": 0
}
}
],
"opted-in-at-round": 0,
"schema": {
"num-byte-slice": 0,
"num-uint": 0
}
}
],
"apps-total-extra-pages": 0,
"apps-total-schema": {
"num-byte-slice": 0,
"num-uint": 0
},
"assets": [
{
"amount": 0,
"asset-id": 0,
"deleted": false,
"is-frozen": false,
"opted-in-at-round": 0,
"opted-out-at-round": 0
}
],
"auth-addr": "text",
"closed-at-round": 0,
"created-apps": [
{
"created-at-round": 0,
"deleted": false,
"deleted-at-round": 0,
"id": 0,
"params": {
"approval-program": "Ynl0ZXM=",
"clear-state-program": "Ynl0ZXM=",
"creator": "text",
"extra-program-pages": 0,
"global-state": [
{
"key": "text",
"value": {
"bytes": "text",
"type": 0,
"uint": 0
}
}
],
"global-state-schema": {
"num-byte-slice": 0,
"num-uint": 0
},
"local-state-schema": {
"num-byte-slice": 0,
"num-uint": 0
}
}
}
],
"created-assets": [
{
"created-at-round": 0,
"deleted": false,
"destroyed-at-round": 0,
"index": 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="
}
}
],
"created-at-round": 0,
"deleted": false,
"participation": {
"selection-participation-key": "Ynl0ZXM=",
"state-proof-key": "Ynl0ZXM=",
"vote-first-valid": 0,
"vote-key-dilution": 0,
"vote-last-valid": 0,
"vote-participation-key": "Ynl0ZXM="
},
"pending-rewards": 0,
"reward-base": 0,
"rewards": 0,
"round": 0,
"sig-type": "sig",
"status": "text",
"total-apps-opted-in": 0,
"total-assets-opted-in": 0,
"total-box-bytes": 0,
"total-boxes": 0,
"total-created-apps": 0,
"total-created-assets": 0
},
"current-round": 0
}