Skip to content

Force balance sync (asynchronous)

POST
/v1/asset/balance/sync
curl --request POST \
--url https://api.parasta.io/v1/asset/balance/sync \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: 2489E9AD-2EE2-8E00-8EC9-32D5F69181C0' \
--data '{ "source": "onchain", "networkId": "example", "tokenId": "example", "cexAccountId": "example" }'
Idempotency-Key
required
string format: uuid

IETF draft-ietf-httpapi-idempotency-key-header. Generated freshly by the client for each request.

Media type application/json
object
source
string
default: all
Allowed values: onchain cex all
networkId
string
tokenId
string
cexAccountId
string

Processing

Media type application/json
object
syncId
string
status
string
Allowed values: syncing
estimatedSeconds
integer
Example
{
"status": "syncing"
}

Please contact your representative. 담당자에게 문의해주세요.