You're viewing a demo portfolio

Join the waitlist
PRSM

set_price_alert

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

CryptoData API

https://github.com/elevasyncsolutions-jpg/cryptodata-api

2/7 registries
View full server →