Get syncing status of the exchange portfolio, indicating whether the portfolio is fully synced with the exchange or still in progress.
Exchange Connection
Get Exchange Sync Status
Get syncing status of the exchange portfolio, indicating whether the portfolio is fully synced with the exchange or still in progress.
GET
Get syncing status of the exchange portfolio, indicating whether the portfolio is fully synced with the exchange or still in progress.
3 credits per request
Required
Required
- portfolioId: Identifier of an exchange portfolio you have connected.
- Exchange must be synced first via PATCH /exchange/sync.
Authorizations
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
The identifier of portfolio, which you received from Exchange Balance call response.
Example:
"618f0bb0f2cf07dce25bc5007750bf1646825509bb63519bd491ab6a56daa419"
Response
Get exchange sync status
The current synchronization status of the portfolio
Available options:
syncing, synced Example:
"synced"