Hub Culture Developer Portal


Public Ven Pricing API

  • Created : Feb, 04, 2016
  • Last Updated: April, 15, 2016

This API is designed to provide free public information about Ven pricing relative to other currencies.


current version: 1.0.0
update frequency: 1h
protocol: JSONRPC 2.0

Introduction

Using JSONRPC 2.0 you are requested to send a JSON payload to the endpoint URL. This payload would contain name of the method to be executed and arguments. You would receive JSON with response. JSONRPC also supports batch calls.

Methods

ping()

A simple request for testing your API. Will always return "pong" Try it in swagger

listPrices()

Will output list of current prices for 1 Ven in various currencies.
Try it in swagger

priceHistory ( currency )

Will provide you with historical data for requested currency.
Try it in swagger Will output list of current prices for 1 Ven in various currencies.
Try it in swagger

listCurrencies ()

Show list of supported currencies and their descriptions.
Will output list of current price of 1 Ven in various currencies (USD, GBP, EUR, etc). This includes current high, low and mid prices. If unsure, use mid price. ts is the timestamp

Try it in swagger