alpha_subscribe
ActiveTool of io.911fund.x402/x402-alpha
declared in 1.0.0
Create a notify-on-condition webhook subscription: 5 prepaid HMAC-signed deliveries when a price/funding condition triggers. $0.05 USDC ($0.01 per delivery, prepaid). Payment is consumed on execution.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"type",
"symbol",
"threshold",
"webhook"
],
"properties": {
"type": {
"type": "string",
"description": "Condition type: price_above, price_below, or funding_above_abs"
},
"symbol": {
"type": "string",
"description": "Asset symbol (e.g., SOL)"
},
"webhook": {
"type": "string",
"description": "HTTPS webhook URL on a public host"
},
"threshold": {
"type": "string",
"description": "Trigger threshold (price in USD, or absolute funding rate)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.911fund.x402/x402-alpha
1/7 registries