> ## Documentation Index
> Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Orderly network types.API.FundingRate

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types) / [API](/sdks/tech-doc/modules/orderly_network_types.API) / FundingRate

# Interface: FundingRate

[@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types).[API](/sdks/tech-doc/modules/orderly_network_types.API).FundingRate

## Table of contents

### Properties

* [est\_funding\_rate](/sdks/tech-doc/interfaces/orderly_network_types.API.FundingRate#est_funding_rate)
* [est\_funding\_rate\_timestamp](/sdks/tech-doc/interfaces/orderly_network_types.API.FundingRate#est_funding_rate_timestamp)
* [last\_funding\_rate](/sdks/tech-doc/interfaces/orderly_network_types.API.FundingRate#last_funding_rate)
* [last\_funding\_rate\_timestamp](/sdks/tech-doc/interfaces/orderly_network_types.API.FundingRate#last_funding_rate_timestamp)
* [next\_funding\_time](/sdks/tech-doc/interfaces/orderly_network_types.API.FundingRate#next_funding_time)
* [sum\_unitary\_funding](/sdks/tech-doc/interfaces/orderly_network_types.API.FundingRate#sum_unitary_funding)
* [symbol](/sdks/tech-doc/interfaces/orderly_network_types.API.FundingRate#symbol)

## Properties

### est\_funding\_rate

• **est\_funding\_rate**: `number`

#### Defined in

[packages/types/src/types/api.ts:172](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L172)

***

### est\_funding\_rate\_timestamp

• **est\_funding\_rate\_timestamp**: `number`

#### Defined in

[packages/types/src/types/api.ts:173](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L173)

***

### last\_funding\_rate

• **last\_funding\_rate**: `number`

#### Defined in

[packages/types/src/types/api.ts:174](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L174)

***

### last\_funding\_rate\_timestamp

• **last\_funding\_rate\_timestamp**: `number`

#### Defined in

[packages/types/src/types/api.ts:175](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L175)

***

### next\_funding\_time

• **next\_funding\_time**: `number`

#### Defined in

[packages/types/src/types/api.ts:176](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L176)

***

### sum\_unitary\_funding

• **sum\_unitary\_funding**: `number`

#### Defined in

[packages/types/src/types/api.ts:177](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L177)

***

### symbol

• **symbol**: `string`

#### Defined in

[packages/types/src/types/api.ts:171](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/types/api.ts#L171)
