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.
| Method | GET |
| Path | /v1/market/perps-price |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "connected": true, "supported": true, "exchange": "lighter", "symbol": "BTC", "execution_symbol": "BTC", "market_id": 1, "price": 105000.25, "updated_at": 1785910000000 }