v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-1750147643.4 KB
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

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

Optional event/tx action to filter against

'asc'
OR
'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

Success response

countinteger required

Total number of objects irrespective of any pagination parameters.

{"stackTrail":"components:schemas:UserTxListResponse:properties:error","oasType":"schema","type":"unknown","description":"Error data. Guaranteed `null` for successful response."}
statusinteger required

HTTP status. Successful responses are guaranteed to be < 400. Conversely, error responses are guaranteed to be >= 400.

status_textstring required

HTTP status text