GET Latest by Exact Key
This GET route is useful for quick exact-key reads without a request body.
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 /v0/latest/{current_account_id}/{predecessor_id}/{key}.
Required request inputs: yes
GET /v0/latest/social.near/james.near/graph%2Ffollow%2Fsleet.near
Path parameters
current_account_id *stringpredecessor_id *stringkey *stringResponse reference
200 application/jsonLatest rows for the selected predecessor, account, and 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.