Skip to main content
GET
/
v0
/
user
/
runs
List All Strategy Runs
curl --request GET \
  --url https://api.example.com/v0/user/runs/
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Query Parameters

status
string | null
limit
integer
default:20
Required range: x <= 100
offset
integer
default:0
Required range: x >= 0
expand
string[]

Expand related resources. Options: transactions, user_strategy, strategy, user_strategy.strategy

Response

All strategy runs retrieved successfully

HAL-style hypermedia links for navigation and available actions.

runs
UserStrategyRunData · object[]
required
total
integer
required