> For the complete documentation index, see [llms.txt](https://docs.blockend.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockend.com/compass/supported-tokens.md).

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