x402 List

x402 Protocol Service Directory

StableEnrich

Data

Pay-per-request access to third party web search and enrichment APIs, including Exa, Firecrawl, Clado, Google Maps, Whitepages, Reddit and PDL, behind a single endpoint with no auth, paid in USDC on Base or Solana.

Pay from $0.002 to $0.22 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://stableenrich.dev ENDPOINTS 10 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 43m 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
232ms
avg response
153ms
total checks
70
compliance A (11/11)

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

jump to compliance checklist

price $0.002 to $0.22 (p31 in Data)
price (min)
$0.002
price (max)
$0.22
category percentile (min)
p31 in Data
category percentile (max)
p90 in Data
endpoints / prices
10 / 8
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.

traction $1623.35 30d · 541 buyers
volume 30d
$1623.35
buyers 30d
541
settlements 30d
44,405
last settlement
2026-07-21
top buyer share
9% of 30d volume
trend 7d vs 30d
0.90x 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

A data enrichment service providing access to multiple APIs including Google Maps, Exa, Firecrawl, Reddit, Whitepages, and others for place details, content retrieval, and people search.

category
data-enrichment
in
mixed
auth
none
data-enrichmentgoogle-mapssearchpeople-searchcontent-retrievalcontact-enrichment

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 /api/clado/contacts-enrich $0.20 Base/Solana USDC
POST /api/exa/contents $0.002 Base/Solana USDC
POST /api/exa/search $0.01 Base/Solana USDC
POST /api/firecrawl/search $0.03 Base/Solana USDC
POST /api/fullenrich/people-search $0.14 Base/Solana USDC
GET /api/google-maps/place-details/full $0.05 Base/Solana USDC
GET /api/google-maps/place-details/partial $0.02 Base/Solana USDC
GET /api/google-maps/solar/building-insights $0.02 Base/Solana USDC
POST /api/reddit/search $0.02 Base/Solana USDC
POST /api/whitepages/person-search $0.22 Base/Solana USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/google-maps/place-details/full returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://stableenrich.dev/api/google-maps/place-details/full'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "50000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/google-maps/place-details/full",
      "tags": [
        "Google Maps"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Google Maps Place Details (Full)",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "placeId",
                    "excludeFields",
                    "languageCode"
                  ],
                  "properties": {
                    "placeId": {
                      "type": "string",
                      "minLength": 1
                    },
                    "languageCode": {
                      "type": "string",
                      "default": "en"
                    },
                    "excludeFields": {
                      "anyOf": [
                        {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        {
                          "type": "string"
                        }
                      ],
                      "default": [
                        "photos"
                      ]
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/google-maps/place-details/partial",
      "tags": [
        "Google Maps"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Google Maps Place Details (Partial)",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "placeId",
                    "excludeFields",
                    "languageCode"
                  ],
                  "properties": {
                    "placeId": {
                      "type": "string",
                      "minLength": 1
                    },
                    "languageCode": {
                      "type": "string",
                      "default": "en"
                    },
                    "excludeFields": {
                      "anyOf": [
                        {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        {
                          "type": "string"
                        }
                      ],
                      "default": [
                        "photos"
                      ]
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/google-maps/solar/building-insights",
      "tags": [
        "Google Maps"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Google Solar API - Closest building roof insights including imageryDate",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "latitude",
                    "longitude",
                    "requiredQuality"
                  ],
                  "properties": {
                    "latitude": {
                      "type": "number",
                      "maximum": 90,
                      "minimum": -90
                    },
                    "longitude": {
                      "type": "number",
                      "maximum": 180,
                      "minimum": -180
                    },
                    "requiredQuality": {
                      "enum": [
                        "LOW",
                        "MEDIUM",
                        "HIGH"
                      ],
                      "type": "string",
                      "default": "HIGH"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "200000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "200000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/clado/contacts-enrich",
      "tags": [
        "Clado"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Clado Contacts Enrichment - Enrich contact info from LinkedIn URL, email, or phone",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "linkedin_url": "https://www.linkedin.com/in/satyanadella",
              "email_enrichment": false,
              "phone_enrichment": false
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "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": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "email_enrichment",
                    "phone_enrichment"
                  ],
                  "properties": {
                    "email": {
                      "type": "string",
                      "description": "Email address to enrich"
                    },
                    "phone": {
                      "type": "string",
                      "description": "Phone number to enrich"
                    },
                    "linkedin_url": {
                      "type": "string",
                      "description": "LinkedIn profile URL to enrich"
                    },
                    "email_enrichment": {
                      "type": "boolean",
                      "default": false,
                      "description": "Request email enrichment (costs credits when found)"
                    },
                    "phone_enrichment": {
                      "type": "boolean",
                      "default": false,
                      "description": "Request phone enrichment (costs credits when found)"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "2000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/exa/contents",
      "tags": [
        "Exa"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Exa Contents - Retrieve content from URLs",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "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": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema"
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/exa/search",
      "tags": [
        "Exa"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Exa Search - Neural search across the web",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "type": "auto",
              "query": "hedge fund portfolio manager New York",
              "category": "people",
              "numResults": 10
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "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": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema"
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "25200",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "25200",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/firecrawl/search",
      "tags": [
        "Firecrawl"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Firecrawl Search - Search the web",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "limit": 5,
              "query": "best coffee shops"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "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": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "query",
                    "limit"
                  ],
                  "properties": {
                    "limit": {
                      "type": "number",
                      "default": 5,
                      "maximum": 10,
                      "minimum": 1,
                      "description": "Maximum number of results (max 10)"
                    },
                    "query": {
                      "type": "string",
                      "minLength": 1,
                      "description": "Search query to find relevant web pages"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "140000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "140000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/fullenrich/people-search",
      "tags": [
        "Fullenrich"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, and 20+ FullEnrich filters. Default lean roster: companies map + company_id refs; include_employment_history or verbose for full history. $0.14 when results found; free when no matches.",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "offset": 0,
              "person_names": [
                {
                  "value": "Julie Abel"
                }
              ],
              "person_skills": [
                {
                  "value": "Rust"
                },
                {
                  "value": "DeFi"
                }
              ],
              "person_locations": [
                {
                  "value": "New York"
                }
              ],
              "current_company_names": [
                {
                  "value": "Timber Creek High School"
                }
              ],
              "current_company_domains": [
                {
                  "value": "stripe.com"
                }
              ],
              "current_position_titles": [
                {
                  "value": "Software Engineer"
                }
              ],
              "current_position_seniority_level": [
                {
                  "value": "C-level"
                },
                {
                  "value": "VP"
                },
                {
                  "value": "Director"
                },
                {
                  "value": "Senior"
                }
              ]
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "people": [
                {
                  "location": {
                    "city": "San Francisco",
                    "country": "United States"
                  },
                  "full_name": "Jane Doe",
                  "employment": {
                    "current": {
                      "title": "VP Engineering",
                      "seniority": "VP",
                      "company_id": "co_stripe",
                      "is_current": true
                    }
                  },
                  "social_profiles": {
                    "professional_network": {
                      "url": "https://www.linkedin.com/in/janedoe"
                    }
                  }
                }
              ],
              "metadata": {
                "total": 1,
                "offset": 0
              },
              "companies": {
                "co_stripe": {
                  "id": "co_stripe",
                  "name": "Stripe",
                  "domain": "stripe.com"
                }
              }
            }
          }
        },
        "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": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema"
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "people": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "skills": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "location": {
                            "type": "object",
                            "properties": {
                              "city": {
                                "type": "string"
                              },
                              "region": {
                                "type": "string"
                              },
                              "country": {
                                "type": "string"
                              },
                              "country_code": {
                                "type": "string"
                              }
                            },
                            "additionalProperties": {}
                          },
                          "full_name": {
                            "type": "string"
                          },
                          "languages": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "language": {
                                  "type": "string"
                                },
                                "proficiency": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": {}
                            }
                          },
                          "last_name": {
                            "type": "string"
                          },
                          "educations": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "degree": {
                                  "type": "string"
                                },
                                "end_at": {
                                  "type": "string"
                                },
                                "start_at": {
                                  "type": "string"
                                },
                                "school_name": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": {}
                            }
                          },
                          "employment": {
                            "type": "object",
                            "properties": {
                              "all": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "title": {
                                      "type": "string"
                                    },
                                    "end_at": {
                                      "type": "string"
                                    },
                                    "company": {
                                      "type": "object",
                                      "properties": {
                                        "id": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "domain": {
                                          "type": "string"
                                        },
                                        "industry": {
                                          "type": "object",
                                          "properties": {
                                            "main_industry": {
                                              "type": "string"
                                            }
                                          },
                                          "additionalProperties": {}
                                        },
                                        "headcount": {
                                          "type": "integer",
                                          "maximum": 9007199254740991,
                                          "minimum": -9007199254740991
                                        },
                                        "locations": {
                                          "type": "object",
                                          "properties": {
                                            "offices": {
                                              "anyOf": [
                                                {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "object",
                                                    "properties": {
                                                      "line1": {
                                                        "type": "string"
                                                      },
                                                      "line2": {
                                                        "type": "string"
                                                      }
                                                    },
                                                    "additionalProperties": {}
                                                  }
                                                },
                                                {
                                                  "type": "null"
                                                }
                                              ]
                                            },
                                            "headquarters": {
                                              "type": "object",
                                              "properties": {
                                                "city": {
                                                  "type": "string"
                                                },
                                                "line1": {
                                                  "type": "string"
                                                },
                                                "line2": {
                                                  "type": "string"
                                                },
                                                "region": {
                                                  "type": "string"
                                                },
                                                "country": {
                                                  "type": "string"
                                                },
                                                "country_code": {
                                                  "type": "string"
                                                }
                                              },
                                              "additionalProperties": {}
                                            }
                                          },
                                          "additionalProperties": {}
                                        },
                                        "description": {
                                          "type": "string"
                                        },
                                        "specialties": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "company_type": {
                                          "type": "string"
                                        },
                                        "year_founded": {
                                          "type": "integer",
                                          "maximum": 9007199254740991,
                                          "minimum": -9007199254740991
                                        },
                                        "headcount_range": {
                                          "type": "string"
                                        },
                                        "social_profiles": {
                                          "type": "object",
                                          "properties": {
                                            "professional_network": {
                                              "type": "object",
                                              "properties": {
                                                "id": {
                                                  "type": "integer",
                                                  "maximum": 9007199254740991,
                                                  "minimum": -9007199254740991
                                                },
                                                "url": {
                                                  "type": "string"
                                                },
                                                "handle": {
                                                  "type": "string"
                                                },
                                                "connection_count": {
                                                  "type": "integer",
                                                  "maximum": 9007199254740991,
                                                  "minimum": -9007199254740991
                                                }
                                              },
                                              "additionalProperties": {}
                                            }
                                          },
                                          "additionalProperties": {}
                                        }
                                      },
                                      "additionalProperties": {}
                                    },
                                    "start_at": {
                                      "type": "string"
                                    },
                                    "seniority": {
                                      "type": "string"
                                    },
                                    "company_id": {
                                      "type": "string"
                                    },
                                    "is_current": {
                                      "type": "boolean"
                                    },
                                    "description": {
                                      "type": "string"
                                    },
                                    "job_functions": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "function": {
                                            "type": "string"
                                          },
                                          "sub_function": {
                                            "type": "string"
                                          }
                                        },
                                        "additionalProperties": {}
                                      }
                                    }
                                  },
                                  "additionalProperties": {}
                                }
                              },
                              "current": {
                                "type": "object",
                                "properties": {
                                  "title": {
                                    "type": "string"
                                  },
                                  "end_at": {
                                    "type": "string"
                                  },
                                  "company": {
                                    "type": "object",
                                    "properties": {
                                      "id": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "domain": {
                                        "type": "string"
                                      },
                                      "industry": {
                                        "type": "object",
                                        "properties": {
                                          "main_industry": {
                                            "type": "string"
                                          }
                                        },
                                        "additionalProperties": {}
                                      },
                                      "headcount": {
                                        "type": "integer",
                                        "maximum": 9007199254740991,
                                        "minimum": -9007199254740991
                                      },
                                      "locations": {
                                        "type": "object",
                                        "properties": {
                                          "offices": {
                                            "anyOf": [
                                              {
                                                "type": "array",
                                                "items": {
                                                  "type": "object",
                                                  "properties": {
                                                    "line1": {
                                                      "type": "string"
                                                    },
                                                    "line2": {
                                                      "type": "string"
                                                    }
                                                  },
                                                  "additionalProperties": {}
                                                }
                                              },
                                              {
                                                "type": "null"
                                              }
                                            ]
                                          },
                                          "headquarters": {
                                            "type": "object",
                                            "properties": {
                                              "city": {
                                                "type": "string"
                                              },
                                              "line1": {
                                                "type": "string"
                                              },
                                              "line2": {
                                                "type": "string"
                                              },
                                              "region": {
                                                "type": "string"
                                              },
                                              "country": {
                                                "type": "string"
                                              },
                                              "country_code": {
                                                "type": "string"
                                              }
                                            },
                                            "additionalProperties": {}
                                          }
                                        },
                                        "additionalProperties": {}
                                      },
                                      "description": {
                                        "type": "string"
                                      },
                                      "specialties": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "company_type": {
                                        "type": "string"
                                      },
                                      "year_founded": {
                                        "type": "integer",
                                        "maximum": 9007199254740991,
                                        "minimum": -9007199254740991
                                      },
                                      "headcount_range": {
                                        "type": "string"
                                      },
                                      "social_profiles": {
                                        "type": "object",
                                        "properties": {
                                          "professional_network": {
                                            "type": "object",
                                            "properties": {
                                              "id": {
                                                "type": "integer",
                                                "maximum": 9007199254740991,
                                                "minimum": -9007199254740991
                                              },
                                              "url": {
                                                "type": "string"
                                              },
                                              "handle": {
                                                "type": "string"
                                              },
                                              "connection_count": {
                                                "type": "integer",
                                                "maximum": 9007199254740991,
                                                "minimum": -9007199254740991
                                              }
                                            },
                                            "additionalProperties": {}
                                          }
                                        },
                                        "additionalProperties": {}
                                      }
                                    },
                                    "additionalProperties": {}
                                  },
                                  "start_at": {
                                    "type": "string"
                                  },
                                  "seniority": {
                                    "type": "string"
                                  },
                                  "company_id": {
                                    "type": "string"
                                  },
                                  "is_current": {
                                    "type": "boolean"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "job_functions": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "function": {
                                          "type": "string"
                                        },
                                        "sub_function": {
                                          "type": "string"
                                        }
                                      },
                                      "additionalProperties": {}
                                    }
                                  }
                                },
                                "additionalProperties": {}
                              }
                            },
                            "additionalProperties": {}
                          },
                          "first_name": {
                            "type": "string"
                          },
                          "social_profiles": {
                            "type": "object",
                            "properties": {
                              "professional_network": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "integer",
                                    "maximum": 9007199254740991,
                                    "minimum": -9007199254740991
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "handle": {
                                    "type": "string"
                                  },
                                  "connection_count": {
                                    "type": "integer",
                                    "maximum": 9007199254740991,
                                    "minimum": -9007199254740991
                                  }
                                },
                                "additionalProperties": {}
                              }
                            },
                            "additionalProperties": {}
                          }
                        },
                        "additionalProperties": {}
                      }
                    },
                    "metadata": {
                      "type": "object",
                      "properties": {
                        "total": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        },
                        "credits": {
                          "type": "number"
                        },
                        "search_after": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": {}
                    },
                    "companies": {
                      "type": "object",
                      "propertyNames": {
                        "type": "string"
                      },
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "industry": {
                            "type": "object",
                            "properties": {
                              "main_industry": {
                                "type": "string"
                              }
                            },
                            "additionalProperties": {}
                          },
                          "headcount": {
                            "type": "integer",
                            "maximum": 9007199254740991,
                            "minimum": -9007199254740991
                          },
                          "locations": {
                            "type": "object",
                            "properties": {
                              "offices": {
                                "anyOf": [
                                  {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "line1": {
                                          "type": "string"
                                        },
                                        "line2": {
                                          "type": "string"
                                        }
                                      },
                                      "additionalProperties": {}
                                    }
                                  },
                                  {
                                    "type": "null"
                                  }
                                ]
                              },
                              "headquarters": {
                                "type": "object",
                                "properties": {
                                  "city": {
                                    "type": "string"
                                  },
                                  "line1": {
                                    "type": "string"
                                  },
                                  "line2": {
                                    "type": "string"
                                  },
                                  "region": {
                                    "type": "string"
                                  },
                                  "country": {
                                    "type": "string"
                                  },
                                  "country_code": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": {}
                              }
                            },
                            "additionalProperties": {}
                          },
                          "description": {
                            "type": "string"
                          },
                          "specialties": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "company_type": {
                            "type": "string"
                          },
                          "year_founded": {
                            "type": "integer",
                            "maximum": 9007199254740991,
                            "minimum": -9007199254740991
                          },
                          "headcount_range": {
                            "type": "string"
                          },
                          "social_profiles": {
                            "type": "object",
                            "properties": {
                              "professional_network": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "integer",
                                    "maximum": 9007199254740991,
                                    "minimum": -9007199254740991
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "handle": {
                                    "type": "string"
                                  },
                                  "connection_count": {
                                    "type": "integer",
                                    "maximum": 9007199254740991,
                                    "minimum": -9007199254740991
                                  }
                                },
                                "additionalProperties": {}
                              }
                            },
                            "additionalProperties": {}
                          }
                        },
                        "additionalProperties": {}
                      }
                    }
                  },
                  "additionalProperties": {}
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/reddit/search",
      "tags": [
        "Reddit"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Reddit Search - Search Reddit posts",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "sort": "relevance",
              "query": "stablecoins",
              "timeframe": "all",
              "maxResults": 10
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "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": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "query",
                    "sort",
                    "timeframe",
                    "maxResults"
                  ],
                  "properties": {
                    "sort": {
                      "enum": [
                        "relevance",
                        "new",
                        "top",
                        "comment_count"
                      ],
                      "type": "string",
                      "default": "relevance",
                      "description": "Sort order for results"
                    },
                    "after": {
                      "type": "string",
                      "description": "Pagination cursor"
                    },
                    "query": {
                      "type": "string",
                      "minLength": 1,
                      "description": "Search term for Reddit posts"
                    },
                    "timeframe": {
                      "enum": [
                        "all",
                        "day",
                        "week",
                        "month",
                        "year"
                      ],
                      "type": "string",
                      "default": "all",
                      "description": "Time range filter"
                    },
                    "maxResults": {
                      "type": "number",
                      "default": 10,
                      "maximum": 25,
                      "minimum": 1,
                      "description": "Maximum results to return"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
        "amount": "220000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
        "amount": "220000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableenrich.dev/api/whitepages/person-search",
      "tags": [
        "Whitepages"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Whitepages Person Search - Find people by name, phone, address",
      "serviceName": "StableEnrich"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "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": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "city": {
                      "type": "string",
                      "description": "City name"
                    },
                    "name": {
                      "type": "string",
                      "description": "Full name to search for"
                    },
                    "phone": {
                      "type": "string",
                      "description": "Phone number"
                    },
                    "radius": {
                      "type": "number",
                      "maximum": 100,
                      "description": "Radius in miles from address (max 100)"
                    },
                    "street": {
                      "type": "string",
                      "description": "Street address"
                    },
                    "max_age": {
                      "type": "number",
                      "description": "Maximum age filter"
                    },
                    "min_age": {
                      "type": "number",
                      "description": "Minimum age filter"
                    },
                    "zipcode": {
                      "type": "string",
                      "description": "ZIP code"
                    },
                    "last_name": {
                      "type": "string",
                      "description": "Last name"
                    },
                    "first_name": {
                      "type": "string",
                      "description": "First name"
                    },
                    "state_code": {
                      "type": "string",
                      "description": "Two-letter state code"
                    },
                    "excludeFields": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "include_historical_locations": {
                      "type": "boolean",
                      "description": "Include historical addresses in radius search"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 159ms avg07-21 · uptime 100.0% · 158ms avg07-2007-21
RESPONSE TIME
07-20 · 159ms avg07-20 · 159ms avg07-21 · 158ms avg07-21 · 158ms avg07-2007-21
90d UPTIME 100%
UPTIME 90D 100%
AVG RESP 157ms
TOTAL CHECKS 73

RECENT CHECKS

TIME STATUS RESP
● OK 102ms
● SLOW 566ms
● OK 93ms
● OK 215ms
● OK 55ms
● OK 78ms
● OK 192ms
● OK 169ms
● OK 202ms
● OK 75ms
● OK 88ms
● OK 66ms
● OK 109ms
● OK 173ms
● OK 138ms
● OK 90ms
● SLOW 239ms
● OK 59ms

OVER TIME

All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/stableenrich/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)
07-20 · $0.0207-21 · $0.02$0.0207-2007-21

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

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
04-22 · $5504-23 · $11704-24 · $6404-25 · $1904-26 · $2204-27 · $7504-28 · $5404-29 · $6004-30 · $8305-01 · $2405-02 · $6705-03 · $3305-04 · $4905-05 · $5405-06 · $25005-07 · $79905-08 · $6205-09 · $4105-10 · $1405-11 · $5005-12 · $6805-13 · $19605-14 · $4905-15 · $3405-16 · $10405-17 · $4405-18 · $7905-19 · $10105-20 · $15705-21 · $7705-22 · $11405-23 · $2605-24 · $4105-25 · $8705-26 · $10105-27 · $16005-28 · $9005-29 · $2805-30 · $1705-31 · $4106-01 · $6806-02 · $11006-03 · $4506-04 · $8606-05 · $4806-06 · $2006-07 · $5006-08 · $4606-09 · $10106-10 · $3906-11 · $2606-12 · $13006-13 · $2706-14 · $2506-15 · $5106-16 · $14306-17 · $9206-18 · $8206-19 · $4906-20 · $2106-21 · $2906-22 · $7206-23 · $7806-24 · $21106-25 · $14806-26 · $5606-27 · $5706-28 · $1106-29 · $2606-30 · $6107-01 · $7407-02 · $4407-03 · $2907-04 · $2807-05 · $1007-06 · $3607-07 · $4607-08 · $6907-09 · $5707-10 · $2507-11 · $2007-12 · $3107-13 · $6407-14 · $6207-15 · $5407-16 · $6707-17 · $6507-18 · $1707-19 · $2707-20 · $5907-21 · $9peak $79904-2207-21
DISTINCT BUYERS
04-22 · 49 buyers04-23 · 53 buyers04-24 · 47 buyers04-25 · 33 buyers04-26 · 25 buyers04-27 · 51 buyers04-28 · 44 buyers04-29 · 56 buyers04-30 · 49 buyers05-01 · 43 buyers05-02 · 25 buyers05-03 · 26 buyers05-04 · 48 buyers05-05 · 49 buyers05-06 · 71 buyers05-07 · 53 buyers05-08 · 54 buyers05-09 · 36 buyers05-10 · 21 buyers05-11 · 64 buyers05-12 · 63 buyers05-13 · 58 buyers05-14 · 60 buyers05-15 · 53 buyers05-16 · 50 buyers05-17 · 67 buyers05-18 · 95 buyers05-19 · 90 buyers05-20 · 92 buyers05-21 · 83 buyers05-22 · 76 buyers05-23 · 56 buyers05-24 · 59 buyers05-25 · 59 buyers05-26 · 60 buyers05-27 · 69 buyers05-28 · 75 buyers05-29 · 67 buyers05-30 · 35 buyers05-31 · 28 buyers06-01 · 63 buyers06-02 · 52 buyers06-03 · 60 buyers06-04 · 53 buyers06-05 · 56 buyers06-06 · 35 buyers06-07 · 36 buyers06-08 · 62 buyers06-09 · 62 buyers06-10 · 57 buyers06-11 · 59 buyers06-12 · 58 buyers06-13 · 33 buyers06-14 · 36 buyers06-15 · 70 buyers06-16 · 69 buyers06-17 · 72 buyers06-18 · 68 buyers06-19 · 55 buyers06-20 · 34 buyers06-21 · 41 buyers06-22 · 66 buyers06-23 · 58 buyers06-24 · 59 buyers06-25 · 58 buyers06-26 · 52 buyers06-27 · 36 buyers06-28 · 45 buyers06-29 · 54 buyers06-30 · 59 buyers07-01 · 61 buyers07-02 · 49 buyers07-03 · 39 buyers07-04 · 30 buyers07-05 · 31 buyers07-06 · 50 buyers07-07 · 52 buyers07-08 · 52 buyers07-09 · 63 buyers07-10 · 44 buyers07-11 · 31 buyers07-12 · 44 buyers07-13 · 70 buyers07-14 · 62 buyers07-15 · 66 buyers07-16 · 55 buyers07-17 · 57 buyers07-18 · 39 buyers07-19 · 36 buyers07-20 · 51 buyers07-21 · 18 buyerspeak 95 buyers04-2207-21

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 StableEnrich is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

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