List of transactions by address
Get transactions list (by address)
Url:
POST /ethereum/transactions_list_by_address
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