# Supported Tokens

{% hint style="danger" %}
This is an outdated version of our documentation.

Please visit the latest version at <https://docs.blockend.com/> for up-to-date and accurate information.
{% endhint %}

Blockend Widget supports a whole array of token which would be difficult to list here, so we have built a handy API just for that

```
curl -X GET "https://api2.blockend.com/v1/tokens" \
  -H "accept: application/json"
```

You can also pass `chainId` as query parameter to get tokens for a specific chain

```
curl -X GET "https://api2.blockend.com/v1/tokens?chainId=sol" \
  -H "accept: application/json"
```
