GET
/
exchange
/
status
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/exchange/status \
  --header 'X-API-KEY: <api-key>'
{
  "status": "syncing"
}
3 credits per request
Returns the syncing status of the exchange portfolio, indicating whether the portfolio is fully synced with the exchange or still in progress.

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

portfolioId
string
required

The identifier of portfolio, which you received from /exchange/balance call response.

Response

200
application/json

Get exchange sync status

The response is of type object.