Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.18 KB

File metadata and controls

54 lines (35 loc) · 2.18 KB

HASHNOTE

1.0.3 v3

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

Environment Variables

Required? Name Description Type Options Default
USYC_API_ENDPOINT URL for the USYC price report API string https://usyc.hashnote.com/api/price-reports

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 1 API only updates once per day

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string price price

Price Endpoint

price is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
token The token to get the price report for. Currently only USYC is supported. string USYC

Example

Request:

{
  "data": {
    "endpoint": "price",
    "token": "USYC"
  }
}

MIT License