Get Account
Get account details by ID
Get Account
Retrieve details of a specific blockchain account.Response
Errors
| HTTP | Code | Condition |
|---|---|---|
| 400 | invalid_parameter | Missing account ID |
| 404 | not_found | Account not found |
Authorizations
JWT access token obtained from the /api/v1/auth/token endpoint.
Path Parameters
The unique identifier of the account.
Response
Account retrieved successfully.
Unique identifier for the account.
"acc_m1n2o3p4q5"
The wallet ID this account belongs to.
"wal_a1b2c3d4e5f6"
The client ID that owns this account.
"cli_x1y2z3"
The blockchain address for this account.
"0x1234567890abcdef1234567890abcdef12345678"
Network value derived by the gateway from its chain registry.
"mainnet"
The type of address.
INBOUND "INBOUND"
Current status of the account.
ACTIVE "ACTIVE"
Timestamp when the account was created.
"2026-01-15T10:35:00Z"
Optional human-readable label.
"Main ETH Account"