x402 List

x402 Protocol Service Directory

Exa

AI ✓ VERIFIED

verified until 2026-07-27

AI-native semantic/neural web search API. Pay-per-query via x402 for agents without API keys.

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

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://api.exa.ai WEBSITE https://exa.ai ENDPOINTS 1 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-01-20 MONITORED SINCE 2026-04-15

ASSESSMENT

updated 1h 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
952ms
avg response
925ms
total checks
7,232
compliance A (11/11)

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

jump to compliance checklist

price $0.007 (p45 in AI)
price (min)
$0.007
category percentile (min)
p45 in AI
endpoints / prices
1 / 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.

traction $39.23 30d · 205 buyers
volume 30d
$39.23
buyers 30d
205
settlements 30d
5,737
last settlement
2026-07-20
top buyer share
19% of 30d volume
trend 7d vs 30d
0.88x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

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 semantic/neural web search capabilities through an API

category
web-search
in
body
searchaineuralweb

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 /search Semantic/neural web search $0.007 Base/Solana USDC
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /search 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://api.exa.ai/search'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required to access this resource",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "acceptId": "legacy",
          "totalUsd": 0.006999999999999999,
          "breakdown": {
            "search": 0.006999999999999999
          }
        },
        "payTo": "0x6d6E695b09861467c7d462f5AAF31cF3540B9192",
        "amount": "7000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "acceptId": "solana-usdc-mainnet",
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
          "totalUsd": 0.006999999999999999,
          "breakdown": {
            "search": 0.006999999999999999
          }
        },
        "payTo": "12Ec2cJmfR1C9uwejzxcuMhUgEC7wDrLgm1wBvvR5w9E",
        "amount": "7000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://api.exa.ai/search",
      "mimeType": "application/json",
      "description": "Exa /search endpoint"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "type": "auto",
              "query": "example search query",
              "numResults": 10
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "results": [
                {
                  "url": "https://example.com",
                  "score": 0.99,
                  "title": "Example"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "bodyType",
                "body",
                "method"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "query"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "description": "Search type: auto, keyword, neural, deep-lite, deep, deep-reasoning"
                    },
                    "query": {
                      "type": "string",
                      "description": "Search query"
                    },
                    "contents": {
                      "type": "object",
                      "description": "Content fields to include: text, highlights, summary"
                    },
                    "numResults": {
                      "type": "number",
                      "description": "Number of results to return (max 10 for x402)"
                    }
                  }
                },
                "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"
                }
              }
            }
          }
        }
      },
      "agentkit": {
        "info": {
          "uri": "https://api.exa.ai/search",
          "nonce": "a852f24b53ab559574b27668f6575a80",
          "domain": "api.exa.ai",
          "version": "1",
          "issuedAt": "2026-06-16T10:38:00.669Z",
          "resources": [
            "https://api.exa.ai/search"
          ],
          "statement": "Verify your agent is backed by a real human to access Exa"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "domain",
            "address",
            "uri",
            "version",
            "chainId",
            "type",
            "nonce",
            "issuedAt",
            "signature"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "uri"
            },
            "type": {
              "type": "string"
            },
            "nonce": {
              "type": "string"
            },
            "domain": {
              "type": "string"
            },
            "address": {
              "type": "string"
            },
            "chainId": {
              "type": "string"
            },
            "version": {
              "type": "string"
            },
            "issuedAt": {
              "type": "string",
              "format": "date-time"
            },
            "notBefore": {
              "type": "string",
              "format": "date-time"
            },
            "requestId": {
              "type": "string"
            },
            "resources": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "uri"
              }
            },
            "signature": {
              "type": "string"
            },
            "statement": {
              "type": "string"
            },
            "expirationTime": {
              "type": "string",
              "format": "date-time"
            }
          }
        },
        "_options": {
          "mode": {
            "type": "free-trial",
            "uses": 100
          },
          "network": "eip155:480",
          "statement": "Verify your agent is backed by a real human to access Exa"
        },
        "supportedChains": [
          {
            "type": "eip191",
            "chainId": "eip155:480"
          },
          {
            "type": "eip1271",
            "chainId": "eip155:480"
          }
        ]
      }
    },
    "x402Version": 2
  }
]

UPTIME

