post https://api.cryptway.io/v1/wallet
This endpoint allows you to create a new wallet identifier (UUID). The returned UUID can then be used to retrieve wallet addresses for each supported cryptocurrency and to send transactions from those addresses.
How It Works
- Call this endpoint to create a new wallet.
- Use the provided wallet ID with other endpoints to obtain the address and private key for a specific cryptocurrency (and optionally a token), or to send transactions in a unified way.
Important Notes
- The wallet ID itself does not hold funds, it is used to derive addresses for each supported cryptocurrency.
- If you lose your wallet identifier and have not saved your private keys, all your funds will be permanently lost.