Create Wallet
This guide helps in generating a new wallet address for a specific asset and network.
Creating a Wallet
GET
/generate-crypto-address
Headers
Name
Value
Content-Type
application/json
Token
<token>
Request Parameters
Name
Type
Description
currency
string
The type of cryptocurrency for which the address is being generated
network
string
The blockchain network on which the cryptocurrency operates
preferred_name
string
A user defined name for the address to be generated
Response
{
"status": "1",
"message": "0xab056bb4ae5729c8e14521ef8aa4f83be62bb0ae"
}
Last updated