06-21 · uptime 100.0% · 894ms avg06-22 · uptime 100.0% · 911ms avg06-23 · uptime 100.0% · 931ms avg06-24 · uptime 100.0% · 881ms avg06-25 · uptime 100.0% · 1049ms avg06-26 · uptime 100.0% · 1139ms avg06-27 · uptime 100.0% · 1026ms avg06-28 · uptime 100.0% · 1003ms avg06-29 · uptime 100.0% · 1066ms avg06-30 · uptime 100.0% · 1156ms avg07-01 · uptime 100.0% · 1179ms avg07-02 · uptime 100.0% · 1153ms avg07-03 · uptime 100.0% · 913ms avg07-04 · uptime 100.0% · 883ms avg07-05 · uptime 100.0% · 882ms avg07-06 · uptime 100.0% · 812ms avg07-07 · uptime 100.0% · 914ms avg07-08 · uptime 100.0% · 879ms avg07-09 · uptime 99.6% · 884ms avg07-10 · uptime 100.0% · 864ms avg07-11 · uptime 99.6% · 836ms avg07-12 · uptime 100.0% · 857ms avg07-13 · uptime 100.0% · 908ms avg07-14 · uptime 100.0% · 949ms avg07-15 · uptime 100.0% · 988ms avg07-16 · uptime 100.0% · 923ms avg07-17 · uptime 100.0% · 838ms avg07-18 · uptime 100.0% · 600ms avg07-19 · uptime 100.0% · 607ms avg07-20 · uptime 100.0% · 593ms avg06-2107-20
RESPONSE TIME
06-21 · 894ms avg06-21 · 894ms avg06-22 · 911ms avg06-22 · 911ms avg06-23 · 931ms avg06-23 · 931ms avg06-24 · 881ms avg06-24 · 881ms avg06-25 · 1049ms avg06-25 · 1049ms avg06-26 · 1139ms avg06-26 · 1139ms avg06-27 · 1026ms avg06-27 · 1026ms avg06-28 · 1003ms avg06-28 · 1003ms avg06-29 · 1066ms avg06-29 · 1066ms avg06-30 · 1156ms avg06-30 · 1156ms avg07-01 · 1179ms avg07-01 · 1179ms avg07-02 · 1153ms avg07-02 · 1153ms avg07-03 · 913ms avg07-03 · 913ms avg07-04 · 883ms avg07-04 · 883ms avg07-05 · 882ms avg07-05 · 882ms avg07-06 · 812ms avg07-06 · 812ms avg07-07 · 914ms avg07-07 · 914ms avg07-08 · 879ms avg07-08 · 879ms avg07-09 · 884ms avg07-09 · 884ms avg07-10 · 864ms avg07-10 · 864ms avg07-11 · 836ms avg07-11 · 836ms avg07-12 · 857ms avg07-12 · 857ms avg07-13 · 908ms avg07-13 · 908ms avg07-14 · 949ms avg07-14 · 949ms avg07-15 · 988ms avg07-15 · 988ms avg07-16 · 923ms avg07-16 · 923ms avg07-17 · 838ms avg07-17 · 838ms avg07-18 · 600ms avg07-18 · 600ms avg07-19 · 607ms avg07-19 · 607ms avg07-20 · 593ms avg07-20 · 593ms avg06-2107-20
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 925ms
TOTAL CHECKS 7,244

RECENT CHECKS

TIME STATUS RESP
● OK 485ms
● OK 650ms
● OK 480ms
● OK 696ms
● OK 802ms
● OK 955ms
● OK 516ms
● OK 491ms
● OK 612ms
● OK 561ms
● OK 589ms
● OK 850ms
● OK 530ms
● OK 644ms
● OK 809ms
● OK 874ms
● OK 545ms
● OK 776ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/exa/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).

PRICE (captured 402, USD)
06-20 · $0.00707-20 · $0.007$0.00706-2007-20
SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 99.9% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-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% checksuptimecompliance07-1307-20
VOLUME (on-chain settlement, USD)
06-20 · $0.1406-21 · $106-22 · $0.6006-23 · $106-24 · $0.8006-25 · $206-26 · $0.7206-27 · $0.5206-28 · $0.8106-29 · $0.9006-30 · $0.8307-01 · $0.7407-02 · $207-03 · $107-04 · $0.8007-05 · $807-06 · $207-07 · $307-08 · $107-09 · $0.6407-10 · $0.7007-11 · $0.6107-12 · $0.7607-13 · $0.8607-14 · $207-15 · $207-16 · $0.9007-17 · $0.9207-18 · $0.9007-19 · $0.8907-20 · $0.36peak $806-2007-20
DISTINCT BUYERS
06-20 · 5 buyers06-21 · 18 buyers06-22 · 14 buyers06-23 · 21 buyers06-24 · 31 buyers06-25 · 16 buyers06-26 · 15 buyers06-27 · 19 buyers06-28 · 29 buyers06-29 · 15 buyers06-30 · 23 buyers07-01 · 23 buyers07-02 · 14 buyers07-03 · 19 buyers07-04 · 15 buyers07-05 · 13 buyers07-06 · 26 buyers07-07 · 16 buyers07-08 · 19 buyers07-09 · 16 buyers07-10 · 17 buyers07-11 · 13 buyers07-12 · 13 buyers07-13 · 14 buyers07-14 · 23 buyers07-15 · 18 buyers07-16 · 18 buyers07-17 · 14 buyers07-18 · 17 buyers07-19 · 16 buyers07-20 · 9 buyerspeak 31 buyers06-2007-20

COMPLIANCE

11/11 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

EMBED THIS BADGE

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

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