History by Account
Fetch historical FastData rows for one target account across all predecessor accounts.
Fetch historical FastData rows for one target account across all predecessor accounts.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation performs POST /v0/history/{current_account_id} with an application/json request body.
Required request inputs: yes
POST /v0/history/social.near
{
"asc": true,
"include_metadata": true,
"key_prefix": "graph/follow/sleet.near",
"limit": 10
}ascbooleanSort ascending for history endpoints. Defaults to newest-first.
include_metadatabooleanInclude receipt and signer metadata in each entry.
keystringExact key filter. Mutually exclusive with key_prefix.
key_prefixstringPrefix filter for matching key namespaces.
limitintegerMaximum number of entries to return in one page (1–200, default 50).
page_tokenstringOpaque pagination cursor from a previous response for the same endpoint and filter set.
current_account_id *stringHistorical rows for the selected contract
entries *arrayitemsobjectKvEntryaction_indexintegerblock_height *integerblock_timestamp *integercurrent_account_id *stringkey *stringpredecessor_id *stringreceipt_idstringsigner_idstringtx_hashstringvalue *valueRaw JSON value as stored in FastData.
page_tokenstringOpaque pagination cursor for the next page. Absent when there are no more results.