cURL
curl --request GET \ --url https://openapiv1.coinstats.app/portfolio/status \ --header 'X-API-KEY: <api-key>'
{ "status": "synced" }
Get Portfolio Sync Status
API key needed to access the endpoints. Example: 'demo-api-key'
Get portfolio sync status
The current synchronization status of the portfolio
syncing
synced
"synced"
Was this page helpful?