x402 List

x402 Protocol Service Directory

vaaya

AI PAYMENT-READY

payment-ready until 2026-08-20

The agent payment system: one MCP server that lets any agent call paid APIs — image/video gen, product demos, web search & scraping, deep/market research, lead enrichment, GTM, sandboxes, browser automation, email — pay-per-call, no API keys.

Pay from $0.01 to $2.00 in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-05-19 · $38.86 all-time · settled via coinbase

BASE URL https://vaaya.ai WEBSITE https://vaaya.ai ENDPOINTS 7 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-12 MONITORED SINCE 2026-07-12

ASSESSMENT

updated 4h 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
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
646ms
avg response
397ms
total checks
2,737

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

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

jump to compliance checklist

price $0.01 to $2.00 (p42 in AI)
price (min)
$0.01
price (max)
$2.00
category percentile (min)
p42 in AI
category percentile (max)
p82 in AI
endpoints / prices
7 / 3
model
tiered
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
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $24.85 30d · 50 buyers
volume 30d
$24.85
buyers 30d
50
settlements 30d
802
first settlement
2026-05-19
last settlement
2026-08-13
top buyer share
16% of 30d volume
trend 7d vs 30d
0.70x the 30d daily rate
networks
eip155:8453
volume all-time
$38.86
settlements all-time
1,257
median settlement 30d
$0.01
max settlement 30d
$0.60
settled via
coinbase ($24.85, 802 tx)

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

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /api/run/agentmail/create_inbox $2.00 Base USDC header
POST /api/run/apollo/person-enrich $0.10 Base USDC header
POST /api/run/exa/search $0.01 Base USDC header
POST /api/run/fal/upload $0.01 Base USDC header
POST /api/run/firecrawl/scrape $0.01 Base USDC header
POST /api/run/mem0/search $0.01 Base USDC header
POST /api/run/modal/sandbox-exec $0.01 Base USDC header
7 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /api/run/agentmail/create_inbox returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://vaaya.ai/api/run/agentmail/create_inbox'
// 402 response (captured by monitor) · 7 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 360
      }
    ],
    "resource": {
      "url": "https://vaaya.ai/api/run/fal/upload",
      "tags": [
        "fal",
        "ai-agents",
        "pay-per-call"
      ],
      "iconUrl": "https://vaaya.ai/icon.png",
      "mimeType": "application/json",
      "description": "Stage a media file on the fal CDN before a fal generation. Returns { upload_url, file_url }: PUT the raw file bytes to upload_url (with the matching Content-Type header), then pass file_url as the image_url/video_url/audio_url param of the generation. Upload originals UNCOMPRESSED — never downscale or re-encode; high-res inputs cost nothing extra and compression degrades outputs.",
      "serviceName": "Vaaya"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "file_name": "example",
              "content_type": "example"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {},
              "charged_cents": 1
            }
          }
        },
        "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",
                  "$schema": "http://json-schema.org/draft-07/schema#",
                  "required": [
                    "file_name",
                    "content_type"
                  ],
                  "properties": {
                    "file_name": {
                      "type": "string",
                      "minLength": 1
                    },
                    "content_type": {
                      "type": "string",
                      "minLength": 1
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 360
      }
    ],
    "resource": {
      "url": "https://vaaya.ai/api/run/firecrawl/scrape",
      "tags": [
        "firecrawl",
        "ai-agents",
        "pay-per-call"
      ],
      "iconUrl": "https://vaaya.ai/icon.png",
      "mimeType": "application/json",
      "description": "Firecrawl — Scrape a single URL and return clean markdown/HTML.",
      "serviceName": "Vaaya"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "url": "https://example.com",
              "formats": [
                "example"
              ],
              "waitFor": 1,
              "onlyMainContent": false
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {},
              "charged_cents": 1
            }
          }
        },
        "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",
                  "$schema": "http://json-schema.org/draft-07/schema#",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri"
                    },
                    "formats": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "waitFor": {
                      "type": "integer",
                      "exclusiveMinimum": 0
                    },
                    "onlyMainContent": {
                      "type": "boolean"
                    }
                  },
                  "additionalProperties": true
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 360
      }
    ],
    "resource": {
      "url": "https://vaaya.ai/api/run/exa/search",
      "tags": [
        "exa",
        "ai-agents",
        "pay-per-call"
      ],
      "iconUrl": "https://vaaya.ai/icon.png",
      "mimeType": "application/json",
      "description": "Exa — semantic web search via our API key. numResults up to 100. For people/lead discovery set category:\"people\" with an open ICP query.",
      "serviceName": "Vaaya"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "type": "auto",
              "query": "example",
              "contents": {},
              "numResults": 1
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {},
              "charged_cents": 1
            }
          }
        },
        "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",
                  "$schema": "http://json-schema.org/draft-07/schema#",
                  "required": [
                    "query"
                  ],
                  "properties": {
                    "type": {
                      "enum": [
                        "auto",
                        "neural",
                        "keyword",
                        "deep-lite",
                        "deep",
                        "deep-reasoning"
                      ],
                      "type": "string"
                    },
                    "query": {
                      "type": "string",
                      "minLength": 1
                    },
                    "contents": {},
                    "numResults": {
                      "type": "integer",
                      "maximum": 100,
                      "exclusiveMinimum": 0
                    }
                  },
                  "additionalProperties": true
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 360
      }
    ],
    "resource": {
      "url": "https://vaaya.ai/api/run/mem0/search",
      "tags": [
        "mem0",
        "ai-agents",
        "pay-per-call"
      ],
      "iconUrl": "https://vaaya.ai/icon.png",
      "mimeType": "application/json",
      "description": "Mem0 — semantic search over a user’s stored memories. Pass `query` and `user_id`; returns ranked memories with scores.",
      "serviceName": "Vaaya"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "query": "example",
              "top_k": 1,
              "user_id": "example"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {},
              "charged_cents": 1
            }
          }
        },
        "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",
                  "$schema": "http://json-schema.org/draft-07/schema#",
                  "required": [
                    "query",
                    "user_id"
                  ],
                  "properties": {
                    "query": {
                      "type": "string",
                      "minLength": 1
                    },
                    "top_k": {
                      "type": "integer",
                      "exclusiveMinimum": 0
                    },
                    "user_id": {
                      "type": "string",
                      "minLength": 1
                    }
                  },
                  "additionalProperties": true
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 360
      }
    ],
    "resource": {
      "url": "https://vaaya.ai/api/run/modal/sandbox-exec",
      "tags": [
        "modal",
        "ai-agents",
        "pay-per-call"
      ],
      "iconUrl": "https://vaaya.ai/icon.png",
      "mimeType": "application/json",
      "description": "Modal — Run a command in a running sandbox and return its output.",
      "serviceName": "Vaaya"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "command": "example",
              "timeout": 1,
              "sandbox_id": "example"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {},
              "charged_cents": 1
            }
          }
        },
        "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",
                  "$schema": "http://json-schema.org/draft-07/schema#",
                  "required": [
                    "sandbox_id",
                    "command"
                  ],
                  "properties": {
                    "command": {
                      "anyOf": [
                        {
                          "type": "string",
                          "minLength": 1
                        },
                        {
                          "type": "array",
                          "items": {
                            "type": "string",
                            "minLength": 1
                          },
                          "minItems": 1
                        }
                      ]
                    },
                    "timeout": {
                      "type": "integer",
                      "exclusiveMinimum": 0
                    },
                    "sandbox_id": {
                      "type": "string",
                      "minLength": 1
                    }
                  },
                  "additionalProperties": true
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
        "amount": "100000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 360
      }
    ],
    "resource": {
      "url": "https://vaaya.ai/api/run/apollo/person-enrich",
      "tags": [
        "apollo",
        "ai-agents",
        "pay-per-call"
      ],
      "iconUrl": "https://vaaya.ai/icon.png",
      "mimeType": "application/json",
      "description": "Match a person against Apollo's B2B database and reveal their work email — the FINAL enrichment backup after Prospeo and Nyne. Pass any of: `email`, `linkedin_url`, `name` (or `first_name`+`last_name`) with `organization_name`/`domain` to disambiguate; `reveal_personal_emails: true` adds personal addresses. NOTE: requires a paid Apollo plan with API access — on gated plans the call returns 403 API_INACCESSIBLE (not charged); treat as a miss.",
      "serviceName": "Vaaya"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "name": "example",
              "email": "[email protected]",
              "domain": "example",
              "last_name": "example",
              "first_name": "example",
              "linkedin_url": "https://example.com",
              "organization_name": "example",
              "reveal_personal_emails": false
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {},
              "charged_cents": 10
            }
          }
        },
        "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",
                  "$schema": "http://json-schema.org/draft-07/schema#",
                  "properties": {
                    "name": {
                      "type": "string",
                      "minLength": 2
                    },
                    "email": {
                      "type": "string",
                      "format": "email"
                    },
                    "domain": {
                      "type": "string",
                      "minLength": 3
                    },
                    "last_name": {
                      "type": "string",
                      "minLength": 1
                    },
                    "first_name": {
                      "type": "string",
                      "minLength": 1
                    },
                    "linkedin_url": {
                      "type": "string",
                      "format": "uri"
                    },
                    "organization_name": {
                      "type": "string",
                      "minLength": 1
                    },
                    "reveal_personal_emails": {
                      "type": "boolean"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
        "amount": "2000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 360
      }
    ],
    "resource": {
      "url": "https://vaaya.ai/api/run/agentmail/create_inbox",
      "tags": [
        "agentmail",
        "ai-agents",
        "pay-per-call"
      ],
      "iconUrl": "https://vaaya.ai/icon.png",
      "mimeType": "application/json",
      "description": "AgentMail — Provision a new agent inbox via x402.",
      "serviceName": "Vaaya"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "domain": "example",
              "username": "example",
              "display_name": "example"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "pathParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {},
              "charged_cents": 200
            }
          }
        },
        "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",
                  "$schema": "http://json-schema.org/draft-07/schema#",
                  "properties": {
                    "domain": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    },
                    "display_name": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/vaaya/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-15 · uptime 100.0% · 373ms avg07-16 · uptime 100.0% · 394ms avg07-17 · uptime 100.0% · 391ms avg07-18 · uptime 100.0% · 441ms avg07-19 · uptime 100.0% · 420ms avg07-20 · uptime 100.0% · 436ms avg07-21 · uptime 100.0% · 319ms avg07-22 · uptime 100.0% · 251ms avg07-23 · uptime 100.0% · 435ms avg07-24 · uptime 100.0% · 334ms avg07-25 · uptime 100.0% · 341ms avg07-26 · uptime 100.0% · 297ms avg07-27 · uptime 100.0% · 261ms avg07-28 · uptime 100.0% · 359ms avg07-29 · uptime 100.0% · 370ms avg07-30 · uptime 100.0% · 528ms avg07-31 · uptime 100.0% · 423ms avg08-01 · uptime 100.0% · 435ms avg08-02 · uptime 100.0% · 457ms avg08-03 · uptime 100.0% · 447ms avg08-04 · uptime 100.0% · 525ms avg08-05 · uptime 100.0% · 567ms avg08-06 · uptime 100.0% · 387ms avg08-07 · uptime 100.0% · 451ms avg08-08 · uptime 100.0% · 403ms avg08-09 · uptime 100.0% · 378ms avg08-10 · uptime 100.0% · 406ms avg08-11 · uptime 100.0% · 347ms avg08-12 · uptime 100.0% · 422ms avg08-13 · uptime 100.0% · 359ms avg07-1508-13
