Skip to main content
GET
Get user actions

Authorizations

x-api-key
string
header
required

Query Parameters

offset
number
default:0

Offset for pagination

Required range: x >= 0
limit
number
default:20

Maximum number of items to return

Required range: 1 <= x <= 100
address
string
required

User wallet address to get actions for

status
enum<string>

Filter actions by status

Available options:
pending,
completed,
failed
intent
enum<string>

Filter actions by intent

Available options:
enter,
exit,
manage
type
enum<string>

Filter by action type

Available options:
STAKE,
UNSTAKE,
CLAIM_REWARDS,
RESTAKE_REWARDS,
WITHDRAW,
WITHDRAW_ALL,
RESTAKE,
CLAIM_UNSTAKED,
UNLOCK_LOCKED,
STAKE_LOCKED,
VOTE,
REVOKE,
VOTE_LOCKED,
REVOTE,
REBOND,
MIGRATE,
VERIFY_WITHDRAW_CREDENTIALS,
DELEGATE
yieldId
string

Filter actions by specific yield

Response

Returns a paginated list of user actions

total
number
required

Total number of items available

Example:

100

offset
number
required

Offset of the current page

Example:

0

limit
number
required

Limit of the current page

Example:

20

items
object[]