cURL
curl --request GET \ --url https://openapiv1.coinstats.app/portfolio/list \ --header 'X-API-KEY: <api-key>'
{ "result": [ { "portfolioId": "a1b2c3d4e5f6...", "portfolioName": "My Ethereum Wallet" } ] }
Get a list of all API-connected portfolios
You will get
How to use
API key needed to access the endpoints. Example: 'demo-api-key'
Portfolio list
Show child attributes
Was this page helpful?