One Trading API
REST APIWebSocket API
REST APIWebSocket API
  1. Trading
  • Introduction
  • Authenticate
  • Subscribe
  • Ping / Pong
  • Trading
    • Introduction
    • Dead Man Switch (Auto Cancellation)
    • Create Order
    • Cancel All Orders
    • Cancel Order by Client ID
    • Cancel Order by Order ID
    • Margin Update
    • Settlement
    • Funding Payment
    • Order Booked
    • Order Rejected
    • Order Closed
    • Trade Executed
    • Order Fully Filled
    • Move Order
    • Balance Adjustment
  • Orderbook
    • Introduction
    • Orderbook Snapshot
    • Orderbook Update
  • Price Ticks
    • Introduction
    • Price Tick
  • Book Ticker
    • Introduction
    • Book Tick
  1. Trading

Funding Payment

You must be authenticated and subscribed to the TRADING channel in order to receive FUNDING_PAYMENT messages.
The FUNDING_PAYMENT message is sent via the trading channel every four hours, when the funding rate payment is made.
{
    "type": "FUNDING_PAYMENT",
    "channel_name": "TRADING",
    "instrument_code": "BTC_EUR_P",
    "direction": "SHORT",
    "open_volume": "0.03",
    "pending_buy_size": "0",
    "pending_sell_size": "0.05",
    "funding_rate": "1",
    "funding_payment": "-15.3",
    "cash_balance": "100015.3",
    "maintenance_margin": "53.55",
    "maintenance_used": "153",
    "account_ratio": 0.46
}
FundingPayment

Previous
Settlement
Next
Order Booked
Built with