Version: 1.1.28
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/ |
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": {
"endpoint": "crypto",
"currency": "ETH"
}
}
Response:
{
"jobRunID": "1",
"data": {
"result": 68.16959232733399
},
"result": 68.16959232733399,
"statusCode": 200,
"providerStatusCode": 200
}