Skip to main content
GET
cURL
3 credits per request
Get the syncing status of an API-created portfolio (connected via POST /portfolio/connect-wallet or POST /portfolio/connect-exchange).
  • portfolioId: Must reference an existing portfolio owned by the authenticated user.

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.

Query Parameters

portfolioId
string
required
Example:

"66c19c585400000000000000"

Response

Get portfolio sync status

status
enum<string>
required

The current synchronization status of the portfolio

Available options:
syncing,
synced
Example:

"synced"