Skip to main content

GET History by Exact Key

This GET route is useful for simple exact-key lookups without a request body.

Network
FastNear API keyNo saved key
Get API key
Endpointhttps://kv.main.fastnear.com
Authnone detected
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

GET

This operation performs GET /v0/history/{current_account_id}/{predecessor_id}/{key}.

Required request inputs: yes

GET /v0/history/social.near/james.near/graph%2Ffollow%2Fsleet.near

Path parameters

current_account_id *string
predecessor_id *string
key *string

Response reference

200 application/json

Historical rows for the selected predecessor, account, and key

Response schema

objectListResponse
requires entries
entries *array
itemsobjectKvEntry
requires predecessor_id, current_account_id, block_height, block_timestamp, key, value
action_indexinteger
block_height *integer
block_timestamp *integer
current_account_id *string
key *string
predecessor_id *string
receipt_idstring
signer_idstring
tx_hashstring
value *value

Raw JSON value as stored in FastData.

page_tokenstring

Opaque pagination cursor for the next page. Absent when there are no more results.