Accounts

Get accounts activity

get/v1/accounts/activity

Query parameters

addressesstring

Comma-separated list of account addresses to get activity of.

rolesstring nullable

Comma-separated list of activity roles (sender, target, initiator, mention) to filter activity by.

typesstring nullable

Comma-separated list of activity types (activation, autostaking, baking, ballot, dal_attestation_reward, dal_entrapment_evidence, dal_publish_commitment, delegation, double_baking, double_consensus, drain_delegate, attestation, attestation_reward, increase_paid_storage, migration, nonce_revelation, origination, preattestation, proposal, register_constant, reveal, revelation_penalty, set_delegate_parameters, set_deposits_limit, sr_add_messages, sr_cement, sr_execute, sr_originate, sr_publish, sr_recover_bond, sr_refute, staking, transaction, transfer_ticket, tx_rollup_commit, tx_rollup_dispatch_tickets, tx_rollup_finalize_commitment, tx_rollup_origination, tx_rollup_rejection, tx_rollup_remove_commitment, tx_rollup_return_bond, tx_rollup_submit_batch, vdf_revelation, update_secondary_key, ticket_transfer, token_transfer)

eqstring date-time nullable

Equal filter mode (optional, i.e. param.eq=123 is the same as param=123).
Specify a datetime value to get items where the specified field is equal to the specified value.

Example: ?timestamp=2020-02-20T02:40:57Z.

nestring date-time nullable

Not equal filter mode.
Specify a datetime value to get items where the specified field is not equal to the specified value.

Example: ?timestamp.ne=2020-02-20T02:40:57Z.

gtstring date-time nullable

Greater than filter mode.
Specify a datetime value to get items where the specified field is greater than the specified value.

Example: ?timestamp.gt=2020-02-20T02:40:57Z.

gestring date-time nullable

Greater or equal filter mode.
Specify a datetime value to get items where the specified field is greater than equal to the specified value.

Example: ?timestamp.ge=2020-02-20T02:40:57Z.

ltstring date-time nullable

Less than filter mode.
Specify a datetime value to get items where the specified field is less than the specified value.

Example: ?timestamp.lt=2020-02-20T02:40:57Z.

lestring date-time nullable

Less or equal filter mode.
Specify a datetime value to get items where the specified field is less than or equal to the specified value.

Example: ?timestamp.le=2020-02-20T02:40:57Z.

instring[] nullable

In list (any of) filter mode.
Specify a comma-separated list of datetimes to get items where the specified field is equal to one of the specified values.

Example: ?timestamp.in=2020-02-20,2020-02-21.

nistring[] nullable

Not in list (none of) filter mode.
Specify a comma-separated list of datetimes to get items where the specified field is not equal to all the specified values.

Example: ?timestamp.ni=2020-02-20,2020-02-21.

Filter activity by timestamp.

sort'Ascending' | 'Descending'

Sort mode: 0 - asc (oldest to newest), 1 - desc (newest to oldest).

lastIdinteger nullable

Id of the last activity element received, which is used for cursor pagination.

limitinteger

Number of elements to return.

micheline'Json' | 'JsonString' | 'Raw' | 'RawString'

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string.

quote'None' | 'Btc' | 'Eur' | 'Usd' | 'Cny' | 'Jpy' | 'Krw' | 'Eth' | 'Gbp'

Comma-separated list of ticker symbols to inject historical prices into response.

Response

typestring required

Type of the activity element

idinteger

Internal ID of the activity element

Changes

No recorded changes to this endpoint across all 1 revision of this API.