Skip to main content
PATCH
/
exchange
/
sync
Initiate syncing process for the given exchange portfolio by portfolioId.
curl --request PATCH \
  --url https://openapiv1.coinstats.app/exchange/sync \
  --header 'X-API-KEY: <api-key>'
{
  "success": true
}
20 credits per request

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.

Example:

"618f0bb0f2cf07dce25bc5007750bf1646825509bb63519bd491ab6a56daa419"

Response

Sync exchange

success
boolean
required

Success status of the sync process

Example:

true

I