Comment on page
Benchmark families
https://api.koinju.io/benchmarks
Variable | Format | Description |
count | number | The number of benchmark families. |
payload | object | The list of benchmark families. |
payload
variablesVariable | Format | Description |
name | string | Benchmark family name. |
slug | string | Benchmark family slug. |
{
"count": 1,
"payload": [
{
"name": "Reference Rates",
"slug": "reference-rates"
},
...
]
}
Last modified 2yr ago