DEX Data & Agent Utilities
DONNY NGUYEN LLC builds developer and AI-agent infrastructure: MCP servers for on-chain market data, pay-per-call HTTP 402 endpoints settling USDC on Base, and public data actors on Apify.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.05 USDC on Base to 0x2740…3a96F. The signed payment is good for 5 minutes.
- Paid to
- 0x2740…3a96F
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 50000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x2740651e046c59aB2A6510401140643292d3a96F",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"since": "2026-01-01",
"ticker": "NVDA"
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"since": "2026-01-01",
"issuer": {
"cik": "0001045810",
"name": "NVIDIA CORP",
"ticker": "NVDA",
"exchanges": [
"Nasdaq"
]
},
"changed": true,
"filings": [
{
"form": "4",
"filingDate": "2026-08-27",
"reportDate": "2026-08-25",
"isAmendment": false,
"ownershipClass": "section-16-insider",
"accessionNumber": "0001140361-26-034741",
"primaryDocumentUrl": "https://www.sec.gov/Archives/edgar/data/1045810/000114036126034741/xslF345X06/form4.xml"
}
],
"returns": "Filing-level changes and the document URL to read. Owner names and share counts live inside each Form 4 / 13D document and are not parsed here.",
"endpoint": "/edgar/insiders",
"nextSince": "2026-08-27",
"attribution": "Source: U.S. Securities and Exchange Commission EDGAR. US Government public-domain records, read live at call time.",
"notIncluded": "Form 144 (a notice of a PROPOSED sale) and Form 13F.",
"formsCovered": [
"3",
"3/A",
"4",
"4/A",
"5",
"5/A",
"SC 13D",
"SC 13D/A",
"SC 13G",
"SC 13G/A"
]
}
}
},
"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"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"ticker",
"since"
],
"properties": {
"cik": {
"type": "string",
"description": "SEC Central Index Key, 1 to 10 digits (e.g. 1045810). Alternative to ticker; supplying either one is enough."
},
"forms": {
"type": "string",
"description": "Comma separated filter within the ownership set, e.g. 4 or SC 13D. A form also matches its /A amendment. Anything outside Forms 3, 4, 5, SC 13D and SC 13G is never returned by this route."
},
"limit": {
"type": "string",
"description": "Maximum filings returned, 1 to 200 (default 50). Active issuers file many Form 4s; matched and truncated tell you when you hit the cap."
},
"since": {
"type": "string",
"description": "ISO date YYYY-MM-DD. INCLUSIVE cursor: ownership filings on this date are returned. Required — this endpoint returns a delta, not a dump."
},
"ticker": {
"type": "string",
"description": "Exchange ticker, e.g. NVDA. Resolved through SEC company_tickers.json. Send cik instead when you have it. If both are sent, cik wins."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-23 05:34Z
- Last indexed by Roundhouse
- 2026-09-24 10:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-10 18:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 23 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service DEX Data & Agent Utilities and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=DEX%20Data%20%26%20Agent%20Utilities' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://x402.donnyautomation.com/edgar/insiders, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.