cURL
curl --request PATCH \ --url https://openapiv1.coinstats.app/exchange/sync \ --header 'X-API-KEY: <api-key>'
{ "success": "<string>" }
API key needed to access the endpoints. Example: 'demo-api-key'
The identifier of portfolio, which you received from /exchange/balance call response.
Sync exchange
The response is of type object.
object
Was this page helpful?