30d UPTIME 100%
RESPONSE TIME
07-15 · 373ms avg07-15 · 373ms avg07-16 · 394ms avg07-16 · 394ms avg07-17 · 391ms avg07-17 · 391ms avg07-18 · 441ms avg07-18 · 441ms avg07-19 · 420ms avg07-19 · 420ms avg07-20 · 436ms avg07-20 · 436ms avg07-21 · 319ms avg07-21 · 319ms avg07-22 · 251ms avg07-22 · 251ms avg07-23 · 435ms avg07-23 · 435ms avg07-24 · 334ms avg07-24 · 334ms avg07-25 · 341ms avg07-25 · 341ms avg07-26 · 297ms avg07-26 · 297ms avg07-27 · 261ms avg07-27 · 261ms avg07-28 · 359ms avg07-28 · 359ms avg07-29 · 370ms avg07-29 · 370ms avg07-30 · 528ms avg07-30 · 528ms avg07-31 · 423ms avg07-31 · 423ms avg08-01 · 435ms avg08-01 · 435ms avg08-02 · 457ms avg08-02 · 457ms avg08-03 · 447ms avg08-03 · 447ms avg08-04 · 525ms avg08-04 · 525ms avg08-05 · 567ms avg08-05 · 567ms avg08-06 · 387ms avg08-06 · 387ms avg08-07 · 451ms avg08-07 · 451ms avg08-08 · 403ms avg08-08 · 403ms avg08-09 · 378ms avg08-09 · 378ms avg08-10 · 406ms avg08-10 · 406ms avg08-11 · 347ms avg08-11 · 347ms avg08-12 · 422ms avg08-12 · 422ms avg08-13 · 359ms avg08-13 · 359ms avg07-1508-13
AVG RESP 397ms
PRICE (captured 402, USD)
07-14 · $0.0108-13 · $0.01$0.0107-1408-13

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

