set_price_alert
ActiveTool of CryptoData API
declared in 3.0.0
Create price alert: notifies when coin hits target. $0.01.
Parameters schema
{
"type": "object",
"required": [
"api_key",
"coin",
"target"
],
"properties": {
"coin": {
"type": "string"
},
"target": {
"type": "number"
},
"api_key": {
"type": "string"
},
"condition": {
"enum": [
"above",
"below"
],
"type": "string",
"default": "above"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
CryptoData API
https://github.com/elevasyncsolutions-jpg/cryptodata-api
2/7 registries