# Metadata

### Get Metadata

This service fetches all required data to fill a swap's UI, including the list of all tokens, and metadata of Swappers (DEXes & Bridges).

{% tabs %}
{% tab title="Typescript" %}

```typescript
const meta = await rangoClient.meta()
```

{% endtab %}

{% tab title="cURL" %}

```bash
curl 'https://api.rango.exchange/basic/meta?apiKey=YOUR_API_KEY' \
  -H 'content-type: application/json;charset=UTF-8' \
  -H 'x-rango-id: USER_RANDOM_UUID' \
  -H 'origin: https://app.rango.exchange' \
  --compressed
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
You can use `usdPrice` field of tokens to show some information such as the total value of wallets in $, the size of swaps in $, the loss amount in $, etc.&#x20;
{% endhint %}

### Metadata response
