List of transactions by address (erc20 tokens)

Get transactions list for erc20 tokens (by address)

Url:

POST /ethereum/transactions_list_by_address_erc20_tokens

List of parameters

Name

Type

Description

address *

string

Wallet address

from_block

string

Start block

to_block

string

End block

* required parameters.

Parameters from_block and to_block are 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