POST
/
creation
/
wallet
curl --request POST \
  --url https://dev-api.rootkey.ai/api-v1/creation/wallet \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "walletName": "<string>",
  "description": "<string>"
}'
{
  "name": "My first wallet",
  "description": "First wallet created throught ROOTKey API",
  "walletAddress": ""
}

Authorizations

x-api-key
string
header
required

Body

application/json
walletName
string

The name of the wallet

description
string

The description of the wallet to help you organize your data

Response

201
application/json
Wallet created successfully
name
string

The name of the wallet

description
string

The description of the wallet to help you organize your data

walletAddress
string

The address of the wallet