Market Info
Get Index Price Source
Partner Support
User Flows
General API
- Builder Info
- System Info
- USDC Faucet
User API
- Registration
- Key Management
- Account/User Info
- Account Notifications
- Account Config
- Delegate Signer
Trading API
- Order Management
- Liquidations
- Assets/Withdraw/Settle PnL
- Positions
- Funding
Rewards API
- Trading Rewards
- Market Making Rewards
Staking & Valor API
- Staking
- Valor
Builder API
- User Data
- Trading Campaigns
- Fee Setting
- Referral Program
Market Data API
- TradingView
- Funding Rates
- Market Info
- GETGet Supported Collateral Info
- GETGet Order Rules per Symbol
- GETGet Available Symbols
- GETGet Market Trades
- GETGet Price Info for All Symbols
- GETGet Open Interests for All Symbols
- GETGet Market Info for All Symbols
- GETGet Market Info for One Symbol
- GETGet Index Price Source
- GETGet Historical Price List for All Symbols
- GETOrderbook Snapshot
- GETGet Kline
- GET
Websocket API
- Introduction
- PING/PONG
- Authentication
- Error Response
- Public Market Data
- Private User Data
Market Info
Get Index Price Source
Limit: 10 requests per 1 second per IP address
GET /v1/public/index_price_source
Retrieves the available tokens to be used as collateral within Orderly.
GET
/
v1
/
public
/
index_price_source
curl --request GET \
--url https://api-evm.orderly.org/v1/public/index_price_source
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"symbol": "SPOT_BNB_USDC",
"updated_time": 1710382176255,
"sources": [
"gateio",
"kucoin",
"binance",
"okx",
"huobi",
"bybit",
"mexc"
]
}
]
}
}
curl --request GET \
--url https://api-evm.orderly.org/v1/public/index_price_source
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"symbol": "SPOT_BNB_USDC",
"updated_time": 1710382176255,
"sources": [
"gateio",
"kucoin",
"binance",
"okx",
"huobi",
"bybit",
"mexc"
]
}
]
}
}