# Get Supported Chains & Tokens

### Meta Endpoints <a href="#meta-endpoints" id="meta-endpoints"></a>

#### Tokens <a href="#tokens" id="tokens"></a>

Get a list of supported tokens and their details.

```
curl -X GET "https://api2.blockend.com/v1/tokens"
```

#### Chains <a href="#chains" id="chains"></a>

Get a list of supported chains and their details.

```
curl -X GET "https://api2.blockend.com/v1/chains"
```
