Skip to main content
GET
/
portfolio
/
status
Get Portfolio Sync Status
curl --request GET \
  --url https://openapiv1.coinstats.app/portfolio/status \
  --header 'X-API-KEY: <api-key>'
{
  "status": "synced"
}
3 credits per request
Get the syncing status of an API-created portfolio (connected via POST /portfolio/connect-wallet or POST /portfolio/connect-exchange).

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Query Parameters

portfolioId
string
required

Response

Get portfolio sync status

status
enum<string>
required

The current synchronization status of the portfolio

Available options:
syncing,
synced
Example:

"synced"