Send a list of holdings, get live total value, per-asset weight, 24-hour profit/loss and concentration risk — computed from live market data.
# value a portfolio live
curl -X POST ".../v1/portfolio/value?key=demo" \
-d '{ "holdings": { "BTC": 0.5, "ETH": 3 } }'X-API-Key header or ?key=. Free demo key demo.| Endpoint | What it does |
|---|---|
POST /v1/portfolio/value | Holdings → value, P&L, concentration risk |
You pay per request — one request = one automated API call your software makes.
Example: an app valuing portfolios for 1,000 users every hour makes many requests — higher tiers cover it.