post https://api-pro.sim.hashkeydev.com/api/v1/whitelist/walletSigning
Weight: 1
Request Parameters
PARAMETER | TYPE | Req 'd | Example Values | DESCRIPTION |
---|---|---|---|---|
coin | STRING | Y | BTC | Coin name |
chainType | ENUM | Y | BTC_BTC | Coin_ChainType |
fromAddress | STRING | Y | 0x7269BC4A66c755b951f068626201090F0C3098e9 | The personal address from client's personal wallet |
signPhrase | STRING | Y | It is hereby declared,on 2024/06/27,that I/we own the address 0x7269BC4A66c755b951f068626201090F0C3098e9.Serial Code:82155 | This is a phrases that's required to be signed by user to verify wallet address via signing challenge |
signResult | STRING | Y | 1ef75291b26087f4a77e2710c69fe24356c1fdab4480ae341ff85a238172f060173d6cae7f2dbdad0677d0541eb7296b8e5223356e89566de5588640d42502251b | Signature result |
walletId | STRING | Y | 1667406048590383617 | Wallet I |
Response Content
PARAMETER | TYPE | Example Values | DESCRIPTION |
---|---|---|---|
msg | STRING | Invalid address. Please verify | Error message |
whitelistedAddress | STRING | mj9cjz5VEW7tsFViM2C7xpmS5w1QXwuT85 | The personal address from client's personal wallet |
code | STRING | 0.0004 | Error code number |
sigVerification | BOOLEAN | TRUE | Indicates whether the signature request was successful. True for success |