This document was generated automatically. Please see README Generator for more info.
| Required? | Name | Description | Type | Options | Default |
|---|---|---|---|---|---|
| USYC_API_ENDPOINT | URL for the USYC price report API | string | https://usyc.hashnote.com/api/price-reports |
| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
|---|---|---|---|---|
| default | 1 | API only updates once per day |
| Required? | Name | Description | Type | Options | Default |
|---|---|---|---|---|---|
| endpoint | The endpoint to use | string | price | price |
price is the only supported name for this endpoint.
| 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 |
Request:
{
"data": {
"endpoint": "price",
"token": "USYC"
}
}MIT License