JSON utility API — shape, get, pluck, validate, repair, batch. 7 endpoints at $0.001-$0.01 each. USDC on Base via x402.
Pay from $0.001 per request in USDC on Arbitrum One / Base / Polygon / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-06-27 · $3.66 all-time · settled via coinbase
ASSESSMENT
updated 3h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 48.6%
- uptime 24h
- 0%
- uptime 7d
- 0%
- uptime 30d
- 48.6%
- uptime 90d
- 53.2%
- response p95
- 365ms
- avg response
- 274ms
- total checks
- 1,945
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (12/12), stale (probe failing)
12 of 12 x402 conformance checks pass. Full checklist below.
price $0.001 (p9 in Data)
- price (min)
- $0.001
- category percentile (min)
- p9 in Data
- endpoints / prices
- 7 / 1
- model
- flat
- stability
- 30%
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 $0.147 30d · 6 buyers
- volume 30d
- $0.147
- buyers 30d
- 6
- settlements 30d
- 44
- first settlement
- 2026-06-27
- last settlement
- 2026-07-22
- top buyer share
- 45% of 30d volume
- trend 7d vs 30d
- 0.00x the 30d daily rate
- networks
- eip155:137, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
- volume all-time
- $3.66
- settlements all-time
- 113
- median settlement 30d
- $0.001
- max settlement 30d
- $0.01
- settled via
- coinbase ($0.15, 44 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-derivedProvides JSON data manipulation and validation services through various endpoints
- category
- -processing
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /batch | $0.001 | Arbitrum One/Base/Polygon/Solana | USDC | - | |
| POST | /get | $0.001 | Base | USDC | - | |
| POST | /multi-pluck | $0.001 | Arbitrum One/Base/Polygon/Solana | USDC | - | |
| POST | /pluck | $0.001 | Base | USDC | - | |
| POST | /repair | $0.001 | Base | USDC | - | |
| POST | /shape | $0.001 | Base | USDC | - | |
| POST | /validate | $0.001 | Base | USDC | - |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /batch returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://find-my-json.com/batch'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 300
},
{
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:480",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "Db1WoY7uGoqoGvipoGW9p79dd67223xKqdAq7neKxsAc",
"amount": "1000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://find-my-json.com/multi-pluck",
"tags": [
"json",
"tools",
"api",
"multi-pluck",
"extract"
],
"mimeType": "application/json",
"description": "Resolve up to 50 dot-notation paths, each against its own JSON object, in one call. Get just the extracted values without holding 50 full blobs in context.",
"serviceName": "find-my-json /multi-pluck"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"queries": [
{
"query": "notes.cool",
"object": {
"notes": {
"cool": "yes"
}
}
},
{
"query": "items[0].name",
"object": {
"items": [
{
"name": "foo"
}
]
}
}
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"found": 2,
"total": 2,
"results": [
{
"found": true,
"query": "notes.cool",
"value": "yes"
},
{
"found": true,
"query": "items[0].name",
"value": "foo"
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"queries"
],
"properties": {
"queries": {
"type": "array",
"items": {
"type": "object",
"required": [
"query",
"object"
],
"properties": {
"query": {
"type": "string",
"description": "Dot-notation path to resolve, e.g. 'notes.cool' or 'items[*].id'"
},
"object": {
"type": [
"object",
"array"
],
"description": "The JSON blob to resolve the query against"
}
}
},
"description": "Up to 50 query+object pairs to resolve in one call"
}
}
},
"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",
"properties": {
"found": {
"type": "integer"
},
"total": {
"type": "integer"
},
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"found": {
"type": "boolean"
},
"query": {
"type": "string"
},
"value": {}
}
}
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 300
},
{
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xE35885Cf3811B3714C3fabd35f494A12298E9c08",
"amount": "1000",
"scheme": "exact",
"network": "eip155:480",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "Db1WoY7uGoqoGvipoGW9p79dd67223xKqdAq7neKxsAc",
"amount": "1000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://find-my-json.com/batch",
"tags": [
"json",
"tools",
"api",
"batch",
"bulk"
],
"mimeType": "application/json",
"description": "Run up to 100 mixed JSON operations (shape, get, pluck, multi-pluck, validate) in a single call. Process large blobs without loading them into context.",
"serviceName": "find-my-json /batch"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"commands": [
{
"object": {
"a": 1
},
"command": "shape"
},
{
"path": "b.c",
"object": {
"b": {
"c": 2
}
},
"command": "get"
},
{
"paths": [
"x",
"y"
],
"object": {
"x": 1,
"y": 2
},
"command": "pluck"
},
{
"object": {
"ok": true
},
"command": "validate"
},
{
"command": "multi-pluck",
"queries": [
{
"query": "id",
"object": {
"id": 1
}
},
{
"query": "name",
"object": {
"name": "alice"
}
}
]
}
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"total": 2,
"results": [
{
"result": {
"shape": "a"
},
"command": "shape"
},
{
"result": {
"path": "b.c",
"found": true,
"value": 2
},
"command": "get"
}
],
"successful": 2
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"commands"
],
"properties": {
"commands": {
"type": "array",
"items": {
"type": "object",
"oneOf": [
{
"required": [
"command",
"object"
],
"properties": {
"object": {
"type": [
"object",
"array"
],
"description": "JSON blob to extract shape from"
},
"command": {
"type": "string",
"const": "shape"
}
},
"description": "shape command: extract shape of a JSON blob"
},
{
"required": [
"command",
"object",
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Dot-notation path, e.g. 'items[0].name'"
},
"object": {
"type": [
"object",
"array"
],
"description": "JSON blob to query"
},
"command": {
"type": "string",
"const": "get"
}
},
"description": "get command: resolve a single dot-notation path"
},
{
"required": [
"command",
"object",
"paths"
],
"properties": {
"paths": {
"type": "array",
"items": {
"type": "string"
},
"description": "Up to 100 dot-notation paths"
},
"object": {
"type": [
"object",
"array"
],
"description": "JSON blob to query"
},
"command": {
"type": "string",
"const": "pluck"
}
},
"description": "pluck command: resolve multiple paths against the same object"
},
{
"required": [
"command",
"object"
],
"properties": {
"object": {},
"command": {
"type": "string",
"const": "validate"
}
},
"description": "validate command: check if a value is a valid JSON object/array"
},
{
"required": [
"command",
"queries"
],
"properties": {
"command": {
"type": "string",
"const": "multi-pluck"
},
"queries": {
"type": "array",
"items": {
"type": "object",
"required": [
"query",
"object"
],
"properties": {
"query": {
"type": "string"
},
"object": {
"type": [
"object",
"array"
]
}
}
},
"description": "Up to 50 query+object pairs"
}
},
"description": "multi-pluck command: resolve multiple query+object pairs"
},
{
"required": [
"command",
"object"
],
"properties": {
"object": {
"type": "string",
"description": "Malformed JSON text"
},
"command": {
"type": "string",
"const": "repair"
}
},
"description": "repair command: repair malformed JSON text and return structured JSON"
},
{
"required": [
"command",
"object"
],
"properties": {
"object": {
"type": "string",
"description": "Valid JSON text"
},
"command": {
"type": "string",
"const": "format"
}
},
"description": "format command: pretty-print valid JSON text"
}
]
},
"description": "Up to 100 mixed commands to execute in one call"
}
}
},
"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",
"properties": {
"total": {
"type": "integer"
},
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"error": {
"type": "string"
},
"index": {
"type": "integer"
},
"result": {},
"command": {
"type": "string"
}
}
}
},
"successful": {
"type": "integer"
}
}
}
}
}
}
}
}
},
"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/find-my-json/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.
Median across 7 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
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.
COMPLIANCE
12/12 checks pass · grade A · stale (probe failing)last 402 captured 2026-07-21 · last up 2026-07-25
- 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
EMBED THIS BADGE
<a href="https://x402-list.com/services/find-my-json?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/find-my-json.svg" alt="find-my-json listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/find-my-json?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/find-my-json?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/find-my-json.svg?data=uptime" alt="find-my-json uptime on x402-list" height="28"> </a>