Accounts
Transactions
Sync the account to update transactions with list status
This will synchronize the account's transactions status with the one on the blockchain
get/accounts/{account_id}/sync
Path parameters
account_idinteger required
The account's ID
Query parameters
synchronousboolean nullable
If true, the synchronization will be performed synchronously. Otherwise, it will run a a background task
Response
Account object
Changes
No recorded changes to this endpoint across all 1 revision of this API.