Pure transfer

Transfer tokens from one wallet to another one. More accuracy

Url:

POST /ethereum/eth_pure_transfer

List of parameters

Name

Type

Description

wallet_from *

string

From wallet address

wallet_pwd_from *

string

From wallet password

wallet_to *

string

To wallet address

amount *

number

Amount of tokens

gas_price_gwei

number

Gas price

* required parameters.

gas_price_gwei is optional.

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