Skip to main content
GET
Get a list of all API-connected portfolios
5 credits per request
  • List of all portfolios connected via POST /portfolio/wallet and POST /portfolio/exchange
  • Each item includes portfolioId and portfolioName
  • Use the returned portfolioId on any portfolio endpoint (value, coins, chart, transactions, defi, snapshot)
  • No pagination: returns all API-connected portfolios in a single response

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