Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.4 KB

File metadata and controls

57 lines (38 loc) · 2.4 KB

DAR

1.4.7 v3

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

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT Base URL for DAR REST endpoints string https://api-beta.digitalassetresearch.com/v2
WS_API_ENDPOINT WS URL for the DAR API string wss://dar-ws-400ms.digitalassetresearch.com
WS_API_KEY Key for the DAR API string
WS_API_USERNAME Username for the DAR API 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, price price

Price Endpoint

Supported names for this endpoint are: crypto, price.

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