Amberdata Futures API

Futures and perpetuals market data and derivatives analytics (funding rates, open interest, liquidations, basis).

Operations 29

GET /markets/futures/exchanges/reference Futures exchanges reference #
GET /markets/futures/tickers/{instrument} Futures tickers #
GET /markets/futures/funding-rates/{instrument} Futures funding rates #
GET /markets/futures/open-interest/{instrument} Futures open interest #
GET /markets/futures/liquidations/{instrument} Futures liquidations #
GET /futures/exchanges/information Instruments #
GET /futures/exchanges/reference Reference #
GET /futures/funding-rates/information Information #
GET /futures/funding-rates/{instrument} Historical #
GET /futures/batch-funding-rates/{exchange} Batch Historical #
GET /futures/insurance-fund/information Information #
GET /futures/insurance-fund/{instrument} Historical #
GET /futures/liquidations/information Information #
GET /futures/liquidations/{instrument} Historical #
GET /futures/long-short-ratio/information Information #
GET /futures/long-short-ratio/{instrument} Historical #
GET /futures/ohlcv/information Information #
GET /futures/ohlcv/{instrument} Historical #
GET /futures/batch-ohlcv/{exchange} Batch Historical #
GET /futures/open-interest/information Information #
GET /futures/open-interest/{instrument} Historical #
GET /futures/batch-open-interest/{exchange} Batch Historical #
GET /futures/order-book-snapshots/information Information #
GET /futures/order-book-events/{instrument} Events/Updates Historical #
GET /futures/order-book-snapshots/{instrument} Snapshots Historical #
GET /futures/tickers/information Information #
GET /futures/tickers/{instrument} Historical #
GET /futures/trades/information Information #
GET /futures/trades/{instrument} Historical #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/amberdata-futures-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

amberdata-futures-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Amberdata Futures API
  version: '1.0'
  description: 'Operations tagged Futures across 2 of this provider''s published API definitions: amberdata-futures-api-openapi.yml, amberdata-market-openapi.yaml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.amberdata.com
  description: Amberdata REST API
- url: https://api.amberdata.com/markets
tags:
- name: Futures
  description: Futures market data and analytics.
