{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"time": 123,
"value": 123
}
],
"success": true
}
List portfolios based on the given query parameters
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"time": 123,
"value": 123
}
],
"success": true
}
Range
1h
, 1d
, 1w
, 1m
, 1y
, all
OK
The response is of type object
.