Account History
This endpoint returns account transaction rows, an optional total count, and a resume_token for pagination.
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/account with an application/json request body.
Required request inputs: yes
POST /v0/account
{
"account_id": "intents.near",
"desc": true,
"is_real_signer": true,
"is_success": true,
"limit": 50
}Request body schema
objectAccountInput
requires account_idaccount_id *stringdescbooleanfrom_tx_block_heightintegeris_action_argbooleanis_any_signerbooleanis_delegated_signerbooleanis_event_logbooleanis_explicit_refund_tobooleanis_function_callbooleanis_predecessorbooleanis_real_receiverbooleanis_real_signerbooleanis_receiverbooleanis_signerbooleanis_successbooleanlimitintegerresume_tokenstringto_tx_block_heightintegerResponse reference
200 application/jsonAccount history result set
Response schema
objectAccountResponse
requires account_txs, resume_token, txs_countaccount_txs *arrayitemsobjectAccountTxRowaccount_id *stringis_action_arg *booleanis_any_signer *booleanis_delegated_signer *booleanis_event_log *booleanis_explicit_refund_to *booleanis_function_call *booleanis_predecessor *booleanis_real_receiver *booleanis_real_signer *booleanis_receiver *booleanis_signer *booleanis_success *booleantransaction_hash *stringtx_block_height *integertx_block_timestamp *stringtx_index *integerresume_token *stringtxs_count *integer