Get actions for a user
Path parameters
Query parameters
Page number
Items per page
Wallet address (must match authenticated user when listing own actions)
Action types (comma-separated, e.g. actions=1,5, or repeat actions= for each)
Withdrawal subtype on the linked withdrawal row. 1 = standard, 2 = express.
Token contract addresses (transfer.token). Example: assets=0x0000000000000000000000000000000000000000,0x1111111111111111111111111111111111111111. Comma-separated in one param or repeat assets=.
Asset symbols, comma-separated or repeat assetSymbols=. Case-insensitive. Example: assetSymbols=USDC,dreUSD.
Inclusive lower bound on block timestamp (Unix seconds)
Inclusive upper bound on block timestamp (Unix seconds)
user_actions.status. E.g. 1 = completed (see UserActionStatusEnum).
Response
List of user actions
Changes
No recorded changes to this endpoint across all 1 revision of this API.