User

Get user tx history

get/api/v1/users/{address}/tx-history

Path parameters

addressstring required

The user account address

The user account address

Query parameters

action'borrow_flash_loan' | 'return_flash_loan' | 'create_token_unlock' | 'reclaim_token_unlock' | 'liquidate' | 'borrow' | 'return' | 'lend' | 'redeem' | 'deposit_collateral' | 'withdraw_collateral' | 'claim_war_chest' | 'bond' | 'unbond' | 'claim_unbonded' | 'claim_token_unlock' | 'claim_rewards' | 'cascade' | 'send'

Optional event/tx action to filter against

sort_order'asc' | 'desc'

Changes the sort order for the returned txs.

Transactions are always sorted by event time, however the direction (e.g. newest to oldest) can be changed using this parameter.

Optional and defaults to desc if missing.

prev_event_uuidstring uuid nullable

Optional UUID skip parameter used for pagination.

Providing the last event UUID on a given page will return the next page beginning with the following (unseen) item.

Optional UUID skip parameter used for pagination.

Providing the last event UUID on a given page will return the next page beginning with the following (unseen) item.

limitinteger

Maximum number of transactions to return.

Optional and defaults to 20 if missing.

Maximum number of transactions to return.

Optional and defaults to 20 if missing.

with_textboolean

Include text variation fields

Include text variation fields

with_valueboolean

Calculate and include USD values for amounts, where applicable

Calculate and include USD values for amounts, where applicable

Response

countinteger nullable

Total number of objects in all pages

statusinteger required

Request status

status_textstring required

Request status text

Changes