> For the complete documentation index, see [llms.txt](https://fi-crypto-api.gitbook.io/crypto-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fi-crypto-api.gitbook.io/crypto-api/ethereum/transactions_list_by_address_erc20_tokens.md).

# 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      |

{% hint style="danger" %}
\* required parameters.
{% endhint %}

{% hint style="info" %}
Parameters from\_block and to\_block are optional.
{% endhint %}

Success response:

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

Fail response:

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