Последние значения по аккаунту
Получите последние строки FastData для выбранного аккаунта по всем вызывающим аккаунтам.
Живой ответ
Ответы от выбранного эндпоинта появляются здесь после запуска запроса.
Здесь появится вывод живого ответа после запуска запроса.
Справка по запросу
application/jsonЭта операция выполняет POST /v0/latest/{current_account_id} с телом запроса типа application/json.
Обязательные входные данные запроса: да
POST /v0/latest/social.near
{
"include_metadata": true,
"key_prefix": "graph/follow/",
"limit": 50
}Схема тела запроса
objectLatestRequest
include_metadatabooleanInclude квитанция and signer metadata in each entry.
ключstringExact ключ filter. Mutually exclusive with key_prefix.
key_prefixstringPrefix filter for matching ключ namespaces.
limitintegerpage_tokenstringOpaque pagination cursor from a previous ответ for the same endpoint and filter set.
Параметры пути
current_account_id *stringСправка по ответу
200 application/jsonПоследние строки для выбранного контракта
Схема ответа
objectListResponse
требует entriesentries *arrayitemsobjectKvEntryaction_indexintegerblock_height *integerblock_timestamp *integercurrent_account_id *stringключ *stringpredecessor_id *stringreceipt_idstringsigner_idstringtx_hashstringvalue *значениеRaw JSON value as stored in FastData.
page_tokenstringOpaque pagination cursor for the next page. Absent when there are no more results.