Skip to Content
Portfolios

Portfolios

The portfolios resource returns a list of all portfolios (funds) associated with your account.

URL

Base URL

https://api.scalerglobal.com/v1/portfolios

Pagination

Enabled. For more information, see pagination.

Example Request

https://api.scalerglobal.com/v1/portfolios?page=1&per_page=10

Response
{ "success": true, "message": "Success", "data": { "data": [ { "id": 234, "name": "Impact Fund X" }, { "id": 235, "name": "Retail Fund " }, ... ], "current_page": 1, "from": 1, "last_page": 2, "links": [ { "url": null, "label": "« Previous", "active": false }, { "url": "https://api.scalerglobal.com/v1/portfolios?page=1&per_page=10", "label": "1", "active": true }, { "url": "https://api.scalerglobal.com/v1/portfolios?page=2&per_page=10", "label": "2", "active": false }, { "url": "https://api.scalerglobal.com/v1/portfolios?page=2&per_page=10", "label": "Next »", "active": false } ], "path": "https://api.scalerglobal.com/v1/portfolios", "per_page": 10, "to": 10, "total": 20 } }

Data Fields

The following fields are returned for each portfolio.

FieldType
idinteger
namestring
Last updated on