Overview
AgentPay tool call
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
agentpay
Source
bazaar
Indexed
2026-06-12 23:14:53
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"properties": {
"side": {
"default": "long",
"description": "Trade direction (funding carry is side-aware)",
"enum": [
"long",
"short"
],
"type": "string"
},
"size_usd": {
"default": 10000,
"description": "Intended position size in USD (drives the slippage check)",
"type": "number"
},
"symbol": {
"description": "Asset to check, e.g. 'ETH', 'BTC', 'SOL'",
"type": "string"
},
"token_address": {
"description": "Optional ERC-20 contract address — adds a GoPlus security scan",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}
Output Schema
{
"factors": {
"carry": {
"annualized_pct": 67.9,
"level": "caution",
"median_funding_pct": 0.062,
"reason": "longs paying elevated funding"
},
"crowding": {
"level": "ok",
"long_short_ratio": 1.4,
"oi_change_24h_pct": 3.2,
"reason": "positioning unremarkable"
},
"liquidity": {
"bucket_usd": 50000,
"level": "ok",
"reason": "fills within 0.011% of best ask",
"slippage_pct": 0.011
},
"security": {
"level": "skipped",
"reason": "no token_address provided"
}
},
"side": "long",
"size_usd": 50000,
"symbol": "ETH",
"verdict": "caution"
}