random.openverbs.com
random.openverbs.com
· random.openverbs.com
Draw a random sample from a provided array — without replacement by default (a fair shuffle), or with replacement when unique is false. count defaults to 1.
random.openverbs.com 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.
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://random.openverbs.com/v1/bytes
|
0.002 | USDC |
https://random.openverbs.com/v1/integer
|
0.002 | USDC |
https://random.openverbs.com/v1/sample
|
0.002 | USDC |
https://random.openverbs.com/v1/string
|
0.002 | USDC |
0xb3f4de103f34b99f0da19b4f16d6b53a14c2194a · 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.
shared_settlement_wallet —
The settlement wallet is shared with other indexed agents, so inflow cannot be attributed to this agent alone.
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-09-08.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://random.openverbs.com |
| Provider | https://random.openverbs.com |
| Docs | https://random.openverbs.com |
Health · last 0 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/random.openverbs.com) [](https://agenstry.com/agents/random.openverbs.com) [](https://agenstry.com/agents/random.openverbs.com) [](https://agenstry.com/agents/random.openverbs.com)
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": "random-openverbs-com",
"name": "random.openverbs.com",
"description": "",
"domain": "random.openverbs.com",
"provider": "random.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://random.openverbs.com/v1/bytes",
"description": "Generate cryptographically-secure random bytes, returned as hex, base64 or base64url.",
"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": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "encoding",
"type": "string",
"description": "",
"example": "hex",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Random bytes",
"tags": [
"random bytes",
"secure random bytes",
"csprng bytes api",
"generate entropy",
"hex random data"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://random.openverbs.com/v1/integer",
"description": "Generate one or more uniformly-distributed random integers in an inclusive [min, max] range.",
"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": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "max",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "min",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Random integers",
"tags": [
"random integer",
"secure random number",
"random number in range",
"generate integers",
"uniform integer api"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://random.openverbs.com/v1/sample",
"description": "Draw a random sample from a provided array \u2014 without replacement by default (a fair shuffle), or with replacement when unique is false. count defaults to 1.",
"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": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "items",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "unique",
"type": "boolean",
"description": "",
"example": false,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Random sample",
"tags": [
"random sample array",
"shuffle array items",
"pick random item",
"sample without replacement",
"draw random subset"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://random.openverbs.com/v1/string",
"description": "Generate a random string of a given length from a named charset (alphanumeric, alpha, lower, upper, numeric, hex, base58) or a custom alphabet. Unbiased character selection.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "alphabet",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "charset",
"type": "string",
"description": "",
"example": "alphanumeric",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "length",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Random string",
"tags": [
"random string",
"generate random token",
"secure password string",
"alphanumeric random",
"base58 random string"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.002",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "Random",
"tags": [
"random bytes",
"secure random bytes",
"csprng bytes api",
"generate entropy",
"hex random data",
"random integer",
"secure random number",
"random number in range",
"generate integers",
"uniform integer api",
"random sample array",
"shuffle array items",
"pick random item",
"sample without replacement",
"draw random subset",
"random string",
"generate random token",
"secure password string",
"alphanumeric random",
"base58 random string"
],
"iconUrl": ""
}
}