{"x402Version":2,"payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","resources":[{"id":13211,"slug":"13211","resource":"https://hlrisk.paidapis.net/api/hl-liquidation-risk","description":"Hyperliquid BTC/ETH perpetual futures liquidation risk index: notional at risk if leveraged price moves ±1%/3%/5%, position closest to liquidation, biggest tracked position, funding rate","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"BTC":{"biggestTrackedPosition":{"liquidationPx":715159.1,"notionalUsd":5120190.21,"side":"short"},"closestToLiquidation":{"liquidationPx":80114.99,"notionalUsd":413.37,"pctMoveToLiquidation":0.0116,"side":"short"},"dataAsOf":"2026-09-08T00:43:33.906Z","funding":-0.0000069816,"longNotionalAtRiskUsd":{"1%":0,"3%":41101.37,"5%":54623.19},"markPx":79199,"shortNotionalAtRiskUsd":{"1%":0,"3%":712.71,"5%":836.24},"trackedPositions":26},"note":"Based on addresses observed actively trading BTC/ETH recently — not a full census of every open position on Hyperliquid."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_xdmnqyvi"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"tags":["bazaar","builder-code"],"sourceHost":"hlrisk.paidapis.net","lastUpdated":"2026-09-13T22:27:02.682Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T22:27:02.471Z"},"liveness":{},"verified":false,"featured":false},{"id":12406,"slug":"12406","resource":"https://lab.paidapis.net/api/freshness-priced-data","description":"Freshness-tiered pricing: gas price + ETH/USD price, same data either way. ?freshness=cached ($0.002) serves the last known values with no network call; ?freshness=live ($0.02) forces a guaranteed-current fetch right now.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"freshness":"cached"},"type":"http"},"output":{"example":{"ethPriceCachedAt":"","ethUsdPrice":0,"freshness":"cached","gasPriceGwei":0,"gasSampleCount":0,"servedAt":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"freshness":{"description":"Either \"cached\" (default) or \"live\".","enum":["cached","live"],"type":"string"}},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"ethPriceCachedAt":{"type":["string","null"]},"ethUsdPrice":{"type":["number","null"]},"freshness":{"enum":["cached","live"],"type":"string"},"gasPriceGwei":{"type":["number","null"]},"gasSampleCount":{"type":"integer"},"servedAt":{"type":"string"}},"type":"object"}}}}}},"builder-code":{"info":{"a":"bc_xdmnqyvi"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"tags":["bazaar","builder-code"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-17T03:32:53.621Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-17T03:32:53.389Z"},"liveness":{},"verified":false,"featured":false},{"id":12407,"slug":"12407","resource":"https://lab.paidapis.net/api/invoice/create","description":"Machine-to-machine invoicing: issue a signed invoice now (payerAddress, amountUsdc, optional lineItems/memo/dueBy); the payer settles it later at its own dynamically-priced /pay sub-resource, instead of paying synchronously like every other endpoint here.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"amountUsdc":0,"dueBy":"","lineItems":"","memo":"","payerAddress":""},"method":"POST","type":"http"},"output":{"example":{"amountUsdc":0,"dueBy":"","invoiceId":"","payUrl":"","payerAddress":"","signature":"","signerAddress":"","status":"pending"},"type":"json"}},"schema":{"properties":{"input":{"properties":{"body":{"properties":{"amountUsdc":{"description":"Total amount due, in USDC.","type":"number"},"dueBy":{"description":"ISO 8601 due date (default 7 days out).","type":"string"},"lineItems":{"description":"JSON array of {\"description\",\"amountUsdc\"} objects, for record-keeping.","type":"string"},"memo":{"description":"Free-text note.","type":"string"},"payerAddress":{"description":"Wallet address expected to pay this invoice.","type":"string"}},"required":["payerAddress","amountUsdc"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"amountUsdc":{"type":"number"},"dueBy":{"type":"string"},"invoiceId":{"type":"string"},"payUrl":{"type":"string"},"payerAddress":{"type":"string"},"signature":{"type":"string"},"signerAddress":{"type":"string"},"status":{"enum":["pending","paid"],"type":"string"}},"type":"object"}}}}}},"builder-code":{"info":{"a":"bc_xdmnqyvi"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"tags":["bazaar","builder-code"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-13T23:13:41.702Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T23:13:41.435Z"},"liveness":{},"verified":false,"featured":false},{"id":12408,"slug":"12408","resource":"https://lab.paidapis.net/api/market-snapshot","description":"Aggregated market snapshot: Ethereum mainnet gas price (Gwei), ETH/USD spot price, and the latest Base mainnet block number and timestamp — combined into one call. Optional ?ref=<address> pays that wallet a 20% referral cut, sent as a separate on-chain transfer after settlement.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"ref":""},"type":"http"},"output":{"example":{"dataAsOf":"","ethUsdPrice":0,"gasPriceGwei":0,"latestBaseBlock":{"number":0,"timestamp":""}},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"ref":{"description":"Wallet address to pay a referral cut to.","type":"string"}},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"dataAsOf":{"type":"string"},"ethUsdPrice":{"type":"number"},"gasPriceGwei":{"type":"number"},"latestBaseBlock":{"properties":{"number":{"type":"integer"},"timestamp":{"type":"string"}},"type":"object"}},"type":"object"}}}}}},"builder-code":{"info":{"a":"bc_xdmnqyvi"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"tags":["bazaar","builder-code"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T18:57:20.17Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T18:57:19.982Z"},"liveness":{},"verified":false,"featured":false},{"id":12409,"slug":"12409","resource":"https://lab.paidapis.net/api/verify-tx","description":"Oracle: checks whether a base transaction hash has confirmed on-chain, and returns a signed (EIP-191) yes/no attestation — verifiable independently against 0x5a6d60f11C0E33f97E2De12b8B2b70d1B1FE9Efc, without trusting us again on a later call.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"txHash":""},"type":"http"},"output":{"example":{"blockNumber":0,"chain":"","checkedAt":"","confirmed":false,"signature":"","signerAddress":"","txHash":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"txHash":{"description":"32-byte transaction hash to check.","type":"string"}},"required":["txHash"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"blockNumber":{"type":["integer","null"]},"chain":{"type":"string"},"checkedAt":{"type":"string"},"confirmed":{"type":"boolean"},"signature":{"type":"string"},"signerAddress":{"type":"string"},"txHash":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:29:36.187Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:29:28.718Z"},"liveness":{},"verified":false,"featured":false},{"id":12410,"slug":"12410","resource":"https://lab.paidapis.net/api/verify-tx-multi-source","description":"Multi-source oracle: checks a Base tx hash against 3 independent RPC providers in parallel and only signs an attestation if all of them unanimously agree. If they disagree, the raw per-source breakdown is returned instead of a false attestation — stronger trust than the single-source oracle, priced accordingly.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"txHash":""},"type":"http"},"output":{"example":{"agreeingSources":0,"blockNumber":0,"chain":"","checkedAt":"","confirmed":false,"consensusReached":false,"signature":"","signed":false,"signerAddress":"","sources":[],"totalSources":0,"txHash":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"txHash":{"description":"32-byte transaction hash to check.","type":"string"}},"required":["txHash"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"agreeingSources":{"type":"integer"},"blockNumber":{"type":["integer","null"]},"chain":{"type":"string"},"checkedAt":{"type":"string"},"confirmed":{"type":["boolean","null"]},"consensusReached":{"type":"boolean"},"signature":{"type":"string"},"signed":{"type":"boolean"},"signerAddress":{"type":"string"},"sources":{"items":{"type":"object"},"type":"array"},"totalSources":{"type":"integer"},"txHash":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:29:32.446Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:29:32.232Z"},"liveness":{},"verified":false,"featured":false},{"id":12411,"slug":"12411","resource":"https://lab.paidapis.net/api/subscriptions/register","description":"Register a subscription (yours or one you manage for another agent) for renewal-reminder tracking. Bookkeeping only — no auto-renewal, no custody, this server never pays on your behalf. Fires a webhook once per cycle when the reminder window opens.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"amountUsdc":0,"nextRenewalAt":"","ownerAddress":"","reminderLeadSeconds":0,"renewsEverySeconds":0,"serviceName":"","serviceUrl":"","webhookUrl":""},"method":"POST","type":"http"},"output":{"example":{"amountUsdc":0,"nextRenewalAt":"","ownerAddress":"","reminderLeadSeconds":0,"renewsEverySeconds":0,"serviceName":"","serviceUrl":"","status":"active","subscriptionId":"","webhookUrl":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"body":{"properties":{"amountUsdc":{"description":"Renewal amount, in USDC.","type":"number"},"nextRenewalAt":{"description":"ISO 8601 date of the next renewal (default: now + renewsEverySeconds).","type":"string"},"ownerAddress":{"description":"Wallet address this subscription belongs to.","type":"string"},"reminderLeadSeconds":{"description":"Seconds before nextRenewalAt to fire the reminder, up to 2592000 (default 60).","type":"integer"},"renewsEverySeconds":{"description":"Renewal period length, in seconds.","type":"integer"},"serviceName":{"description":"Display name of the subscribed service (max 80 chars).","type":"string"},"serviceUrl":{"description":"URL of the subscribed service.","type":"string"},"webhookUrl":{"description":"Public http(s) URL to POST a reminder to before renewal is due.","type":"string"}},"required":["ownerAddress","serviceName","serviceUrl","amountUsdc","renewsEverySeconds"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"amountUsdc":{"type":"number"},"nextRenewalAt":{"type":"string"},"ownerAddress":{"type":"string"},"reminderLeadSeconds":{"type":"integer"},"renewsEverySeconds":{"type":"integer"},"serviceName":{"type":"string"},"serviceUrl":{"type":"string"},"status":{"enum":["active","cancelled"],"type":"string"},"subscriptionId":{"type":"string"},"webhookUrl":{"type":["string","null"]}},"type":"object"}}}}}},"builder-code":{"info":{"a":"bc_xdmnqyvi"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"tags":["bazaar","builder-code"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-13T01:14:15.968Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T01:14:15.716Z"},"liveness":{},"verified":false,"featured":false},{"id":12412,"slug":"12412","resource":"https://lab.paidapis.net/api/batch-resize","description":"Batch task-runner: run up to 5 image-resize jobs in one paid call (?jobs=<JSON array of {url,width,height}>). Priced as the sum of each job's real output-megapixel cost — one payment covers N heterogeneous units of work instead of paying per call for each.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"jobs":""},"type":"http"},"output":{"example":{"failedCount":0,"processedAt":"","results":[],"succeededCount":0,"totalJobs":0},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"jobs":{"description":"JSON array (max 5) of {\"url\",\"width\",\"height\"} objects.","type":"string"}},"required":["jobs"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"failedCount":{"type":"integer"},"processedAt":{"type":"string"},"results":{"items":{"type":"object"},"type":"array"},"succeededCount":{"type":"integer"},"totalJobs":{"type":"integer"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:29:16.335Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:29:16.207Z"},"liveness":{},"verified":false,"featured":false},{"id":12413,"slug":"12413","resource":"https://lab.paidapis.net/api/gas-history-export","description":"Historical data export: raw Ethereum gas price samples over a date range (?from=, ?to=, ISO 8601, max 24h; ?format=json|csv). Priced at $0.0005/sample (min $0.005) — the real row count for your range, not a flat fee.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"format":"json","from":"","to":""},"type":"http"},"output":{"example":{"from":"","sampleCount":0,"samples":[],"to":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"format":{"description":"Either \"json\" (default) or \"csv\".","enum":["json","csv"],"type":"string"},"from":{"description":"ISO 8601 range start.","type":"string"},"to":{"description":"ISO 8601 range end.","type":"string"}},"required":["from","to"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"from":{"type":"string"},"sampleCount":{"type":"integer"},"samples":{"items":{"properties":{"gasPriceGwei":{"type":"number"},"timestamp":{"type":"string"}},"type":"object"},"type":"array"},"to":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:29:12.183Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:29:11.973Z"},"liveness":{},"verified":false,"featured":false},{"id":12414,"slug":"12414","resource":"https://lab.paidapis.net/api/reputation","description":"Reputation layer: a trust score (?address=) computed from two real sources — live on-chain activity (via enrichment) and our own ledger of settled payments this address has actually made to us. No third-party data, fully documented breakdown, not a black box.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"address":""},"type":"http"},"output":{"example":{"address":"","breakdown":{},"checkedAt":"","signals":{},"trustScore":0},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"address":{"description":"Address to score.","type":"string"}},"required":["address"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"address":{"type":"string"},"breakdown":{"type":"object"},"checkedAt":{"type":"string"},"signals":{"type":"object"},"trustScore":{"type":"number"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:29:08.337Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:29:08.204Z"},"liveness":{},"verified":false,"featured":false},{"id":12415,"slug":"12415","resource":"https://lab.paidapis.net/api/insured-feed/subscribe","description":"Insured data feed: pay a premium for an ETH/USD price snapshot (?premiumUsdc=, ?maxDeviationPct=, ?checkDelaySeconds=). If the real price has drifted more than your insured tolerance by the checkpoint, claim a 2x refund — a real payout for genuinely stale data, not a fabricated failure.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"POST","queryParams":{"checkDelaySeconds":0,"maxDeviationPct":0,"premiumUsdc":0,"subscriberAddress":""},"type":"http"},"output":{"example":{"actualDeviationPct":0,"checkAt":"","liveEthUsdPriceAtCheck":0,"maxDeviationPct":0,"premiumUsdc":0,"snapshotEthUsdPrice":0,"status":"pending-check","subscribedAt":"","subscriberAddress":"","subscriptionId":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"checkDelaySeconds":{"description":"Seconds until the checkpoint, up to 3600 (default 30).","type":"integer"},"maxDeviationPct":{"description":"Insured tolerance in percent (default 1).","type":"number"},"premiumUsdc":{"description":"Premium to pay, up to 5.","type":"number"},"subscriberAddress":{"description":"Wallet address eligible for the insurance payout.","type":"string"}},"required":["subscriberAddress","premiumUsdc"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"actualDeviationPct":{"type":["number","null"]},"checkAt":{"type":"string"},"liveEthUsdPriceAtCheck":{"type":["number","null"]},"maxDeviationPct":{"type":"number"},"premiumUsdc":{"type":"number"},"snapshotEthUsdPrice":{"type":"number"},"status":{"enum":["pending-check","held","claim-eligible","refunded"],"type":"string"},"subscribedAt":{"type":"string"},"subscriberAddress":{"type":"string"},"subscriptionId":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:28:15.783Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:28:15.403Z"},"liveness":{},"verified":false,"featured":false},{"id":12416,"slug":"12416","resource":"https://lab.paidapis.net/api/bundle/subscribe","description":"Bundle/all-access pass: one payment unlocks 2 minutes of free access to /api/bundle/market-snapshot, /api/bundle/normalized-gas, and /api/bundle/gas-metrics — instead of paying each separately (?subscriberAddress= required). New mechanic: an access-control check gates every bundled route before it runs.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"POST","queryParams":{"subscriberAddress":""},"type":"http"},"output":{"example":{"subscriberAddress":"","unlockedUntil":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"subscriberAddress":{"description":"Wallet address to grant bundle access to.","type":"string"}},"required":["subscriberAddress"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"subscriberAddress":{"type":"string"},"unlockedUntil":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:28:11.375Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:28:11.228Z"},"liveness":{},"verified":false,"featured":false},{"id":12417,"slug":"12417","resource":"https://lab.paidapis.net/api/leaderboard/list","description":"Leaderboard: pay a tiny fee to appear on a ranked scoreboard (?name=, ?url=, ?note=). No underlying data product — pure visibility. Ranked by cumulative amount paid; paying again bumps your rank.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"POST","queryParams":{"name":"","note":"","url":""},"type":"http"},"output":{"example":{"message":"","status":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"name":{"description":"Display name to list (max 80 chars).","type":"string"},"note":{"description":"Optional short note.","type":"string"},"url":{"description":"Optional URL to associate with the listing.","type":"string"}},"required":["name"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"message":{"type":"string"},"status":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:28:07.602Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:28:07.48Z"},"liveness":{},"verified":false,"featured":false},{"id":12418,"slug":"12418","resource":"https://lab.paidapis.net/api/resize-image","description":"Task-runner: resize an image (?url=, ?width=, ?height=, max 2000px each) and return it as a data URL. Priced at $0.02/output-megapixel (min $0.005) — sells compute, metered by resource use, not a flat fee.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"height":0,"url":"","width":0},"type":"http"},"output":{"example":{"format":"","height":0,"imageDataUrl":"","resizedAt":"","sizeBytes":0,"width":0},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"height":{"description":"Output height in px, up to 2000.","type":"integer"},"url":{"description":"Public http(s) URL of the source image.","type":"string"},"width":{"description":"Output width in px, up to 2000.","type":"integer"}},"required":["url","width","height"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"format":{"type":"string"},"height":{"type":"integer"},"imageDataUrl":{"type":"string"},"resizedAt":{"type":"string"},"sizeBytes":{"type":"integer"},"width":{"type":"integer"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:27:59.498Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:27:59.363Z"},"liveness":{},"verified":false,"featured":false},{"id":12419,"slug":"12419","resource":"https://lab.paidapis.net/api/escrow/create","description":"Escrow-lite: payment settles immediately, like every other endpoint here — but the purchased resource is withheld until our oracle confirms your named release condition (a given tx hash confirming on-chain). Soft escrow: delayed delivery, not real fund custody.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"txHash":""},"method":"POST","type":"http"},"output":{"example":{"createdAt":"","escrowId":"","releaseCondition":{},"status":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"body":{"properties":{"txHash":{"description":"32-byte transaction hash that must confirm to release the resource.","type":"string"}},"required":["txHash"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"createdAt":{"type":"string"},"escrowId":{"type":"string"},"releaseCondition":{"type":"object"},"status":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:27:55.083Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:27:54.858Z"},"liveness":{},"verified":false,"featured":false},{"id":12420,"slug":"12420","resource":"https://lab.paidapis.net/api/alerts/subscribe","description":"Alerting: register a one-shot webhook that fires when Ethereum gas price crosses your threshold — the server pushes to you when it happens, instead of you polling for it.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"condition":"above","thresholdGwei":0,"webhookUrl":""},"method":"POST","type":"http"},"output":{"example":{"alertId":"","condition":"above","createdAt":"","firedAt":"","gasPriceGweiAtTrigger":0,"status":"active","thresholdGwei":0,"webhookUrl":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"body":{"properties":{"condition":{"description":"Either \"above\" or \"below\".","enum":["above","below"],"type":"string"},"thresholdGwei":{"description":"Gas price threshold in Gwei.","type":"number"},"webhookUrl":{"description":"Public http(s) URL to POST to when the alert fires.","type":"string"}},"required":["webhookUrl","condition","thresholdGwei"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"alertId":{"type":"string"},"condition":{"enum":["above","below"],"type":"string"},"createdAt":{"type":"string"},"firedAt":{"type":["string","null"]},"gasPriceGweiAtTrigger":{"type":["number","null"]},"status":{"enum":["active","fired","delivery-failed"],"type":"string"},"thresholdGwei":{"type":"number"},"webhookUrl":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:27:45.547Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:27:45.404Z"},"liveness":{},"verified":false,"featured":false},{"id":12421,"slug":"12421","resource":"https://lab.paidapis.net/api/attestation-log","description":"Audit trail: a verifiable, timestamped log of past oracle attestations (?limit=, default 20). Each entry carries its own signature from the verify-tx endpoint; the returned page is also freshly signed as a whole.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":0},"type":"http"},"output":{"example":{"attestations":[],"count":0,"generatedAt":"","pageSignature":"","signerAddress":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"limit":{"description":"Max entries to return, 1-100 (default 20).","type":"integer"}},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"attestations":{"items":{"type":"object"},"type":"array"},"count":{"type":"integer"},"generatedAt":{"type":"string"},"pageSignature":{"type":"string"},"signerAddress":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:27:18.531Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:27:18.398Z"},"liveness":{},"verified":false,"featured":false},{"id":12422,"slug":"12422","resource":"https://lab.paidapis.net/api/wiki-summary","description":"Format conversion: Wikipedia's own REST API serves full rendered HTML, not JSON. This fetches an article's lead section (?title=) and returns clean, tag-free paragraph text as JSON.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"title":""},"type":"http"},"output":{"example":{"convertedAt":"","paragraphs":[],"sourceUrl":"","title":""},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"title":{"description":"Wikipedia article title.","type":"string"}},"required":["title"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"convertedAt":{"type":"string"},"paragraphs":{"items":{"type":"string"},"type":"array"},"sourceUrl":{"type":"string"},"title":{"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:27:05.881Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:27:05.749Z"},"liveness":{},"verified":false,"featured":false},{"id":12423,"slug":"12423","resource":"https://lab.paidapis.net/api/reliable-eth-price","description":"Reliability: ETH/USD price with retry-with-backoff and last-known-good cache fallback layered on top — sells dependability, not the raw data itself. Optional ?simulateFailureRate=0-1 for demoing the fallback path.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"simulateFailureRate":0},"type":"http"},"output":{"example":{"attempts":0,"cacheAgeSeconds":0,"ethUsdPrice":0,"simulateFailureRate":0,"source":"live"},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"simulateFailureRate":{"description":"0-1, simulates upstream failures to demo the fallback path.","type":"number"}},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"attempts":{"type":"integer"},"cacheAgeSeconds":{"type":["number","null"]},"ethUsdPrice":{"type":"number"},"simulateFailureRate":{"type":"number"},"source":{"enum":["live","cache-fallback"],"type":"string"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:27:02.045Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:27:01.926Z"},"liveness":{},"verified":false,"featured":false},{"id":12424,"slug":"12424","resource":"https://lab.paidapis.net/api/enrich-address","description":"Enrichment: attaches real on-chain context to a bare address (contract vs EOA, native balance, transaction count, new-vs-active classification) — checkable facts only, no unverifiable labels.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"address":""},"type":"http"},"output":{"example":{"address":"","classification":"contract","isContract":false,"nativeBalanceEth":0,"transactionCount":0},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"address":{"description":"Address to look up.","type":"string"}},"required":["address"],"type":"object"}}},"output":{"properties":{"example":{"properties":{"address":{"type":"string"},"classification":{"enum":["contract","new-wallet","active-wallet"],"type":"string"},"isContract":{"type":"boolean"},"nativeBalanceEth":{"type":"number"},"transactionCount":{"type":"integer"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:26:55.549Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:26:55.311Z"},"liveness":{},"verified":false,"featured":false},{"id":12425,"slug":"12425","resource":"https://lab.paidapis.net/api/large-usdc-transfers","description":"Filtering: USDC on Base settles thousands of transfers a minute. This scans the raw feed and returns only transfers above a value threshold (?minUsd=, default $10,000) — the noise removed, not delivered.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"minUsd":0},"type":"http"},"output":{"example":{"dataAsOf":"","minUsd":0,"rawEventCount":0,"scannedBlocks":0,"transfers":[]},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"minUsd":{"description":"Minimum USD value to include (default 10000).","type":"number"}},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"dataAsOf":{"type":"string"},"minUsd":{"type":"number"},"rawEventCount":{"type":"integer"},"scannedBlocks":{"type":"integer"},"transfers":{"items":{"properties":{"amountUsdc":{"type":"number"},"blockNumber":{"type":"integer"},"from":{"type":"string"},"to":{"type":"string"},"txHash":{"type":"string"}},"type":"object"},"type":"array"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:26:51.578Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:26:51.401Z"},"liveness":{},"verified":false,"featured":false},{"id":12426,"slug":"12426","resource":"https://lab.paidapis.net/api/gas-comparator","description":"Cross-chain gas comparator: real, current gas price on Ethereum and Base side by side, with the delta and ratio between them, plus the estimated USD cost of a standard 21,000-gas transfer on each chain (using the live ETH/USD price). No advice or 'cheaper chain' verdict — just the numbers.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"base":{},"checkedAt":"","deltaGwei":0,"ethUsdPrice":0,"ethereum":{},"ratio":0},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"base":{"type":"object"},"checkedAt":{"type":"string"},"deltaGwei":{"type":"number"},"ethUsdPrice":{"type":"number"},"ethereum":{"type":"object"},"ratio":{"type":"number"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:26:47.309Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:26:47.195Z"},"liveness":{},"verified":false,"featured":false},{"id":12427,"slug":"12427","resource":"https://lab.paidapis.net/api/normalized-gas","description":"Normalization: Ethereum and Base both return gas price and block data as raw hex (wei, Unix seconds) with no shared shape. This cleans both into one consistent schema per chain — decimal Gwei, ISO 8601 timestamps.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"dataAsOf":"","snapshots":[]},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"dataAsOf":{"type":"string"},"snapshots":{"items":{"properties":{"blockNumber":{"type":"integer"},"blockTimestamp":{"type":"string"},"chain":{"type":"string"},"gasPriceGwei":{"type":"number"}},"type":"object"},"type":"array"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:26:43.646Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:26:43.425Z"},"liveness":{},"verified":false,"featured":false},{"id":12428,"slug":"12428","resource":"https://lab.paidapis.net/api/gas-metrics","description":"Derived metrics: Ethereum gas price sampled continuously in the background and turned into rolling average, min/max, volatility, and trend direction over a window (?windowMinutes=, default 10) — none of which exist in the raw upstream feed's single instantaneous value.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"windowMinutes":0},"type":"http"},"output":{"example":{"average":0,"current":0,"max":0,"min":0,"sampleCount":0,"stdDev":0,"trend":"up","windowMinutes":0},"type":"json"}},"schema":{"properties":{"input":{"properties":{"queryParams":{"properties":{"windowMinutes":{"description":"Window size in minutes (default 10).","type":"number"}},"required":[],"type":"object"}}},"output":{"properties":{"example":{"properties":{"average":{"type":["number","null"]},"current":{"type":["number","null"]},"max":{"type":["number","null"]},"min":{"type":["number","null"]},"sampleCount":{"type":"integer"},"stdDev":{"type":["number","null"]},"trend":{"enum":["up","down","flat","insufficient-data"],"type":"string"},"windowMinutes":{"type":"integer"}},"type":"object"}}}}}}},"tags":["bazaar"],"sourceHost":"lab.paidapis.net","lastUpdated":"2026-09-12T15:19:04.101Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T15:19:03.916Z"},"liveness":{},"verified":false,"featured":false}]}