Wallet check

Administrator can check the wallet

Url:

POST /ethereum/eth_wallet_check

List of parameters

Name

Type

Description

wallet *

string

Wallet address

wallet_pwd *

string

Wallet password

All parameters are required.

Success response:

{message: message, success: true, data: response, operations_count: operations_count}, status: 200

Fail response:

{message: message, success: false, data: {}, operations_count: operations_count}, status: 200

Last updated