Sync wallet by ID

Re-reads a registered wallet from its blockchain and updates the copy AUDD holds, then returns it. Use this after funding a wallet that was registered INACTIVE: once the chain shows a balance or activity, syncing moves it to ACTIVE. Syncing a wallet that is already ACTIVE is harmless and simply confirms it.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The wallet id, as returned in the id field by POST /wallets/external or GET /wallets.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

401

Unauthorized

403

Forbidden

404

Wallet not found, with messageKey wallet.wallet_not_found. Returned for an id that does not exist and for a value that is not a well-formed id.

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json