Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.17 KB

File metadata and controls

56 lines (37 loc) · 2.17 KB

FINALTO

1.0.2 v3

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

Environment Variables

Required? Name Description Type Options Default
WS_API_USERNAME API username for WS endpoint string
WS_API_PASSWORD API password for WS endpoint string
WS_API_ENDPOINT WS endpoint for Data Provider 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 commodities, forex, fx forex

Forex Endpoint

Supported names for this endpoint are: commodities, forex, fx.

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": "forex",
    "base": "GBP",
    "quote": "USD"
  }
}

MIT License