Wallet Management
Wallet
This endpoint creates a new wallet, which corresponds to an address on the underlying blockchain. The newly created wallet address is returned in the response. This operation directly creates a new address on the blockchain, enabling the storage and management of digital assets.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.