# Funding Rates

## Get Funding Rates Chart

<mark style="color:blue;">`GET`</mark> `https://open-api.bybt.com/api/pro/v1/futures/funding_rates_chart`

#### Query Parameters

| Name   | Type   | Description                                                    |
| ------ | ------ | -------------------------------------------------------------- |
| type   | string | <p>C=Token Margined<br>U=USDT or USD Margined<br>default C</p> |
| symbol | string |                                                                |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
```

{% endtab %}
{% endtabs %}

## Get Funding Rates newest

<mark style="color:blue;">`GET`</mark> `https://open-api.bybt.com/api/pro/v1/futures/funding_rates`

#### Query Parameters

| Name | Type   | Description                                              |
| ---- | ------ | -------------------------------------------------------- |
|      | string | if this parameter is not passed, all symbol are returned |

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

```
```

{% endtab %}
{% endtabs %}
