MINARA

Perpetual market price

GET /v1/market/perps-price — Returns the current perpetual-market price and venue-specific market identifiers for Hyperliquid or Lighter.

GET /v1/market/perps-price

Returns the current perpetual-market price and venue-specific market identifiers for Hyperliquid or Lighter.

MethodGET
Path/v1/market/perps-price
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorymarket

Response body

{ "connected": true, "supported": true, "exchange": "lighter", "symbol": "BTC", "execution_symbol": "BTC", "market_id": 1, "price": 105000.25, "updated_at": 1785910000000 }

On this page