I am building an automated trading system using Delta Exchange APIs.
I need to programmatically fetch the next funding rate and funding timestamp for the perpetual futures pairs BTCUSD and ETHUSD.
I have checked the /v2/products endpoint, but the response for these instruments does not include fields such as funding_rate, next_funding_at, or funding_interval.
Could you please confirm:
Which API endpoint provides the funding rate for BTCUSD / ETHUSD perpetual contracts?
If not available publicly, is there an alternative API or method to retrieve the funding rate?
Do India-specific futures (e.g., ETHUSD) have funding fees, or are they exempt?
the next funding information doesn’t come from rest api but websocket channel: Delta Exchange Api
you can subscribe to the channel and keep listening for the funding updates.
You can get real-time funding rate data is through the WebSocket funding_rate channel and Yes, both BTCUSD and ETHUSD perpetual contracts DO have funding fees. they are not exempt.