Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.89 KB

File metadata and controls

58 lines (39 loc) · 2.89 KB

GSR

2.2.4 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT The HTTP API endpoint to use string https://oracle.prod.gsr.io/v1
WS_API_ENDPOINT The WS API endpoint to use string wss://oracle.prod.gsr.io/oracle
WS_USER_ID The user ID used to authenticate string
WS_PUBLIC_KEY The public key used to authenticate string
WS_PRIVATE_KEY The private key used to authenticate string

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string crypto-lwba, crypto, crypto_lwba, cryptolwba, price-ws, price price

Price Endpoint

Supported names for this endpoint are: crypto, crypto-lwba, crypto_lwba, cryptolwba, price, price-ws.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
base coin, from The symbol of symbols of the currency to query string
quote market, to The symbol of the currency to convert to string

Example

Request:

{
  "data": {
    "endpoint": "price",
    "base": "ETH",
    "quote": "USD"
  }
}

MIT License