GET
/
portfolio
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "time": 123,
      "value": 123
    }
  ],
  "success": true
}

Query Parameters

range
enum<string>

Range

Available options:
1h,
1d,
1w,
1m,
1y,
all

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean