Skip to main content
GET
/
portfolio
/
list
Get a list of all API-connected portfolios
curl --request GET \
  --url https://openapiv1.coinstats.app/portfolio/list \
  --header 'X-API-KEY: <api-key>'
{
  "result": [
    {
      "portfolioId": "a1b2c3d4e5f6...",
      "portfolioName": "My Ethereum Wallet"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://coinstats.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

Response

Portfolio list

result
object[]
required