x402 List

x402 Protocol Service Directory

Base Agent Evidence & Route API

Blockchain

Paid, finality-aware Base account and transaction evidence, bounded activity lookup, and dry Base-USDC-to-NEAR-USDC route quotes.

Pay from $0.001 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-30 · no on-chain settlement recorded yet

BASE URL https://merchant-base.mikedotexe.com WEBSITE https://merchant-base.mikedotexe.com/ ENDPOINTS 5 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

ASSESSMENT

updated 2h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
141ms
avg response
141ms
total checks
1
compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.001 (p16 in Blockchain)
price (min)
$0.001
category percentile (min)
p16 in Blockchain
endpoints / prices
5 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
4865d
registrar
Amazon Registrar, Inc.
hosting
custom
domain created
2013-04-03

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides blockchain evidence and routing services for accounts, transactions, and USDC conversions

category
blockchain-evidence
in
body
blockchainevidencetransactionaccountroutingusdcactivity-index

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /v1/activity/search $0.001 Base USDC
GET /v1/entities/0x0000000000000000000000000000000000000000 $0.001 Base USDC
POST /v1/evidence/account $0.001 Base USDC
POST /v1/evidence/transaction $0.001 Base USDC
POST /v1/routes/usdc/quote $0.001 Base USDC
5 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /v1/entities/0x0000000000000000000000000000000000000000 returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://merchant-base.mikedotexe.com/v1/entities/0x0000000000000000000000000000000000000000'
// 402 response (captured by monitor) · 5 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7Ff46ab88688D528bCE3e59c470240c6901cF88c",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://merchant-base.mikedotexe.com/v1/evidence/account",
      "mimeType": "application/json",
      "description": "Final account evidence from the configured chain"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "address": "0x0000000000000000000000000000000000000000"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "kind": "account",
              "block": {
                "hash": "0x1111111111111111111111111111111111111111111111111111111111111111",
                "height": "34567890"
              },
              "source": {
                "type": "evm-jsonrpc",
                "status": "finalized"
              },
              "account": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "address": "0x0000000000000000000000000000000000000000",
                "balanceWei": "0",
                "isContract": false
              },
              "network": "eip155:8453",
              "observedAt": "2026-07-27T20:00:00.000Z",
              "observedFinality": "finalized"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "address"
                  ],
                  "properties": {
                    "address": {
                      "type": "string",
                      "pattern": "^0x[0-9a-fA-F]{40}$"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "network",
                    "kind",
                    "observedFinality",
                    "observedAt",
                    "block",
                    "source",
                    "account"
                  ],
                  "properties": {
                    "kind": {
                      "type": "string",
                      "const": "account"
                    },
                    "block": {
                      "type": "object",
                      "required": [
                        "height",
                        "hash"
                      ],
                      "properties": {
                        "hash": {
                          "type": "string",
                          "pattern": "^0x[0-9a-fA-F]{64}$"
                        },
                        "height": {
                          "type": "string",
                          "pattern": "^[0-9]+$"
                        }
                      },
                      "additionalProperties": false
                    },
                    "source": {
                      "type": "object",
                      "required": [
                        "type",
                        "status"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "const": "evm-jsonrpc"
                        },
                        "status": {
                          "enum": [
                            "final",
                            "finalized",
                            "nonterminal"
                          ],
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "account": {
                      "type": "object",
                      "required": [
                        "address",
                        "balanceWei",
                        "isContract",
                        "asset"
                      ],
                      "properties": {
                        "asset": {
                          "type": "string",
                          "const": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                          "description": "Configured USDC payment asset; it does not denominate balanceWei."
                        },
                        "address": {
                          "type": "string",
                          "pattern": "^0x[0-9a-fA-F]{40}$"
                        },
                        "balanceWei": {
                          "type": "string",
                          "pattern": "^[0-9]+$",
                          "description": "Native ETH balance in wei at the finalized block; it is not a USDC balance."
                        },
                        "isContract": {
                          "type": "boolean"
                        }
                      },
                      "additionalProperties": false
                    },
                    "network": {
                      "type": "string",
                      "const": "eip155:8453"
                    },
                    "observedAt": {
                      "type": "string",
                      "pattern": "^\\d{4}-\\d{2}-\\d{2}T"
                    },
                    "explorerUrl": {
                      "type": "string",
                      "pattern": "^https://"
                    },
                    "observedFinality": {
                      "enum": [
                        "final",
                        "finalized",
                        "nonterminal"
                      ],
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7Ff46ab88688D528bCE3e59c470240c6901cF88c",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://merchant-base.mikedotexe.com/v1/evidence/transaction",
      "mimeType": "application/json",
      "description": "Final or nonterminal transaction evidence from the configured chain"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "transactionHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "kind": "transaction",
              "block": {
                "hash": "0x1111111111111111111111111111111111111111111111111111111111111111",
                "height": "34567890"
              },
              "source": {
                "type": "evm-jsonrpc",
                "status": "finalized"
              },
              "network": "eip155:8453",
              "observedAt": "2026-07-27T20:00:00.000Z",
              "explorerUrl": "https://basescan.org/tx/example",
              "transaction": {
                "to": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "from": "0x0000000000000000000000000000000000000000",
                "hash": "0x2222222222222222222222222222222222222222222222222222222222222222",
                "status": "succeeded",
                "gasUsed": "65000",
                "success": true,
                "blockNumber": "34567889",
                "confirmationDepth": "1"
              },
              "observedFinality": "finalized"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "transactionHash"
                  ],
                  "properties": {
                    "transactionHash": {
                      "type": "string",
                      "pattern": "^0x[0-9a-fA-F]{64}$"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "network",
                    "kind",
                    "observedFinality",
                    "observedAt",
                    "block",
                    "source",
                    "transaction"
                  ],
                  "properties": {
                    "kind": {
                      "type": "string",
                      "const": "transaction"
                    },
                    "block": {
                      "type": "object",
                      "required": [
                        "height",
                        "hash"
                      ],
                      "properties": {
                        "hash": {
                          "type": "string",
                          "pattern": "^0x[0-9a-fA-F]{64}$"
                        },
                        "height": {
                          "type": "string",
                          "pattern": "^[0-9]+$"
                        }
                      },
                      "additionalProperties": false
                    },
                    "source": {
                      "type": "object",
                      "required": [
                        "type",
                        "status"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "const": "evm-jsonrpc"
                        },
                        "status": {
                          "enum": [
                            "final",
                            "finalized",
                            "nonterminal"
                          ],
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "network": {
                      "type": "string",
                      "const": "eip155:8453"
                    },
                    "observedAt": {
                      "type": "string",
                      "pattern": "^\\d{4}-\\d{2}-\\d{2}T"
                    },
                    "explorerUrl": {
                      "type": "string",
                      "pattern": "^https://"
                    },
                    "transaction": {
                      "type": "object",
                      "required": [
                        "hash",
                        "from",
                        "confirmationDepth",
                        "status"
                      ],
                      "properties": {
                        "to": {
                          "type": [
                            "string",
                            "null"
                          ],
                          "description": "Transaction-envelope recipient. ERC-3009 USDC transfers normally target the token contract, not the payTo address."
                        },
                        "from": {
                          "type": "string",
                          "pattern": "^0x[0-9a-fA-F]{40}$"
                        },
                        "hash": {
                          "type": "string",
                          "pattern": "^0x[0-9a-fA-F]{64}$"
                        },
                        "status": {
                          "enum": [
                            "succeeded",
                            "failed",
                            "pending"
                          ],
                          "type": "string"
                        },
                        "gasUsed": {
                          "type": "string",
                          "pattern": "^[0-9]+$"
                        },
                        "success": {
                          "type": "boolean"
                        },
                        "blockNumber": {
                          "type": "string",
                          "pattern": "^[0-9]+$"
                        },
                        "confirmationDepth": {
                          "type": "string",
                          "pattern": "^[0-9]+$"
                        }
                      },
                      "additionalProperties": false
                    },
                    "observedFinality": {
                      "enum": [
                        "final",
                        "finalized",
                        "nonterminal"
                      ],
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7Ff46ab88688D528bCE3e59c470240c6901cF88c",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://merchant-base.mikedotexe.com/v1/activity/search",
      "mimeType": "application/json",
      "description": "Search the bounded final activity index"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "limit": 25,
              "query": "transfer"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "index": {
                "status": "not_yet_indexed",
                "indexedAt": null,
                "recordCount": 0
              },
              "items": [],
              "nextCursor": null
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 1
                    },
                    "query": {
                      "type": "string"
                    },
                    "cursor": {
                      "type": "string"
                    },
                    "account": {
                      "type": "string"
                    },
                    "contract": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "items",
                    "nextCursor",
                    "index"
                  ],
                  "properties": {
                    "index": {
                      "type": "object",
                      "required": [
                        "status",
                        "recordCount",
                        "indexedAt"
                      ],
                      "properties": {
                        "status": {
                          "enum": [
                            "ready",
                            "not_yet_indexed"
                          ],
                          "type": "string"
                        },
                        "indexedAt": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "recordCount": {
                          "type": "integer",
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    },
                    "items": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "id",
                          "kind"
                        ],
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "kind": {
                            "type": "string"
                          },
                          "block": {},
                          "entity": {
                            "type": "string"
                          },
                          "account": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "summary": {},
                          "contract": {
                            "type": "string"
                          },
                          "indexedAt": {
                            "type": "string"
                          },
                          "timestamp": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "nextCursor": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7Ff46ab88688D528bCE3e59c470240c6901cF88c",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://merchant-base.mikedotexe.com/v1/routes/usdc/quote",
      "mimeType": "application/json",
      "description": "Quote canonical Base USDC to canonical NEAR USDC without moving funds"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "refundTo": "0xcA202E03f11Aa076c57EAE666Da3f933dCc71CC9",
              "recipient": "mike.near",
              "amountAtomic": "1000000",
              "slippageBasisPoints": 100
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "kind": "usdc_route_quote",
              "mode": "quote_only",
              "quote": {
                "quotedAt": "2026-07-27T20:00:00.250Z",
                "expiresAt": "2026-07-27T20:05:00.000Z",
                "signature": "provider-signature",
                "correlationId": "quote-123"
              },
              "source": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "symbol": "USDC",
                "assetId": "nep141:base-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.omft.near",
                "network": "eip155:8453",
                "decimals": 6
              },
              "provider": {
                "name": "NEAR Intents 1Click",
                "status": "live",
                "endpoint": "https://1click.chaindefuser.com/v0/quote"
              },
              "refundTo": "0xcA202E03f11Aa076c57EAE666Da3f933dCc71CC9",
              "recipient": "mike.near",
              "fundsMoved": false,
              "destination": {
                "asset": "17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1",
                "symbol": "USDC",
                "assetId": "nep141:17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1",
                "network": "near:mainnet",
                "decimals": 6
              },
              "providerFees": {
                "refundFeeAtomic": "2400",
                "withdrawFeeAtomic": "0"
              },
              "amountInAtomic": "1000000",
              "amountOutAtomic": "998898",
              "minAmountOutAtomic": "988909",
              "slippageBasisPoints": 100,
              "estimatedSettlementSeconds": 35
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "amountAtomic",
                    "recipient",
                    "refundTo"
                  ],
                  "properties": {
                    "refundTo": {
                      "type": "string",
                      "pattern": "^0x[0-9a-fA-F]{40}$",
                      "description": "Base address for a failed-route refund"
                    },
                    "recipient": {
                      "type": "string",
                      "pattern": "^(?=.{2,64}$)[a-z0-9]+(?:[._-][a-z0-9]+)*$",
                      "maxLength": 64,
                      "minLength": 2,
                      "description": "Destination NEAR account id"
                    },
                    "amountAtomic": {
                      "type": "string",
                      "pattern": "^[1-9][0-9]{0,15}$",
                      "description": "Base USDC amount in 6-decimal atomic units"
                    },
                    "slippageBasisPoints": {
                      "type": "integer",
                      "default": 100,
                      "maximum": 1000,
                      "minimum": 0
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "kind",
                    "mode",
                    "fundsMoved",
                    "source",
                    "destination",
                    "amountInAtomic",
                    "amountOutAtomic",
                    "minAmountOutAtomic",
                    "recipient",
                    "refundTo",
                    "slippageBasisPoints",
                    "estimatedSettlementSeconds",
                    "providerFees",
                    "quote",
                    "provider"
                  ],
                  "properties": {
                    "kind": {
                      "type": "string",
                      "const": "usdc_route_quote"
                    },
                    "mode": {
                      "type": "string",
                      "const": "quote_only"
                    },
                    "quote": {
                      "type": "object",
                      "required": [
                        "quotedAt",
                        "expiresAt",
                        "correlationId",
                        "signature"
                      ],
                      "properties": {
                        "quotedAt": {
                          "type": "string",
                          "pattern": "^\\d{4}-\\d{2}-\\d{2}T"
                        },
                        "expiresAt": {
                          "type": "string",
                          "pattern": "^\\d{4}-\\d{2}-\\d{2}T"
                        },
                        "signature": {
                          "type": "string",
                          "description": "Provider-supplied provenance preserved verbatim; this service does not claim cryptographic verification"
                        },
                        "correlationId": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "source": {
                      "type": "object",
                      "required": [
                        "network",
                        "asset",
                        "assetId",
                        "symbol",
                        "decimals"
                      ],
                      "properties": {
                        "asset": {
                          "type": "string"
                        },
                        "symbol": {
                          "type": "string",
                          "const": "USDC"
                        },
                        "assetId": {
                          "type": "string"
                        },
                        "network": {
                          "type": "string"
                        },
                        "decimals": {
                          "type": "integer",
                          "const": 6
                        }
                      },
                      "additionalProperties": false
                    },
                    "provider": {
                      "type": "object",
                      "required": [
                        "name",
                        "endpoint",
                        "status"
                      ],
                      "properties": {
                        "name": {
                          "type": "string",
                          "const": "NEAR Intents 1Click"
                        },
                        "status": {
                          "type": "string",
                          "const": "live"
                        },
                        "endpoint": {
                          "type": "string",
                          "pattern": "^https://"
                        }
                      },
                      "additionalProperties": false
                    },
                    "refundTo": {
                      "type": "string"
                    },
                    "recipient": {
                      "type": "string"
                    },
                    "fundsMoved": {
                      "type": "boolean",
                      "const": false
                    },
                    "destination": {
                      "type": "object",
                      "required": [
                        "network",
                        "asset",
                        "assetId",
                        "symbol",
                        "decimals"
                      ],
                      "properties": {
                        "asset": {
                          "type": "string"
                        },
                        "symbol": {
                          "type": "string",
                          "const": "USDC"
                        },
                        "assetId": {
                          "type": "string"
                        },
                        "network": {
                          "type": "string"
                        },
                        "decimals": {
                          "type": "integer",
                          "const": 6
                        }
                      },
                      "additionalProperties": false
                    },
                    "providerFees": {
                      "type": "object",
                      "required": [
                        "refundFeeAtomic",
                        "withdrawFeeAtomic"
                      ],
                      "properties": {
                        "refundFeeAtomic": {
                          "type": "string",
                          "pattern": "^[0-9]+$"
                        },
                        "withdrawFeeAtomic": {
                          "type": "string",
                          "pattern": "^[0-9]+$"
                        }
                      },
                      "additionalProperties": false
                    },
                    "amountInAtomic": {
                      "type": "string",
                      "pattern": "^[0-9]+$"
                    },
                    "amountOutAtomic": {
                      "type": "string",
                      "pattern": "^[0-9]+$"
                    },
                    "minAmountOutAtomic": {
                      "type": "string",
                      "pattern": "^[0-9]+$"
                    },
                    "slippageBasisPoints": {
                      "type": "integer"
                    },
                    "estimatedSettlementSeconds": {
                      "type": "integer",
                      "minimum": 0
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7Ff46ab88688D528bCE3e59c470240c6901cF88c",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://merchant-base.mikedotexe.com/v1/entities/{identifier}",
      "mimeType": "application/json",
      "description": "Inspect indexed activity for one account, contract, or entity"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "identifier": "0x0000000000000000000000000000000000000000"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "index": {
                "status": "not_yet_indexed",
                "indexedAt": null,
                "recordCount": 0
              },
              "status": "not_yet_indexed",
              "records": [],
              "identifier": "0x0000000000000000000000000000000000000000"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "required": [
                    "identifier"
                  ],
                  "properties": {
                    "identifier": {
                      "type": "string",
                      "maxLength": 256,
                      "minLength": 1
                    }
                  },
                  "additionalProperties": false
                },
                "queryParams": {
                  "type": "object",
                  "properties": {},
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "identifier",
                    "status",
                    "records",
                    "index"
                  ],
                  "properties": {
                    "index": {
                      "type": "object",
                      "required": [
                        "status",
                        "recordCount",
                        "indexedAt"
                      ],
                      "properties": {
                        "status": {
                          "enum": [
                            "ready",
                            "not_yet_indexed"
                          ],
                          "type": "string"
                        },
                        "indexedAt": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "recordCount": {
                          "type": "integer",
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    },
                    "status": {
                      "enum": [
                        "indexed",
                        "not_yet_indexed"
                      ],
                      "type": "string"
                    },
                    "records": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "id",
                          "kind"
                        ],
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "kind": {
                            "type": "string"
                          },
                          "block": {},
                          "entity": {
                            "type": "string"
                          },
                          "account": {
                            "type": "string"
                          },
                          "network": {
                            "type": "string"
                          },
                          "summary": {},
                          "contract": {
                            "type": "string"
                          },
                          "indexedAt": {
                            "type": "string"
                          },
                          "timestamp": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "identifier": {
                      "type": "string",
                      "maxLength": 256,
                      "minLength": 1
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        },
        "routeTemplate": "/v1/entities/:identifier"
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/base-agent-evidence-route-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-30 · uptime 100.0% · 170ms avg07-3007-30
90d UPTIME 100%
RESPONSE TIME
07-30 · 170ms avg07-30 · 170ms avg07-3007-30
AVG RESP 184ms
PRICE (captured 402, USD)
building price history ($0.001)

Median across 5 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (9) · click to expand
TIME STATUS RESP
● SLOW 303ms
● OK 266ms
● OK 129ms
● OK 118ms
● SLOW 314ms
● OK 118ms
● OK 130ms
● OK 141ms
● OK 141ms

EMBED THIS BADGE

Show that Base Agent Evidence & Route API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Base Agent Evidence & Route API listed on x402-list
status
Base Agent Evidence & Route API uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/base-agent-evidence-route-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/base-agent-evidence-route-api.svg" alt="Base Agent Evidence & Route API listed on x402-list" height="28">
</a>
// Markdown
[![Base Agent Evidence & Route API on x402-list](https://x402-list.com/badge/base-agent-evidence-route-api.svg)](https://x402-list.com/services/base-agent-evidence-route-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/base-agent-evidence-route-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/base-agent-evidence-route-api.svg?data=uptime" alt="Base Agent Evidence & Route API uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]