Create Wallet
POST
/wallet/create
const signature = cryptoJs.HmacSHA256(
cryptoJs.enc.Utf8.parse(JSON.stringfy(body)),
cryptoJs.enc.Utf8.parse(signatureKey)
).toString();
Request
Header Params
X-token
string
required
signature
string
required
Body Params application/json
Request samples
Responses
Modified at 2025-04-15 07:28:53