Sync the account to update transactions with list status

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

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
account_id
required
integer

The account's ID

Responses
200

Account object

404

Account not found

get/accounts/{account_id}/sync
Response samples
application/json
{
  • "address": "2S4wKimi4PHKjdTYdzqN5HcEcNBM4Hv9db9QWKaZCxEr",
  • "available_balance": "1337",
  • "balance": "1338",
  • "coin_fields": null,
  • "contract_address": null,
  • "created_by": 5,
  • "created_on": "2019-08-24T14:15:22Z",
  • "currency": "bitcoin",
  • "derivation_path": "44'/0'/0'",
  • "governance_rules": [
    ],
  • "id": 0,
  • "index": 0,
  • "labels": [
    ],
  • "last_request": 3,
  • "name": "hot wallet 1",
  • "parent": null,
  • "pending_balance": "42",
  • "status": "ACTIVE",
  • "token_accounts": [
    ],
  • "type": "Bitcoin",
  • "xpub": "xpub6DGnkaitcjHaKFY18sqWhT3ghE6WWCS61BWn6BwmfzTvr3GHis274GFmXwh4P46s6ikgGEoFjzq4R3KyhUwkkGnXdrpha4QGo3n7PPSehvR"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.