coinslot.dev
coinslot.dev
· coinslot.dev
Check an email address: RFC syntax, live MX records via DNS-over-HTTPS, and disposable-domain screening. POST { email } or { emails: [...] } (max 20).
coinslot.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Raw error
HTTP 404
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://coinslot.dev/api/convert
|
0.002 | USDC |
https://coinslot.dev/api/cron
|
0.002 | USDC |
https://coinslot.dev/api/diff
|
0.002 | USDC |
https://coinslot.dev/api/email-verify
|
0.003 | USDC |
https://coinslot.dev/api/extract
|
0.003 | USDC |
https://coinslot.dev/api/feed-to-json
|
0.004 | USDC |
https://coinslot.dev/api/html-to-markdown
|
0.005 | USDC |
https://coinslot.dev/api/json-schema-validate
|
0.003 | USDC |
https://coinslot.dev/api/markdown-to-html
|
0.003 | USDC |
https://coinslot.dev/api/qr
|
0.005 | USDC |
https://coinslot.dev/api/read-page
|
0.005 | USDC |
https://coinslot.dev/api/timezone
|
0.002 | USDC |
https://coinslot.dev/api/validate-ids
|
0.003 | USDC |
0x31f767855ee8f03fe313ab6a3929ebbf16eb42ab · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
single_payer_observed
2/5
Payer identities observed; a single payer accounts for effectively all observed volume.
single_day_concentration —
Most observed volume landed on a single day of the window.
daily_volume_aggregate, active_day_cadence, amount_regularity, spike_concentration, settlement_wallet_overlap, payer_uniqueness, payer_concentration, payer_recurrence, payer_payee_overlap.
Derived from agent_revenue_daily, agents.payment_wallet, agent_payment_transactions.
Measured 2026-08-19.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://coinslot.dev/.well-known/agent-card.json |
| Provider | https://coinslot.dev |
| Docs | https://coinslot.dev |
Health · last 24 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/coinslot.dev) [](https://agenstry.com/agents/coinslot.dev) [](https://agenstry.com/agents/coinslot.dev) [](https://agenstry.com/agents/coinslot.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "coinslot-dev",
"name": "coinslot.dev",
"description": "",
"domain": "coinslot.dev",
"provider": "coinslot.dev",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://coinslot.dev/api/convert",
"description": "Convert an array of JSON objects to CSV (nested keys become dot-path columns) or CSV back to JSON. POST { direction: 'json-to-csv'|'csv-to-json', data }.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "direction",
"type": "string",
"description": "",
"example": "json-to-csv",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://coinslot.dev/api/cron",
"description": "Parse a 5-field cron expression: get a plain-English explanation and the next N run times (UTC). POST { expression, count?, from? }.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "count",
"type": "number",
"description": "",
"example": 3,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "expression",
"type": "string",
"description": "",
"example": "30 9 * * MON-FRI",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/diff",
"description": "Line-based diff of two texts. Returns unified diff plus structured changes (added/removed/unchanged counts and hunks). POST { a, b, context? } (max 200KB each).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "a",
"type": "string",
"description": "",
"example": "roses are red\nviolets are blue",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "b",
"type": "string",
"description": "",
"example": "roses are red\nviolets are #4a69bd",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/email-verify",
"description": "Check an email address: RFC syntax, live MX records via DNS-over-HTTPS, and disposable-domain screening. POST { email } or { emails: [...] } (max 20).",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "email",
"type": "string",
"description": "",
"example": "hello@anthropic.com",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://coinslot.dev/api/extract",
"description": "Pull structured data out of raw text: emails, URLs, IPv4/IPv6, phone numbers, dates. Deduplicated with counts. POST { text } (max 500KB).",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "Reach ada@example.com or +1 415 555 0142 before 2026-09-01. Docs: https://coinslot.dev/api \u2014 server 10.0.0.1.",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/feed-to-json",
"description": "Parse an RSS 2.0 or Atom feed into clean JSON: title, items with link/date/summary, HTML stripped. POST { xml } (max 1MB) or { url } to fetch.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "xml",
"type": "string",
"description": "",
"example": "<rss><channel><title>Demo Feed</title><item><title>Machines buy things now</title><link>https://coinslot.dev</link><pubDate>Thu, 06 Aug 2026 09:00:00 GMT</pubDate><description>XML goes in, JSON comes out.</description></item></channel></rss>",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/html-to-markdown",
"description": "Convert HTML to clean Markdown: headings, links, images, lists, tables, code blocks, emphasis. Strips scripts, styles, and comments. POST { html } (max 500KB).",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "html",
"type": "string",
"description": "",
"example": "<h1>Hi</h1><p>This was <strong>HTML</strong> a moment ago.</p><ul><li>now</li><li>it is</li><li>markdown</li></ul>",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/json-schema-validate",
"description": "Validate a JSON document against a JSON Schema (draft-07 core subset: types, required, enums, ranges, patterns, nesting, anyOf/allOf/oneOf). Returns all violations with paths. POST { schema, data }.",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "schema",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/markdown-to-html",
"description": "Render Markdown (GitHub-flavored: tables, fenced code, task lists) to clean HTML with raw inline HTML stripped. POST { markdown } (max 500KB).",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "markdown",
"type": "string",
"description": "",
"example": "# Hello\n\nThis **markdown** becomes HTML.\n\n| a | b |\n|---|---|\n| 1 | 2 |",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/qr",
"description": "Generate a QR code as standalone SVG. POST { text, ecLevel?: 'L'|'M'|'Q'|'H', margin?: 0-8, dark?, light? } (text max 2KB).",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "https://coinslot.dev",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/read-page",
"description": "Fetch a public URL and return its content as clean Markdown plus title and metadata. One call instead of fetch + parse + convert. POST { url, maxBytes? } (default 1MB cap).",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://coinslot.dev/api/timezone",
"description": "Convert a timestamp between IANA timezones with DST handled correctly. Returns local times, UTC offsets, weekday, and hour-of-day per zone. POST { time?, from?, to } \u2014 to is a zone or array (max 20).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "from",
"type": "string",
"description": "",
"example": "America/Chicago",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "time",
"type": "string",
"description": "",
"example": "2026-08-06T15:00:00",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://coinslot.dev/api/validate-ids",
"description": "Validate identifiers with real checksum math: credit card (Luhn + brand), IBAN (mod-97), EAN-13/UPC-A, ISBN-10/13, UUID (with version). POST { type, value } or { items: [{type, value}] } (max 50).",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "items",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.005",
"avgCostPerTransaction": "0.003231",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "Coinslot",
"tags": [
"utilities",
"data",
"coinslot"
],
"iconUrl": ""
}
}