FETCH402
← Protocol index

Resource / 13218

unknown

Unnamed resource.

Effective round-trip execution cost for a tokenized stock right now: best executable buy vs best executable sell price for a small reference clip across all venues, and the resulting effective spread %, modeled with pool fee + constant-product impact. Send { ticker, clipUsd?, feePct? }. The cost-to-trade snapshot for execution agents.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 5 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:42161 exact 5000 0xaf88d065e77c8cC2239327C5EDb3A432268e5831 0x544E033D055738e7b5c40AD4318B506e1219E064
active eip155:8453 exact 5000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x544E033D055738e7b5c40AD4318B506e1219E064
active eip155:137 exact 5000 0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 0x544E033D055738e7b5c40AD4318B506e1219E064
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 5000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v 2MuckhLVHre9464Djx8BL2eXNLkpta2j5xjPkXAiySeo
active eip155:4663 exact 5000 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 0x544E033D055738e7b5c40AD4318B506e1219E064

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
{
  "body": {
    "clipUsd": {
      "description": "Reference clip size in USD, default 500",
      "required": false,
      "type": "number"
    },
    "feePct": {
      "description": "Assumed pool swap fee %, default 0.3",
      "required": false,
      "type": "number"
    },
    "ticker": {
      "description": "Stock/ETF ticker",
      "required": true,
      "type": "string"
    }
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}
OutputJSON
{}