Skip to main content
PATCH
/
portfolio
/
sync
Sync Portfolio
curl --request PATCH \
  --url https://openapiv1.coinstats.app/portfolio/sync \
  --header 'X-API-KEY: <api-key>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "requestId": "11111111-2222-3333-4444-555555555555",
  "path": "<requested-endpoint>"
}
30 credits per request
Trigger a sync for an API-created wallet or exchange portfolio. If portfolioId is omitted, all API-created portfolios will be synced (costs 10x credits).

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

portfolioId
string

Response

Bad Request