Market Data
public/get_latest_signed_feeds
Returns the most recent oracle-signed feed data — spot, forward, volatility (SVI), rate, perp, and perpetual funding-rate feeds — each with signer addresses and signatures for on-chain submission. Optional currency and expiry filters narrow the result (use expiry 0 for the non-expiry feeds: spot, perp and funding); both default to all. Public endpoint.
POST
public/get_latest_signed_feeds
Body
application/json
Response
Success
currency -> latest funding-rate feed data
currency -> expiry -> latest forward feed data
currency -> feed type -> latest perp feed data
currency -> expiry -> latest rate feed data
currency -> latest spot feed data
currency -> expiry -> latest vol feed data
