Sync

Sync the account to update transactions with list status

get

This will synchronize the account's transactions status with the one on the blockchain

Authorizations
X-Ledger-API-UserstringRequired

(required) Username of a registered API User

Path parameters
account_idintegerRequired

The account's ID

Query parameters
synchronousboolean · nullableOptional

If true, the synchronization will be performed synchronously. Otherwise, it will run a a background task

Default: falseExample: true
Responses
get
/accounts/{account_id}/sync

Last updated