cURL
curl --request POST \ --url https://api.agg.market/execution/sync-balances \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-app-id: <api-key>' \ --data '{}'
{ "synced": true }
Refreshes tracked balances for the authenticated user.
Your application ID. Required for all app-tier and user-tier routes.
JWT access token returned by POST /auth/verify. Required for user-tier routes.
Body
The body is of type object.
object
200
true