Overview
The Global Info endpoint provides detailed market statistics and rates for a specific trading pair, including funding rates, borrow rates, open interest, and trading fees.Parameters
Asset ID of the trading pair (e.g., 1 for BTC/USD)
Optional Ethereum address. If not provided, defaults to zero address.
Response Fields
Current funding rate. Can be positive or negative (e.g., 0.0044877381 = 0.44877381%)
Current borrow rate for long positions (e.g., 0.0050 = 0.50%)
Current borrow rate for short positions (e.g., 0.0000 = 0%)
Total value of open long positions in USD
Total value of open short positions in USD
Maximum allowed value for long positions in USD
Maximum allowed value for short positions in USD
Trading fee for opening long positions (e.g., 0.0005 = 0.05%)
Trading fee for opening short positions (e.g., 0.0005 = 0.05%)
Example Usage
Example Response
Notes
- All rates are expressed as decimals (multiply by 100 for percentage)
- Funding rates can be positive or negative
- Open interest values are in USD
- Maximum open interest values indicate the market capacity for each side
Response
200 - application/json
Successful response
Current funding rate (can be positive or negative)
Example:
0.0044877381
Borrow rate for long positions
Example:
0.005
Borrow rate for short positions
Example:
0
Total long open interest
Example:
111841.688373
Total short open interest
Example:
129096
Maximum allowed long open interest
Example:
699096
Maximum allowed short open interest
Example:
699096
Trading fee for long positions
Example:
0.0005
Trading fee for short positions
Example:
0.0005