Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 1000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0xCa87aDbCffdf6539A387783fEF17A91dbaBEEF52 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"method": "GET",
"queryParams": {},
"schema": {
"properties": {
"strategy_id": {
"default": "vwap_reversion",
"description": "Strategy identifier (path parameter)",
"enum": [
"ema_5_breakout",
"rsi_7_extremes",
"rsi_reversion_swing",
"vwap_reversion"
],
"type": "string"
},
"symbol": {
"default": "BTC",
"description": "Crypto asset ticker (path parameter)",
"enum": [
"BTC",
"ETH",
"SOL",
"DOGE"
],
"type": "string"
}
},
"required": [
"strategy_id",
"symbol"
],
"type": "object"
},
"type": "http"
}
OutputJSON
{
"example": {
"hold_time_sec": 300,
"reasoning": "Bollinger band squeeze with volume expansion",
"score": 0.82,
"signal": "long",
"sl_pct": 0.008,
"strategy_id": "vwap_reversion",
"strategy_name": "VWAP Reversion",
"symbol": "BTC",
"tp_pct": 0.015
},
"type": "json"
}