FULL NAME
SUBJECT
Customer Support
Customer Support
Business / Sales
Partnership
Feedback
Demo Request
Other
TEXT MESSAGE
0/300
📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests
Endpoints
Retrieve account by address
POST /account/get
curl --location --request POST 'https://near.getblock.io/explorer/account/get' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'x-api-key: YOUR-API-KEY' \ --data-raw '{ "address": "aurora" }'
{ "address": "aurora", "balance": { "USD": 88.55, "yoctoNEAR": "51451903615609279009283504" }, "created_at": 1601591231895000000, "creation_tx": "AqZs5TUgpCFTfzJQAyGkvUzSpGBmiybPj1qxentDeHuW", "stake": "51451903615609279009283504", "storage_used": 4018, "tx_in": 1246, "tx_out": 10 }