kg.dyor.network
kg.dyor.network
· kg.dyor.network
Comprehensive risk and opportunity analysis for any crypto entity. Returns all active signals with full evidence across 28 signal types: smart money flows, DeFi risk, governance, token unlocks, yield anomalies, and cross-domain convergence alerts. Includes AI-synthesized narratives with actionability ratings. Free signal browsing at GET /api/insights/signals, full catalog at GET /api/signals/catalog | ZWING Intelligence (https://zwing.bot) — contact: v@zwing.bot, Telegram: @valery_zzz
kg.dyor.network 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.
F
Conformance score: 19/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 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://kg.dyor.network/.well-known/agent-card.json |
| Provider | https://kg.dyor.network |
| Docs | https://kg.dyor.network |
Health · last 2 probes
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/kg.dyor.network) [](https://agenstry.com/agents/kg.dyor.network) [](https://agenstry.com/agents/kg.dyor.network) [](https://agenstry.com/agents/kg.dyor.network)
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": "kg-dyor-network",
"name": "kg.dyor.network",
"description": "Comprehensive risk and opportunity analysis for any crypto entity. Returns all active signals with full evidence across 28 signal types: smart money flows, DeFi risk, governance, token unlocks, yield anomalies, and cross-domain convergence alerts. Includes AI-synthesized narratives with actionability ratings. Free signal browsing at GET /api/insights/signals, full catalog at GET /api/signals/catalog | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"domain": "kg.dyor.network",
"provider": "kg.dyor.network",
"providerUrl": "",
"category": "",
"networks": [
"eip155:8453"
],
"enriched": false,
"endpoints": [
{
"url": "https://kg.dyor.network/api/sparql",
"description": "Query the DYOR crypto knowledge graph using SPARQL. Covers 586K+ entities across 8,200+ protocols, tokens, chains, investors, governance, and DeFi data from DefiLlama, CryptoRank, CoinGecko, TokenTerminal, Snapshot, and Tally. Ontology: https://kg.dyor.network/ontology/core/dyor.ttl \u2014 free schema at GET /api/schema | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"pricing": {
"amount": "1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "PREFIX dk: <https://schema.dyor.bot/crypto-kg#> SELECT ?token ?name WHERE { ?token a dk:Token ; <http://schema.org/name> ?name } LIMIT 10",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://kg.dyor.network/api/search",
"description": "Semantic search over 586K+ crypto entities \u2014 find tokens, protocols, chains, investors, and people by name or meaning. Combines exact name matching with vector similarity for fuzzy discovery. Returns URIs, labels, and similarity scores | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"pricing": {
"amount": "1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "Ethereum",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://kg.dyor.network/api/explore",
"description": "Explore a crypto entity's relationships across investors, team members, ecosystem chains, DeFi pools, GitHub repositories, governance, and financial metrics. Cross-references data from multiple sources to reveal hidden connections between protocols, tokens, and organizations | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"pricing": {
"amount": "1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "entity_name",
"type": "string",
"description": "",
"example": "Aave",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "focus",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://kg.dyor.network/api/timeseries",
"description": "Query historical crypto time-series data: token prices, market caps, TVL, protocol revenue, fees, DeFi pool APY, lending rates, stablecoin supply, and treasury balances. Data from CoinGecko, DefiLlama, TokenTerminal, and CryptoRank updated daily. Free schema at GET /api/schema lists all tables and columns | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"pricing": {
"amount": "1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "sql_query",
"type": "string",
"description": "",
"example": "SELECT entity_id, \"currentPrice\", \"marketCap\" FROM ts_coingecko_token WHERE date = CURRENT_DATE ORDER BY \"marketCap\" DESC LIMIT 10",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://kg.dyor.network/api/changes",
"description": "Track real-time changes to the crypto knowledge graph \u2014 new tokens listed, protocol metrics updated, investor relationships added, governance proposals created. Monitor the pulse of the crypto ecosystem as data flows in from multiple sources daily | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"pricing": {
"amount": "1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "limit",
"type": "number",
"description": "",
"example": 50,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "since_hours",
"type": "number",
"description": "",
"example": 72,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://kg.dyor.network/api/insights/entity/Ethereum",
"description": "Comprehensive risk and opportunity analysis for any crypto entity. Returns all active signals with full evidence across 28 signal types: smart money flows, DeFi risk, governance, token unlocks, yield anomalies, and cross-domain convergence alerts. Includes AI-synthesized narratives with actionability ratings. Free signal browsing at GET /api/insights/signals, full catalog at GET /api/signals/catalog | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"pricing": {
"amount": "20",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "since_hours",
"type": "number",
"description": "",
"example": 168,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://kg.dyor.network/api/insights/batch",
"description": "Portfolio-level risk analysis: get comprehensive signals and narratives for up to 10 crypto entities in a single call. Returns full evidence across all 28 signal types per entity \u2014 insider flows, DeFi risk, governance, token unlocks, and cross-domain convergence. Ideal for portfolio monitoring, due diligence, and institutional risk assessment | ZWING Intelligence (https://zwing.bot) \u2014 contact: v@zwing.bot, Telegram: @valery_zzz",
"pricing": {
"amount": "50",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "entities",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "since_hours",
"type": "number",
"description": "",
"example": 168,
"enumValues": [],
"default": null,
"required": false
}
]
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "1",
"maxAmount": "50",
"avgCostPerTransaction": "10.71",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": []
}
}