Documentation

GET /api/v1/networks Get all available Haveno networks Try
No arguments /api/v1/networks
GET /api/v1/currencies Get all available currencies Try
network Which Haveno network to get data from.
/api/v1/currencies
GET /api/v1/tickers Get 24h or 7d market overview Try
network Which Haveno network to get data from.
time_period Time period for the market overview.
/api/v1/tickers
GET /api/v1/depth/{pair} Get available liquidity by pair Try
pair Which trading pair to request data for.
level Level of detail for liquidity data:
1: Only amounts and prices
2: Individual offers with specific offer data
network Which Haveno network to get data from.
/api/v1/depth/XMR_USD
GET /api/v1/trades/{pair} Get recent trades by pair Try
pair Which trading pair to request data for.
limit Amount of trades to return.
0 is 24h timespan!
network Which Haveno network to get data from.
/api/v1/trades/XMR_USD