History by Key
Fetch the historical values for a selected key across accounts and predecessors.
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
application/jsonThis operation performs POST /v0/history with an application/json request body.
Required request inputs: yes
POST /v0/history
{
"asc": false,
"include_metadata": false,
"key": "graph/follow/sleet.near",
"limit": 50
}Request body schema
objectByKeyRequest
requires keyascbooleanSort ascending for history results. Defaults to newest-first.
include_metadatabooleanInclude receipt and signer metadata in each entry.
key *stringExact key name to match across all accounts and predecessors.
limitintegerpage_tokenstringOpaque pagination cursor from a previous response for the same endpoint and filter set.
Response reference
200 application/jsonHistorical rows for the selected key
Response schema
objectListResponse
requires entriesentries *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.