paths:
  /markets/futures/exchanges/reference:
    get:
      operationId: getFuturesExchangesReference
      tags:
      - Futures
      summary: Futures exchanges reference
      description: Returns reference data for futures instruments across exchanges, including base and quote symbols, price and volume limits, precision, contract terms, and trading availability.
      parameters:
      - $ref: '#/components/parameters/Exchange'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResponse'
      security:
      - apiKeyAuth: []
    servers:
    - url: https://api.amberdata.com
      description: Amberdata REST API
  /markets/futures/tickers/{instrument}:
    get:
      operationId: getFuturesTickers
      tags:
      - Futures
      summary: Futures tickers
      description: Returns ticker data for the specified futures instrument.
      parameters:
      - $ref: '#/components/parameters/InstrumentPath'
      - $ref: '#/components/parameters/Exchange'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResponse'
      security:
      - apiKeyAuth: []
    servers:
    - url: https://api.amberdata.com
      description: Amberdata REST API
  /markets/futures/funding-rates/{instrument}:
    get:
      operationId: getFuturesFundingRates
      tags:
      - Futures
      summary: Futures funding rates
      description: Returns funding rate data for the specified futures instrument.
      parameters:
      - $ref: '#/components/parameters/InstrumentPath'
      - $ref: '#/components/parameters/Exchange'
      - $ref: '#/components/parameters/StartDate'
      - $ref: '#/components/parameters/EndDate'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResponse'
      security:
      - apiKeyAuth: []
    servers:
    - url: https://api.amberdata.com
      description: Amberdata REST API
  /markets/futures/open-interest/{instrument}:
    get:
      operationId: getFuturesOpenInterest
      tags:
      - Futures
      summary: Futures open interest
      description: Returns open interest data for the specified futures instrument.
      parameters:
      - $ref: '#/components/parameters/InstrumentPath'
      - $ref: '#/components/parameters/Exchange'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResponse'
      security:
      - apiKeyAuth: []
    servers:
    - url: https://api.amberdata.com
      description: Amberdata REST API
  /markets/futures/liquidations/{instrument}:
    get:
      operationId: getFuturesLiquidations
      tags:
      - Futures
      summary: Futures liquidations
      description: Returns liquidation events for the specified futures instrument.
      parameters:
      - $ref: '#/components/parameters/InstrumentPath'
      - $ref: '#/components/parameters/Exchange'
      - $ref: '#/components/parameters/StartDate'
      - $ref: '#/components/parameters/EndDate'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResponse'
      security:
      - apiKeyAuth: []
    servers:
    - url: https://api.amberdata.com
      description: Amberdata REST API
  /futures/exchanges/information:
    get:
      summary: Instruments
      description: Provides detailed metadata and trading activity timelines for futures instruments across exchanges, including funding rates, liquidations, long/short ratios, OHLCV, open interest, order book snapshots and events, ticker updates, and trade history.
      operationId: futures-exchanges-pairs
      parameters:
      - name: exchange
        in: query
        description: '**[Optional]** Only return data for the given exchange(s) (comma separated)'
        schema:
          type: string
      - name: instrument
        in: query
        description: Only return data for the given pair.
        schema:
          type: string
      - name: includeInactive
        in: query
        description: '**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.'
        schema:
          type: boolean
      - name: timeFormat
        in: query
        description: '**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`'
        schema:
          type: string
      - name: size
        in: query
        description: '**[Optional]** The number of records per page (only available when `includeInactive=true`).'
        schema:
          type: integer
          format: int32
      - name: Accept-Encoding
        in: header
        required: true
        description: ''
        schema:
          type: string
          default: gzip, deflate, br
      - name: api-version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Success:
                  value:
                    status: 200
                    title: OK
                    description: Successful request
                    payload:
                      metadata:
                        next: https://api.amberdata.com/markets/futures/exchanges/information?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0408yAqhOXAA6sD2ATlkggKIAPKAAt0EAOZJyRUhWogcAWyQAxbkvRYiIJWBgwwlKBwgIZNYhq06AVuVMgardFKIBGGuTAAvAoQBWAAYggF8gA
                        api-version: '2023-09-30'
                      data:
                      - exchange: binance
                        instrument: 1000BONKUSDC
                        fundingRate:
                          startDate: 1714521600000
                          endDate: 1722369601000
                        liquidation:
                          startDate: 1714639265467
                          endDate: 1722370187666
                        longShortRatio:
                          startDate: 1714636800000
                          endDate: 1722369600000
                        ohlcv:
                          startDate: 1714608000000
                          endDate: 1722211200000
                        openInterest:
                          startDate: 1714635667663
                          endDate: 1722373127413
                        orderBookSnapshot:
                          startDate: 1714635300000
                          endDate: 1722373440667
                        orderBookEvent:
                          startDate: 1714635333956
                          endDate: 1722373199545
                        ticker:
                          startDate: 1714635454117
                          endDate: 1722373199496
                        trade:
                          startDate: 1714635667663
                          endDate: 1722373188111
              schema:
                oneOf:
                - title: Success
                  type: object
                  properties:
                    status:
                      type: integer
                      example: 200
                      default: 0
                    title:
                      type: string
                      example: OK
                    description:
                      type: string
                      example: Successful request
                    payload:
                      type: object
                      properties:
                        metadata:
                          type: object
                          properties:
                            next:
                              type: string
                              example: https://api.amberdata.com/markets/futures/exchanges/information?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0408yAqhOXAA6sD2ATlkggKIAPKAAt0EAOZJyRUhWogcAWyQAxbkvRYiIJWBgwwlKBwgIZNYhq06AVuVMgardFKIBGGuTAAvAoQBWAAYggF8gA
                            api-version:
                              type: string
                              example: '2023-09-30'
                        data:
                          type: array
                          items:
                            type: object
                            properties:
                              exchange:
                                type: string
                                example: binance
                              instrument:
                                type: string
                                example: 1000BONKUSDC
                              fundingRate:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714521600000
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722369601000
                                    default: 0
                              liquidation:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714639265467
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722370187666
                                    default: 0
                              longShortRatio:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714636800000
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722369600000
                                    default: 0
                              ohlcv:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714608000000
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722211200000
                                    default: 0
                              openInterest:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714635667663
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722373127413
                                    default: 0
                              orderBookSnapshot:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714635300000
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722373440667
                                    default: 0
                              orderBookEvent:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714635333956
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722373199545
                                    default: 0
                              ticker:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714635454117
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722373199496
                                    default: 0
                              trade:
                                type: object
                                properties:
                                  startDate:
                                    type: integer
                                    example: 1714635667663
                                    default: 0
                                  endDate:
                                    type: integer
                                    example: 1722373188111
                                    default: 0
      deprecated: false
      tags:
      - Futures
      security:
      - ApiKeyAuth: []
    servers:
    - url: https://api.amberdata.com/markets
  /futures/exchanges/reference:
    get:
      summary: Reference
      description: Provides comprehensive reference data for futures instruments across exchanges, including details on base and quote symbols, price and volume limits, precision, contract terms, and trading availability.
      operationId: futures-exchanges-reference
      parameters:
      - name: exchange
        in: query
        description: '**[Optional]** Only return data for the given exchange(s) (comma separated)'
        schema:
          type: string
      - name: instrument
        in: query
        description: Only return data for the given pair.
        schema:
          type: string
      - name: includeInactive
        in: query
        description: '**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.'
        schema:
          type: boolean
      - name: size
        in: query
        description: '**[Optional]** The number of records per page (only available when `includeInactive=true`).'
        schema:
          type: integer
          format: int32
      - name: startDate
        in: query
        description: '**[Optional]** Payload only includes instruments which have expiration after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`'
        schema:
          type: string
          format: date-time
      - name: endDate
        in: query
        description: '**[Optional]** Payload only includes instruments which have expiration before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`'
        schema:
          type: string
          format: date-time
      - name: includeOriginalReference
        in: query
        description: '**[Optional]** If true, endpoint returns originalReference. **[Defaults]** `True | False*`.'
        schema:
          type: boolean
      - name: underlying
        in: query
        description: '**[Optional]** Filter for instruments whose underlying matches the value given.   **[Examples]** btc | ETH'
        schema:
          type: string
      - name: expiration
        in: query
        description: '**[Optional]** Filter for instruments that expire on the specified date.   **[Example]** 2024-08-01'
        schema:
          type: string
          format: date-time
      - name: contractType
        in: query
        description: '**[Optional]** Filter for instruments that match the contract type specified.   **[Examples]** yearly | quarterly | monthly | weekly | daily | perpetual | prediction'
        schema:
          type: string
      - name: timeFormat
        in: query
        description: '**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`'
        schema:
          type: string
      - name: Accept-Encoding
        in: header
        required: true
        description: ''
        schema:
          type: string
          default: gzip, deflate, br
      - name: api-version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Success:
                  value:
                    status: 200
                    title: OK
                    description: Successful request
                    payload:
                      metadata:
                        next: https://api.amberdata.com/markets/futures/exchanges/reference?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0408yA8gE5gDmkZASksUk0tAIkylGpFiIkAVQjk4AB3kB7JliQIAogA8oAC3QRWSckVIVqIHAFskAMRVX0WIiCtgYMMJShKICEzTEDk4uAFbkviA08uhGRACMNORgAF5CAKwADJkAvkA
                        api-version: '2023-09-30'
                      data:
                      - exchange: binance
                        instrument: 1000BONKUSDC
                        baseSymbol: 1000BONK
                        quoteSymbol: USDC
                        market: futures
                        exchangeEnabled: true
                        limitsPriceMin: 1.0e-06
                        limitsPriceMax: 200
                        limitsVolumeMin: 1
                        limitsVolumeMax: 10000000
                        limitsMarketMin: 1
                        limitsMarketMax: 2000000
                        limitsLeverageMin: null
                        limitsLeverageMax: null
                        limitsLeverageSuperMax: null
                        limitsCostMin: null
                        limitsCostMax: null
                        precisionPrice: 1.0e-06
                        precisionVolume: 1
                        precisionBase: 1.0e-08
                        precisionQuote: 1.0e-08
                        listingTimestamp: null
                        contractUnderlying: 1000BONK
                        contractExpirationTimestamp: null
                        contractPeriod: perpetual
                        contractSize: null
                        contractSettleType: linear
                        contractSettleSymbol: null
              schema:
                oneOf:
                - title: Success
                  type: object
                  properties:
                    status:
                      type: integer
                      example: 200
                      default: 0
                    title:
                      type: string
                      example: OK
                    description:
                      type: string
                      example: Successful request
                    payload:
                      type: object
                      properties:
                        metadata:
                          type: object
                          properties:
                            next:
                              type: string
                              example: https://api.amberdata.com/markets/futures/exchanges/reference?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0408yA8gE5gDmkZASksUk0tAIkylGpFiIkAVQjk4AB3kB7JliQIAogA8oAC3QRWSckVIVqIHAFskAMRVX0WIiCtgYMMJShKICEzTEDk4uAFbkviA08uhGRACMNORgAF5CAKwADJkAvkA
                            api-version:
                              type: string
                              example: '2023-09-30'
                        data:
                          type: array
                          items:
                            type: object
                            properties:
                              exchange:
                                type: string
                                example: binance
                              instrument:
                                type: string
                                example: 1000BONKUSDC
                              baseSymbol:
                                type: string
                                example: 1000BONK
                              quoteSymbol:
                                type: string
                                example: USDC
                              market:
                                type: string
                                example: futures
                              exchangeEnabled:
                                type: boolean
                                example: true
                                default: true
                              limitsPriceMin:
                                type: number
                                example: 1.0e-06
                                default: 0
                              limitsPriceMax:
                                type: integer
                                example: 200
                                default: 0
                              limitsVolumeMin:
                                type: integer
                                example: 1
                                default: 0
                              limitsVolumeMax:
                                type: integer
                                example: 10000000
                                default: 0
                              limitsMarketMin:
                                type: integer
                                example: 1
                                default: 0
                              limitsMarketMax:
                                type: integer
                                example: 2000000
                                default: 0
                              limitsLeverageMin: {}
                              limitsLeverageMax: {}
                              limitsLeverageSuperMax: {}
                              limitsCostMin: {}
                              limitsCostMax: {}
                              precisionPrice:
                                type: number
                                example: 1.0e-06
                                default: 0
                              precisionVolume:
                                type: integer
                                example: 1
                                default: 0
                              precisionBase:
                                type: number
                                example: 1.0e-08
                                default: 0
                              precisionQuote:
                                type: number
                                example: 1.0e-08
                                default: 0
                              listingTimestamp: {}
                              contractUnderlying:
                                type: string
                                example: 1000BONK
                              contractExpirationTimestamp: {}
                              contractPeriod:
                                type: string
                                example: perpetual
                              contractSize: {}
                              contractSettleType:
                                type: string
                                example: linear
                              contractSettleSymbol: {}
      deprecated: false
      tags:
      - Futures
      security:
      - ApiKeyAuth: []
    servers:
    - url: https://api.amberdata.com/markets
  /futures/funding-rates/information:
    get:
      summary: Information
      description: Delivers information on funding rate periods for futures instruments across exchanges, including start and end dates for available funding data.
      operationId: futures-funding-rates-information
      parameters:
      - name: exchange
        in: query
        description: '**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.'
        schema:
          type: string
      - name: instrument
        in: query
        description: Only return data for the given pair.
        schema:
          type: string
      - name: includeInactive
        in: query
        description: '**[Optional]** If true, endpoint returns all instruments, including delisted ones.'
        schema:
          type: boolean
          default: false
      - name: timeFormat
        in: query
        description: '**[Optional]** Time format of the timestamps in the return payload.'
        schema:
          type: string
          enum:
          - milliseconds
          - ms*
          - iso
          - iso8601
          - hr
          - human_readable
          default: hr
      - name: Accept-Encoding
        in: header
        required: true
        description: ''
        schema:
          type: string
          default: gzip, deflate, br
      - name: api-version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value:
                    status: 200
                    title: OK
                    description: Successful request
                    payload:
                      metadata:
                        next: https://api.amberdata.com/markets/futures/funding-rates/information?cursor=N4IglgdgxgNgrgEwKYEkIEMoBcwDckgBcAZujAM5IA0408yAqhOXAA6sD2ATlkggKIAPKAAt0EAOZJyRUhWogcAWyQAxbkvRYiIJWBgwwlKBwgIZNYhq06AVuVMgardFKIBGGuTAAvAoQBWAAYggF8gA
                        api-version: '2023-09-30'
                      data:
                      - exchange: binance
                        instrument: 1000BONKUSDC
                        startDate: 1714521600000
                        endDate: 1717603201000
                      - exchange: binance
                        instrument: 1000BONKUSDT
                        startDate: 1700662262000
                        endDate: 1717603441001
                      - exchange: binance
                        instrument: 1000FLOKIUSDT
                        startDate: 1683388800000
                        endDate: 1717603441001
              schema:
                type: object
                properties:
                  status:
                    type: integer
                  title:
                    type: string
                  description:
                    type: string
                  payload:
                    type: object
                    properties:
                      metadata:
                        type: object
                        properties:
                          next:
                            type: string
                          api-version:
                            type: string
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            exchange:
                              type: string
                            instrument:
                              type: string
                            startDate:
                              type: integer
                            endDate:
                              type: integer
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      security:
      - ApiKeyAuth: []
      tags:
      - Futures
    servers:
    - url: https://api.amberdata.com/markets
  /futures/funding-rates/{instrument}:
    get:
      summary: Historical
      description: Provides historical funding rate data for futures instruments, including timestamps, actual and projected rates, and details on upcoming funding times across exchanges.
      operationId: futures-funding-rates-historical
      parameters:
      - name: exchange
        in: query
        description: The exchange for which data should be retrieved. Only **1** exchange is allowed.
        required: true
        schema:
          type: string
          default: binance
      - name: instrument
        in: path
        description: The futures instrument for which data will be retrieved.
        schema:
          type: string
          default: BTCUSD_PERP
        required: true
      - name: startDate
        in: query
        description: '**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`'
        schema:
          type: string
          format: date-time
      - name: endDate
        in: query
        description: '**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`'
        schema:
          type: string
          format: date-time
      - name: timeFormat
        in: query
        description: '**[Optional]** Time format of the timestamps in the return payload.'
        schema:
          type: string
          enum:
          - milliseconds
          - ms*
          - iso
          - iso8601
          - hr
          - human_readable
          default: hr
      - name: sortDirection
        in: query
        description: '**[Optional]** Specifies the direction in which the data is sorted (by timestamp).   **[Defaults]** asc (ascending order).   **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all.   **[Examples]** ascending | descending | asc | desc'
        schema:
          type: string
      - name: rateType
        in: query
        description: '**`applied`**: Returns only applied funding rates (historical, confirmed rates) **`predicted`**: Returns only predicted funding rates (future, expected rates) **`both`** (default): Returns both predicted and applied funding rates'
        schema:
          type: string
      - name: Accept-Encoding
        in: header
        required: true
        description: ''
        schema:
          type: string
          default: gzip, deflate, br
      - name: api-version
        in: header
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value:
                    status: 200
                    title: OK
                    description: Successful request
                    payload:
                      metadata:
                        next: null
                        api-version: '2023-09-30'
                      data:
                      - instrument: BTCUSD_PERP
                        exchange: binance
                        exchangeTimestamp: 1717545600000
                        exchangeTimestampNanoseconds: 0
                        fundingInterval: null
                        fundingRate: 0.0001
                        nextFundingRate: null
                        nextFundingTime: null
                        isActualFundingRate: true
                      

# --- truncated at 32 KB (144 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amberdata/refs/heads/main/openapi/amberdata-futures-api-openapi.yml