Skip to main content
GET
/
v2
/
wallets
/
risk
/
actions
List Risk Actions
curl --request GET \
  --url https://sandbox.groundtech.co/v2/wallets/risk/actions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "portfolioWalletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "riskRuleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "riskAlertId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "yieldSourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "approvalRequired": true,
      "rebalanceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "executionError": {},
      "explanation": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "resolvedAt": "2023-11-07T05:31:56Z",
      "executedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "nextCursor": "<string>",
  "hasMore": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

portfolioWalletIds
string<uuid>[]

Optional repeatable or comma-separated portfolio wallet IDs.

status
enum<string>
Available options:
pending_approval,
pending_auto_execution,
executing,
rejected,
executed,
failed
action
enum<string>
Available options:
request_rebalance_out,
auto_rebalance_out
limit
integer
default:100
Required range: 1 <= x <= 500
cursor
string

Cursor returned by the previous page.

Response

Risk actions

data
object[]
nextCursor
string | null
hasMore
boolean