Price Feeds
This document illustrates the price feeds data request parameters, endpoint and the data returned.
API Call
Base Url: https://price-feeds.gora.io
Get Price: GET /api/v2/crypto
Parameters:
assets
string
(required) Comma separated list of asset codes. e.g For Bitcoin and Ethereum, the codes are btc and eth respectively.
btc
curr
string
(required) Comma separated list of currency codes. e.g For Dollar and Euro, the codes are usd and eur respectively.
usd
key
string
(required) Key provided by GoraNetwork. When using node runner set the key as ##signKey
##signKey
Example Call
Example Response (JSON)
Results Schema
name
string
The name of the crypto asset and currency combination. It has both asset symbol and currency symbol separated by a backslash (/)
price
number
The price value of the asset in the currency returned
timestamp
number
Time in GMT Unix Epoch Time when price was fetched.
Last updated