Get account by address
Returns a single account matching the given address for the caller workspace.
Authorizations
Authorization method required to allow user to access the api endpoints.
Path Parameters
Response
Stable account id. Matches account_id on workspace balance responses for joins.
"bje5mmbqxjvwjaf7oxwpyxntxdyspzZyt4vwennw5rug"
"Treasury wallet"
eoa, multisig, contract, custodian, exchange, bank, defi "eoa"
"ledger, kraken, wallet, ..."
active, updating "active"
"solana"
"BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG"
Total USD value across all of the account balances. null when no asset has a known price.
"1234.56"
"2024-01-01T00:00:00.000Z"
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
"Primary treasury wallet"
"Treasury"
When a transaction-sync run last succeeded for this account, or null if none ever has. Always present on persisted account responses; omitted on connection-preview stubs that have never been imported. Sync is only triggered manually via POST /v2/accounts/transfers/sync (one job per account).
"2026-01-01T00:00:00.000Z"
Why the most recent transaction sync failed, when the cause is permanent for this account rather than a transient error worth retrying. Classified from ops-only last_sync_error; never the raw text.
provider_region_unsupported: the provider does not serve transaction history for this account's country with the credential it was given. Always present on persisted account responses; omitted on preview stubs.
provider_region_unsupported "provider_region_unsupported"
Outcome of the most recent sync run for this account, or null before the first one. failed leaves last_synced_at at the last genuinely successful run. Always present on persisted account responses; omitted on preview stubs.
running, succeeded, failed "succeeded"