V1 Full Account View
Fetch the combined indexed account view, including staking pools, FT balances, NFTs, and account state. This page opens with a seeded ecosystem account so the embedded Try-It console is immediately usable.
Live Response
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
Request reference
GETThis operation performs GET /v1/account/{account_id}/full.
Required request inputs: yes
GET /v1/account/root.near/full
Path parameters
account_id *stringQuery parameters
apiKeystringResponse reference
200 application/jsonFull indexed account information for the requested account
Response schema
objectAccountFullResponse
requires account_id, pools, tokens, nfts, stateaccount_id *stringnfts *arrayitemsobjectNftRowcontract_id *stringlast_update_block_height *integerpools *arrayitemsobjectPoolRowlast_update_block_height *integerpool_id *stringstate *objecttokens *arrayitemsobjectTokenRowbalance *stringcontract_id *stringlast_update_block_height *integer