Skip to main content

Overview

Get detailed asymmetric funding rate information for a specific trading market. Strike Protocol’s innovative funding system allows long and short positions to have different funding rates based on open interest imbalance, creating more efficient price discovery and better trading opportunities.
This endpoint does NOT require authentication and provides real-time funding rate data for all users.

Path Parameters

string
required
Trading pair symbol to get funding rates for.Supported values: “BTC-USD”, “ETH-USD”, “SOL-USD”, “BNB-USD”, “XRP-USD”, “HYPE-USD” Example: “BTC-USD”

Response Fields

string
Trading pair identifier that was queried
number
Current hourly funding rate for long positions (decimal form)
  • Positive: Long positions pay funding
  • Negative: Long positions receive funding
number
Current hourly funding rate for short positions (decimal form)
  • Positive: Short positions pay funding
  • Negative: Short positions receive funding
number
Annualized funding rate for long positions as percentage (e.g., 1.095 = 1.095%)
number
Annualized funding rate for short positions as percentage (e.g., -0.657 = -0.657%)
string
ISO timestamp when funding rates were last calculated

Asymmetric Funding System

How It Works

Strike Protocol implements a unique asymmetric funding system that differs from traditional perpetual exchanges:

Traditional Funding

  • Single rate: Same funding rate for both long and short positions
  • Zero-sum: One side always pays, the other always receives
  • Fixed relationship: If longs pay +0.01%, shorts receive -0.01%

Asymmetric Funding

  • Different rates: Long and short positions can have different rates
  • Independent calculation: Rates calculated separately based on OI imbalance
  • More efficient: Better reflects actual market supply/demand dynamics

Rate Calculation

Funding rates are calculated based on open interest imbalance:

Long-Heavy Market

When long open interest > short open interest:

Short-Heavy Market

When short open interest > long open interest:

Balanced Market

When open interest is roughly balanced:

Funding Application

Timing

  • Application frequency: Every hour
  • Position age requirement: Positions must be 8+ hours old
  • Automatic: No manual action required

Calculation

Example:
  • Position size: $10,000
  • Long rate: 0.000125 (0.0125%)
  • Hourly payment: 10,000×0.000125=10,000 × 0.000125 = 1.25 paid

Impact on PnL

  • Paying funding: Reduces unrealized PnL
  • Receiving funding: Increases unrealized PnL
  • Accumulated over time: Significant impact on long-held positions

Error Responses

object
Invalid symbol parameter
object
Symbol not found or not supported
Consider funding rates when planning longer-term positions. A position receiving 10%+ annually in funding can significantly boost returns, while paying high funding rates can erode profits.
Funding rates can change rapidly based on market conditions. Don’t rely on current rates persisting for extended periods when planning carry trades.