SUB-SCORES (uptime + x402 compliance)
07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-1508-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
07-15 · $207-16 · $0.5907-17 · $107-18 · $0.4907-19 · $0.7407-20 · $0.2507-23 · $0.1007-24 · $0.1607-25 · $0.2007-27 · $107-28 · $207-29 · $307-30 · $307-31 · $408-01 · $0.0308-04 · $208-06 · $0.0908-07 · $108-08 · $0.1308-09 · $0.3408-10 · $0.3808-11 · $0.5008-12 · $108-13 · $0.22peak $407-1508-13
DISTINCT BUYERS
07-15 · 10 buyers07-16 · 11 buyers07-17 · 11 buyers07-18 · 11 buyers07-19 · 3 buyers07-20 · 3 buyers07-23 · 1 buyer07-24 · 4 buyers07-25 · 3 buyers07-27 · 4 buyers07-28 · 4 buyers07-29 · 5 buyers07-30 · 4 buyers07-31 · 2 buyers08-01 · 1 buyer08-04 · 4 buyers08-06 · 1 buyer08-07 · 4 buyers08-08 · 3 buyers08-09 · 2 buyers08-10 · 3 buyers08-11 · 4 buyers08-12 · 6 buyers08-13 · 3 buyerspeak 11 buyers07-1508-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-13 · last up 2026-08-13

  • 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 (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 343ms
● OK 112ms
● OK 380ms
● OK 392ms
● OK 242ms
● OK 435ms
● OK 503ms
● OK 364ms
● OK 227ms
● OK 452ms
● OK 194ms
● OK 410ms
● OK 508ms
● OK 230ms
● OK 442ms
● OK 456ms
● OK 198ms
● OK 392ms

EMBED THIS BADGE

Show that vaaya is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

vaaya listed on x402-list
status
vaaya uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/vaaya?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/vaaya.svg" alt="vaaya listed on x402-list" height="28">
</a>
// Markdown
[![vaaya on x402-list](https://x402-list.com/badge/vaaya.svg)](https://x402-list.com/services/vaaya?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/vaaya?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/vaaya.svg?data=uptime" alt="vaaya 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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/vaaya/update.