mirrored listing x402 eip155:8453eip155:137eip155:42161nano:mainnet

DeFi protocol TVL, chains, and 1d/7d change

DeFi protocol TVL, chains, and 1d/7d change. ?protocol=aave

Do you run pyfile-agent.taile3ff35.ts.net? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
3000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-13
updated

Provider

pyfile-agent.taile3ff35.ts.net · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "3000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "3000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:42161",
    "payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
    "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "amount": "3000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "nano:mainnet",
    "payTo": "nano_3uojbn47b5xqcbs4yibbasamn8aeyqxgyi1z8peogwtdn6z3kagjanjpz4ss",
    "asset": "XNO",
    "amount": "8628000000000000000000000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "protocol": "aave"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "ok": true
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "protocol": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "rail-hint": {
    "info": {
      "bootstrap": "pip install feeless402 && nano-pay init && nano-pay claim https://feeless402.com",
      "cheapest": "nano:mainnet",
      "docs": "https://railhint.com",
      "why": "Zero network fees, no price floor, sub-second finality — Nano is the true metered price for a machine-to-machine call."
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "info": {
          "type": "object"
        }
      },
      "required": [
        "info"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://pyfile-agent.taile3ff35.ts.net/data/onchain/defi"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://pyfile-agent.taile3ff35.ts.net/data/onchain/defi");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://pyfile-agent.taile3ff35.ts.net/data/onchain/defi")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7159.json, and this resource appears in /discovery/resources and /discovery/search.