Account History
Fetch account transaction history with optional filters for signer, success status, and sort order.
Fetch account transaction history with optional filters for signer, success status, and sort order.
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/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
}account_id *stringNEAR account to query transactions for (may be a signer, predecessor, receiver, or related party).
descbooleanSort newest-first when true; oldest-first when false or omitted.
from_tx_block_heightintegerInclusive lower bound on the transaction's block height.
is_action_argbooleanRestrict to transactions where this account appeared in action arguments.
is_any_signerbooleanRestrict to transactions where this account signed either the top-level transaction or a delegated action.
is_delegated_signerbooleanRestrict to transactions where this account signed a delegated action.
is_event_logbooleanRestrict to transactions where this account appeared in a JSON event log.
is_explicit_refund_tobooleanRestrict to transactions where this account was the explicit refund_to target of an action receipt.
is_function_callbooleanRestrict to transactions where this account was the target of a function-call action.
is_predecessorbooleanRestrict to transactions where this account was the predecessor of a receipt.
is_real_receiverbooleanRestrict to transactions where this account was the real receiver — excluding relayer receivers and gas refunds.
is_real_signerbooleanRestrict to transactions where this account was the real signer — direct or delegated, excluding relayer signers.
is_receiverbooleanRestrict to transactions where this account received a receipt.
is_signerbooleanRestrict to transactions where this account signed the top-level transaction.
is_successbooleanRestrict to transactions whose execution succeeded (true) or failed/pending (false).
limitintegerMaximum rows to return in one page (1–200).
resume_tokenstringOpaque pagination token returned on a prior page; omit for the first page.
to_tx_block_heightintegerExclusive upper bound on the transaction's block height.
Account history result set
account_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