Skip to main content
GET
/
clients
/
me
/
integrations
/
yield-xyz
/
actions
Get yield action history
curl --request GET \
  --url https://api.portalhq.io/api/v3/clients/me/integrations/yield-xyz/actions \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "rawResponse": {
      "total": 123,
      "offset": 123,
      "limit": 123,
      "items": [
        {}
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Query Parameters

offset
integer

Number of results to skip. Defaults to 0.

limit
integer

Maximum number of results to return.

address
string

Filter by wallet address.

status
enum<string>

Filter by action status.

Available options:
CANCELED,
CREATED,
WAITING_FOR_NEXT,
PROCESSING,
FAILED,
SUCCESS,
STALE
intent
enum<string>

Filter by action intent.

Available options:
enter,
manage,
exit
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 by yield opportunity ID.

Response

Actions retrieved successfully

data
object