All by Predecessor
Fetch the latest values for all contracts touched by one predecessor account.
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/all/{predecessor_id} with an application/json request body.
Required request inputs: yes
POST /v0/all/james.near
{
"include_metadata": true,
"limit": 50
}Request body schema
objectAllRequest
include_metadatabooleanInclude receipt and signer metadata in each entry.
limitintegerpage_tokenstringOpaque pagination cursor from a previous /v0/all/{predecessor_id} response.
Path parameters
predecessor_id *stringResponse reference
200 application/jsonLatest rows for the selected predecessor
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.