Create Account
Create a new blockchain account under a wallet
Create Account
Create a new blockchain account under a wallet. This generates a new address on the specified chain.ethereum, base, tron, bitcoin, or solana.INBOUND and defaults to it when omitted.network from its chain registry. Account responses currently include network, but do not echo the requested chain.
Response
Errors
| HTTP | Code | Condition |
|---|---|---|
| 400 | invalid_parameter | Invalid parameters or unsupported chain |
| 404 | not_found | Wallet not found |
| 400 | wallet_not_active | Wallet is not active |
Authorizations
JWT access token obtained from the /api/v1/auth/token endpoint.
Body
The wallet ID to create the account under.
36Enabled chain name from the gateway chain registry.
Optional account type. Defaults to DEPOSIT.
INBOUND Optional human-readable label for the account.
100Response
Account created 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"