Funding Rates
The funding rates API is publicly available and provides data for all perpetual future funding rates at the exchange.
Funding Rate API Endpoints
Get All Funding Rates
| HTTP Method | Endpoint |
|---|---|
GET | /funding-rates/ |
Returns a list of all funding rate objects for each perpetual product in the system.
Query Parameters
| Parameter | Notes |
|---|---|
product_id | Filter funding rates by base symbols |
base_symbol | Filter funding rates by base symbols |
limit | Limit number of funding rate datapoints per page |
begin_time | Begin time for funding rate data, see Time for more details |
end_time | End time for funding rate data, see Time for more details |
order | Page order, either asc or desc |
cursor | Cursor string for paginated query |
More details on paginated APIs can be found in Pagination.
Response
Returns a pagination response of the type Pagination<FundingRateData[], CursorInfo>.
export interface FundingRateData {
product_id: number;
price_index: number;
mark_price: number;
interest_rate: number;
funding_rate: number;
interval_start: string;
interval_end: string;
}
Get Estimated Funding Rate
| HTTP Method | Endpoint |
|---|---|
GET | /funding-rates/estimated/:base_symbol |
Returns the estimated funding rate for the current interval, where :base_symbol is the base symbol for a given product.
Response
export interface FundingRateData {
funding_rate: number;
interval_start: string;
interval_end: string;
}
Start Trading
Trade US Perpetual Futures, Physical Futures, and Options on the Bitcoin Complex®, XRP, ETH, SOL, and more.
Signing up with Bitnomial, Inc. requires additional verification with an FCM to trade futures. Futures accounts are offered by Bitnomial Clearing, LLC, a CFTC-registered FCM and NFA member. Trading in futures involves substantial risks. You should only trade in financial products that you are familiar with and understand the associated risks, and after carefully considering whether such trading is suitable in light of your investment experience, financial position, and investment objectives. Leverage in futures trading can work for you or against you. The risk of loss using leverage can exceed your initial investment amount. See Bitnomial entity affiliation and registration disclosures and FCM financial and risk disclosures.