Multi Lookup
Fetch the latest FastData row for up to 100 keys in a single request.
Fetch the latest FastData row for up to 100 keys in a single request.
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/multi with an application/json request body.
Required request inputs: yes
POST /v0/multi
{
"include_metadata": true,
"keys": [
"social.near/james.near/graph/follow/sleet.near",
"social.near/james.near/graph/follow/missing"
]
}include_metadatabooleanInclude receipt and signer metadata in each entry.
keys *arrayFully qualified keys in current_account_id/predecessor_id/key form.
itemsstringLatest rows for the requested keys
entries *arrayitemsone ofaction_indexintegerblock_height *integerblock_timestamp *integercurrent_account_id *stringkey *stringpredecessor_id *stringreceipt_idstringsigner_idstringtx_hashstringvalue *valueRaw JSON value as stored in FastData.
null