Base URL https://www.deribit.com/api/v2/public/
This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | string | https://www.deribit.com/api/v2/public/ |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
free | 100 | 1200 | for non-matching requests: https://www.deribit.com/pages/information/rate-limits |
Every EA supports base input parameters from this list
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | crypto | crypto |
crypto
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | currency | base , coin , from , symbol |
The symbol of the currency to query |
Request:
{
"id": "1",
"data": {
"currency": "ETH",
"endpoint": "crypto"
},
"debug": {
"cacheKey": "hJ7N538OT46zUTHH59trC5Qbouw="
}
}
Response:
{
"jobRunID": "1",
"data": {
"result": 68.16959232733399
},
"result": 68.16959232733399,
"statusCode": 200,
"providerStatusCode": 200
}
MIT License