cURL
curl --request POST \ --url https://dash.betteruseblockchain.com/api/v1/wallet/generate/secret-key \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "network": "<string>", "mnemonic": "<string>" } '
{ "data": { "key": "<string>" } }
Generate a private key from a mnemonic phrase. Supported blockchains: XDC, ETH, BTC, BSC, POL.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The blockchain network such as XDC, ETH, BTC, BSC, POL
The mnemonic phrase that can restore access to all generated addresses and private keys
Private key generated successfully
Show child attributes