Links

Token transfer

Initiate token transfer from one wallet to another
Url:
POST /ethereum/token_transfer
List of parameters
Name
Type
Description
wallet_from *
string
From wallet address
wallet_to *
string
To wallet address
contract_address *
string
Address of contract
amount *
number
Amount of tokens
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