Trending Crypto Coins
POST agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/trending
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Trending cryptocurrencies right now. Returns the coins most searched on CoinGecko in the last 24h with symbol, name, market-cap rank, current USD price, 24h change % and image. No parameters required. For discovery agents, market monitoring, momentum screening and 'what's hot in crypto' feeds.
Resource: agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/trending
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xCe339395d7f2ea5a5009022EF1C392Fb208a989E
Payment methods: — · Last validation: —
{
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 7,
"maximum": 15,
"minimum": 1,
"description": "How many trending coins to return (CoinGecko lists up to 15)."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"machine",
"route",
"items"
],
"properties": {
"count": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": [
"string",
"null"
]
},
"name": {
"type": [
"string",
"null"
]
},
"score": {
"type": [
"integer",
"null"
]
},
"symbol": {
"type": [
"string",
"null"
]
},
"imageUrl": {
"type": [
"string",
"null"
]
},
"priceUsd": {
"type": [
"number",
"null"
]
},
"change24hPct": {
"type": [
"number",
"null"
]
},
"marketCapRank": {
"type": [
"integer",
"null"
]
}
}
}
},
"route": {
"type": "string"
},
"machine": {
"type": "string"
},
"economics": {
"type": "object",
"properties": {
"sellPriceUsd": {
"type": "number"
},
"upstreamCostUsdActual": {
"type": [
"number",
"null"
]
}
}
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCe339395d7f2ea5a5009022EF1C392Fb208a989E",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xCe339395d7f2ea5a5009022EF1C392Fb208a989E",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "3000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.