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

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

Sync exchange

The response is of type object.