LogoLogo
  • 👋Introduction
  • Get Started
  • Sonic rGEMs Rewards Program
  • Chart Trader
  • Index Price
  • Vaults
    • RabbitX Liquidity Pool Vault
  • Funding Rate
  • Deposit / Withdrawal
  • Fiat Deposits
  • Binance Direct Deposit
  • Profit / Loss Calculation
  • Margin Calculation
  • Market Slippage Protection
  • Liquidations
  • RabbitX Quantower
  • Fees
    • API Fees
  • Frequently Asked Questions
  • Token
    • Explore $RBX
    • Contract Details
  • API Documentation
    • Introduction
    • Rate Limits
    • Generate Your API Keys
      • Signing with API Key
    • Public Endpoints
      • Market Info
      • Trades
      • Orderbook
      • Funding Rate
      • Candles
    • Private Endpoints
      • Account Operations
      • Authentication
      • Orders
      • Fills
      • Positions
      • Profile
      • Balance History
      • Deadman Switch
    • Websocket
      • Trades
      • Orderbook
      • Market Info
      • Account
    • Responses Data Structure
  • Twitter
  • Discord
  • Audit
  • Bug Bounty
  • Bug Bounty Postmortem Report
  • Terms of Use
Powered by GitBook
On this page
  1. API Documentation
  2. Public Endpoints

Funding Rate

Funding Rate

Get market funding rate history.

GET /markets/fundingrate
Params
{
market_id: "BTC-USD"
p_limit: 100, // (optional) max 1000
start_time: 1697691500000000, // (optional) time in microseconds
end_time: 1697691600000000, // (optional) time in microseconds
p_page: 0, // (optional) pagination
p_order: "DESC" // (optional) default "DESC" for descending and "ASC" for ascending
}
Response 
{
	market_id string               
	funding_rate string
	timestamp int64               
}
PreviousOrderbookNextCandles

Last updated 11 months ago