List actions
Get a paginated list of actions, with optional filtering by address, integration, status, etc.
This is a proxy to the Yield.xyz Borrow GET /v1/actions endpoint. Portal validates the upstream response against the schema documented here before returning it under data, and translates network values to CAIP-2. If Yield.xyz changes the response shape, Portal returns a 500 with id: INTEGRATION_RESPONSE_SCHEMA_DRIFT instead of a partial response. Upstream reference: docs.yield.xyz.
Authorizations
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Query Parameters
Offset for pagination
x >= 00
Maximum number of items to return
1 <= x <= 10025
User wallet address to filter actions for
"0x742d35Cc6634C0532925a3b844Bc9e7595f8fB28"
Filter by integration
"aave-borrow"
Filter by action type
supply, borrow, repay, withdraw, enableCollateral, disableCollateral, supplyAndBorrow "supply"
Filter by status
CANCELED, CREATED, WAITING_FOR_NEXT, PROCESSING, FAILED, SUCCESS, STALE Filter by multiple statuses. Pass a comma-separated list or repeat the query parameter.
CANCELED, CREATED, WAITING_FOR_NEXT, PROCESSING, FAILED, SUCCESS, STALE Response
Paginated list of actions