Endpoints
Get All Markets
Retrieve comprehensive market data for all trading pairs
GET
/
api
/
markets
Overview
The Markets endpoint provides detailed market information for all available trading pairs, including current prices, funding rates, interest rates, and market statistics.
Parameters
Optional Ethereum address. If not provided, defaults to zero address.
Response Fields
Indicates if the request was successful
Current Unix timestamp in milliseconds
Total number of available markets
Array of market objects containing:
Notes
- All rates (funding, borrow, trading fees) are expressed as decimals (e.g., 0.0005 = 0.05%)
- Prices maintain full precision from the Pyth Network price feeds
- Market utilization shows the higher percentage between long and short utilization
- Long/Short ratio defaults to 50/50 when no positions exist
- All monetary values (open interest, liquidity) are in USD
Example Usage
Example Response
Query Parameters
Ethereum address (optional)