Create Wallet
Creates a new server-managed wallet. The Ethereum address is generated automatically. The body is optional — omit it entirely or send {} to create an unlabeled wallet (server will auto-assign Wallet N, where N is the next number for the organization).
Authorizations
API key for authentication. Pass your key in the x-api-key header.
Headers
Caller-chosen string (≤256 chars) that uniquely identifies this request. Resending the same key replays the original response; reusing the same key with a different body returns 422. Keys are scoped per organization.
1 - 256Body
Human-readable name. If omitted, the server assigns Wallet N where N is the next available number for the organization.
1 - 100Response
Wallet created
Ethereum wallet address (lowercase). Used as the wallet's identifier across the API.
"0x742d35cc6634c0532925a3b844bc454e4438f44e"
Creation timestamp
Last update timestamp
Optional human-readable label