This operation derives a new on-chain address for the specified wallet and chain. The wallet ID can be retrieved by calling the List all wallets operation. Provide chain_id (Cobo metadata id, e.g. SETH) and/or chain_type (WaaS id such as ETH/SOL, or a resolvable Cobo id). If only chain_id is set, the server resolves the WaaS chain type. If only chain_type is set, behavior matches the previous API. If both are set, chain_id is used.
Request payload for creating wallet address.
Cobo chain_id from chain metadata (for example, SETH, BASE_ETH). When both chain_id and chain_type are set, chain_id is used.
1 - 100WaaS chain identifier (for example, ETH, SOL) or a Cobo chain_id that resolves to one (for example, SETH). Ignored when chain_id is set.
1 - 100Already exists (idempotent). Successful Response
Wallet address response payload.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.