Creating Static Wallet
Request Body
Name
Type
Description
{
"result": integer, // The result code indicates the success or failure of the request.
"message": string, // A message providing additional information about the result.
"address": string // The generated static address for the specified currency and network.
}Example codes
Last updated