Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Rho Protocol Market Data API

The Market Data API from Rho Protocol — 7 operation(s) for market data.

Rho Protocol Market Data API is one of 4 APIs that Rho Protocol publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Market Data. The published artifact set on APIs.io includes an OpenAPI specification and an AsyncAPI specification.

This API exposes 7 operations across 7 paths, and defines 23 schemas. It is described by OpenAPI 2.0, at version development.

Requests are made against the base URL https://x.rho.trading/api/v1.

7 operations 7 paths 23 schemas 7 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
development
Base URL
https://x.rho.trading/api/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Rho Protocol Market Data API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 7 GET. Each is listed below with its method, path, parameters, and response codes.

Market Data 7
GET
/exchange/info
Retrieve exchange info
2 params → 200400500
GET
/markets/{marketId}/floating-rate-candles
Retrieve floating rate candles
5 params → 200400500
GET
/symbols/{symbol}/candles
Retrieve candle data for a symbol
5 params → 200400500
GET
/symbols/{symbol}/order-book
Retrieve order book for a symbol
2 params → 200400500
GET
/symbols/{symbol}/trades
Retrieve recent trades for a symbol
2 params → 200400500
GET
/tickers
Retrieve multiple tickers
1 param → 200400500
GET
/tickers/{symbol}
Retrieve ticker for a specific symbol
1 param → 200400500

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are dto.SymbolInfo (36 properties), dto.MarketInfo (25 properties), dto.Ticker (17 properties), dto.Candle (16 properties). Each schema is shown below with its type and property counts.

dto.FloatingRateCandle
object
9 properties
dto.SymbolCandlesResponse
object
1 property
dto.Candle
object
16 properties
dto.CurrencyFeeInfo
object
2 properties
dto.TickerResponse
object
1 property
dto.SymbolInfo
object
36 properties
dto.MarginAccountInfo
object
3 properties
dto.OrderBookEntry
object
2 properties
dto.TickersResponse
object
1 property
dto.CurrencyConversionEntry
object
2 properties
dto.OrderBookResponse
object
4 properties
dto.DepositaryInfo
object
3 properties
dto.Ticker
object
17 properties
dto.SymbolTrade
object
12 properties
dto.CurrencyInfo
object
4 properties
dto.ExternalError
object
5 properties
dto.MarketInfo
object
25 properties
dto.FeatureInfo
object
2 properties
dto.FloatingRateCandlesResponse
object
1 property
dto.SymbolTradesResponse
object
1 property
dto.CurrencyConversionInfo
object
2 properties
dto.ExchangeInfoResponse
object
11 properties
dto.MutableDecimalInfo
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rho-protocol-market-data-api-openapi.yml Raw ↑

Other APIs Rho Protocol publishes across the network.

Rho Protocol Stats API
Rho Protocol Trading API
Rho Protocol User Data API