Returns a list of operations related to the specified account.
Note: for better flexibility this endpoint accumulates query parameters (filters) of each /operations/{type}
endpoint,
so a particular filter may affect several operation types containing this filter.
For example, if you specify an initiator
it will affect all transactions, delegations and originations,
because all these types have an initiator
field.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type}
(e.g. /v1/operations/transactions) instead, because it's much more efficient and way more flexible.
Account address
Comma separated list of operation types to return (endorsement
, preendorsement
, ballot
, proposal
, activation
, double_baking
,
double_endorsing
, double_preendorsing
, nonce_revelation
, vdf_revelation
, delegation
, origination
, transaction
, reveal
, register_constant
,
set_deposits_limit
, increase_paid_storage
, tx_rollup_origination
, tx_rollup_submit_batch
, tx_rollup_commit
, tx_rollup_return_bond
,
tx_rollup_finalize_commitment
, tx_rollup_remove_commitment
, tx_rollup_rejection
, tx_rollup_dispatch_tickets
, transfer_ticket
, migration
,
update_consensus_key
, drain_delegate
, sr_add_messages
, sr_cement
, sr_execute
, sr_originate
, sr_publish
, sr_recover_bond
, sr_refute
,
revelation_penalty
, baking
, endorsing_reward
). If not specified then the default set will be returned.
Filters transactions, delegations and originations by initiator. Allowed fields for .eqx
mode: none.
Filters transactions, delegations, originations, reveals and seed nonce revelations by sender. Allowed fields for .eqx
mode: none.
Filters transactions by target. Allowed fields for .eqx
mode: none.
Filters delegations by prev delegate. Allowed fields for .eqx
mode: none.
Filters delegations by new delegate. Allowed fields for .eqx
mode: none.
Filters origination operations by manager. Allowed fields for .eqx
mode: none.
Filters origination operations by delegate. Allowed fields for .eqx
mode: none.
Filters origination operations by originated contract. Allowed fields for .eqx
mode: none.
Filters double baking and double endorsing by accuser. Allowed fields for .eqx
mode: none.
Filters double baking and double endorsing by offender. Allowed fields for .eqx
mode: none.
Filters seed nonce revelation operations by baker. Allowed fields for .eqx
mode: none.
Filters operations by level.
Filters operations by timestamp.
Filters transactions by entrypoint called on the target contract.
Filters transactions by parameter value. Note, this query parameter supports the following format: ?parameter{.path?}{.mode?}=...
,
so you can specify a path to a particular field to filter by, for example: ?parameter.token_id=...
or ?parameter.sigs.0.ne=...
.
Filters transactions by presence of internal operations.
Filters transactions, delegations, originations and reveals by operation status (applied
, failed
, backtracked
, skipped
).
Sort mode (0 - ascending, 1 - descending), operations of different types can only be sorted by ID.
Descending
Id of the last operation received, which is used as an offset for pagination
Number of items to return
100
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Json
Comma-separated list of ticker symbols to inject historical prices into response
None