Accounts
Create a hedera account for a user, this will provide you will the capability to send tokens to a user.
Create new account
POST
https://hedera-serverless-consensus.vercel.app/api/account/create/
This endpoint allows you to create a user, you can then link the response accountId to an actor you have in your system.
You'll also receive an encryptedKey and publicKey, that you should store in your database.
The encryptedKey can be decrypted with your API_SECRET_KEY.
Headers
Name
Type
Description
Authentication*
string
The API_SECRET_KEY from th e client's environment variables.
Last updated