api.socialfetch.dev
https://api.socialfetch.dev/v1/reddit/posts/commentsShares a payout wallet with 136 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
List comments on a Reddit post by URL.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
0.0% avgResponse time
Data table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/14/2026, 5:00:00 PM | 0% | 1 | — |
| 8/15/2026, 5:00:00 PM | 0% | 1 | — |
| 8/16/2026, 5:00:00 PM | 0% | 1 | — |
| 8/17/2026, 6:00:00 PM | 0% | 1 | — |
| 8/18/2026, 6:00:00 PM | 0% | 1 | — |
| 8/19/2026, 6:00:00 PM | 0% | 1 | — |
| 8/20/2026, 6:00:00 PM | 0% | 1 | — |
- Availability
- 23
- Latency
- not yet measured
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 60% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- Namecheap Inc.
- Domain registered
- 2026-03-30
- Hosting network
- VERCEL-09
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/20/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/22/2026 | 16 | 0.24 | 2 |
| 7/23/2026 | 6 | 0.1 | 2 |
| 7/24/2026 | 18 | 0.25 | 1 |
| 7/25/2026 | 13 | 0.2 | 1 |
| 7/26/2026 | 1 | 0.01 | 1 |
| 7/27/2026 | 4 | 0.1 | 1 |
| 7/28/2026 | 10 | 0.14 | 3 |
| 7/29/2026 | 4 | 0.06 | 1 |
| 7/30/2026 | 79 | 1.29 | 4 |
| 8/1/2026 | 3 | 0.04 | 2 |
| 8/2/2026 | 4 | 0.06 | 2 |
| 8/3/2026 | 24 | 0.34 | 2 |
| 8/4/2026 | 28 | 0.5 | 3 |
| 8/5/2026 | 1 | 0.01 | 1 |
| 8/6/2026 | 4 | 0.08 | 2 |
| 8/7/2026 | 2 | 0.03 | 1 |
| 8/8/2026 | 4 | 0.08 | 1 |
| 8/9/2026 | 4 | 0.06 | 2 |
| 8/10/2026 | 3 | 0.07 | 2 |
| 8/11/2026 | 13 | 0.18 | 2 |
| 8/12/2026 | 5 | 0.07 | 2 |
| 8/13/2026 | 4 | 0.06 | 2 |
| 8/14/2026 | 4 | 0.06 | 2 |
| 8/15/2026 | 3 | 0.04 | 2 |
| 8/16/2026 | 162 | 2.28 | 3 |
| 8/17/2026 | 8 | 0.15 | 5 |
| 8/18/2026 | 1 | 0.01 | 1 |
| 8/19/2026 | 3 | 0.04 | 2 |
| 8/20/2026 | 4 | 0.08 | 2 |
This payout wallet is shared: figures cover all 137 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"description": "Standard success response envelope.",
"properties": {
"data": {
"description": "Endpoint-specific response payload.",
"properties": {
"comments": {
"description": "Comments returned for this page.",
"items": {
"properties": {
"author": {
"description": "Comment author username when available.",
"nullable": true,
"type": "string"
},
"createdAt": {
"description": "ISO-8601 timestamp when the comment was created.",
"nullable": true,
"type": "string"
},
"createdUtc": {
"description": "Unix timestamp in seconds when the comment was created.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"depth": {
"description": "Nesting depth of the comment in the thread.",
"minimum": 0,
"type": "integer"
},
"distinguished": {
"description": "Distinguished comment label when available.",
"nullable": true,
"type": "string"
},
"id": {
"description": "Stable identifier for the comment.",
"minLength": 1,
"type": "string"
},
"isSubmitter": {
"description": "Whether the comment author is the post author.",
"type": "boolean"
},
"locked": {
"description": "Whether the comment is locked.",
"type": "boolean"
},
"parentId": {
"description": "Parent comment or post identifier when available.",
"nullable": true,
"type": "string"
},
"permalink": {
"description": "Relative permalink path when available.",
"nullable": true,
"type": "string"
},
"renderedHtml": {
"description": "Rendered HTML for the comment when available.",
"nullable": true,
"type": "string"
},
"replies": {
"description": "Nested replies attached to this comment.",
"properties": {
"items": {
"description": "Nested replies for this comment.",
"items": {
"properties": {
"author": {
"description": "Comment author username when available.",
"nullable": true,
"type": "string"
},
"createdAt": {
"description": "ISO-8601 timestamp when the comment was created.",
"nullable": true,
"type": "string"
},
"createdUtc": {
"description": "Unix timestamp in seconds when the comment was created.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"depth": {
"description": "Nesting depth of the comment in the thread.",
"minimum": 0,
"type": "integer"
},
"distinguished": {
"description": "Distinguished comment label when available.",
"nullable": true,
"type": "string"
},
"id": {
"description": "Stable identifier for the comment.",
"minLength": 1,
"type": "string"
},
"isSubmitter": {
"description": "Whether the comment author is the post author.",
"type": "boolean"
},
"locked": {
"description": "Whether the comment is locked.",
"type": "boolean"
},
"parentId": {
"description": "Parent comment or post identifier when available.",
"nullable": true,
"type": "string"
},
"permalink": {
"description": "Relative permalink path when available.",
"nullable": true,
"type": "string"
},
"renderedHtml": {
"description": "Rendered HTML for the comment when available.",
"nullable": true,
"type": "string"
},
"replies": {
"description": "Nested replies attached to this comment.",
"properties": {
"items": {
"description": "Further nested replies beyond the documented depth.",
"items": {
"nullable": true
},
"type": "array"
},
"page": {
"description": "Pagination state for nested replies.",
"properties": {
"hasMore": {
"description": "Whether another page of comments or replies is available.",
"type": "boolean"
},
"nextCursor": {
"description": "Cursor to pass in the next request when more pages exist.",
"nullable": true,
"type": "string"
}
},
"required": [
"nextCursor",
"hasMore"
],
"type": "object"
}
},
"required": [
"items",
"page"
],
"type": "object"
},
"score": {
"description": "Comment score when available.",
"nullable": true,
"type": "integer"
},
"stickied": {
"description": "Whether the comment is stickied.",
"type": "boolean"
},
"text": {
"description": "Comment text.",
"type": "string"
},
"upvotes": {
"description": "Upvote count when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"url": {
"description": "Public comment URL when available.",
"nullable": true,
"type": "string"
}
},
"required": [
"id",
"url",
"permalink",
"parentId",
"author",
"text",
"renderedHtml",
"score",
"upvotes",
"createdAt",
"createdUtc",
"depth",
"isSubmitter",
"stickied",
"locked",
"distinguished",
"replies"
],
"type": "object"
},
"type": "array"
},
"page": {
"description": "Pagination state for nested replies.",
"properties": {
"hasMore": {
"description": "Whether another page of comments or replies is available.",
"type": "boolean"
},
"nextCursor": {
"description": "Cursor to pass in the next request when more pages exist.",
"nullable": true,
"type": "string"
}
},
"required": [
"nextCursor",
"hasMore"
],
"type": "object"
}
},
"required": [
"items",
"page"
],
"type": "object"
},
"score": {
"description": "Comment score when available.",
"nullable": true,
"type": "integer"
},
"stickied": {
"description": "Whether the comment is stickied.",
"type": "boolean"
},
"text": {
"description": "Comment text.",
"type": "string"
},
"upvotes": {
"description": "Upvote count when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"url": {
"description": "Public comment URL when available.",
"nullable": true,
"type": "string"
}
},
"required": [
"id",
"url",
"permalink",
"parentId",
"author",
"text",
"renderedHtml",
"score",
"upvotes",
"createdAt",
"createdUtc",
"depth",
"isSubmitter",
"stickied",
"locked",
"distinguished",
"replies"
],
"type": "object"
},
"type": "array"
},
"lookupStatus": {
"description": "Whether the post was resolved for this request.",
"enum": [
"found",
"not_found"
],
"type": "string"
},
"page": {
"description": "Pagination information for this response.",
"properties": {
"hasMore": {
"description": "Whether another page of comments or replies is available.",
"type": "boolean"
},
"nextCursor": {
"description": "Cursor to pass in the next request when more pages exist.",
"nullable": true,
"type": "string"
}
},
"required": [
"nextCursor",
"hasMore"
],
"type": "object"
},
"post": {
"description": "Post details when available on this page.",
"nullable": true,
"properties": {
"author": {
"description": "Post author username when available.",
"nullable": true,
"type": "string"
},
"commentCount": {
"description": "Reported comment count when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"createdAt": {
"description": "ISO-8601 timestamp when the post was created.",
"nullable": true,
"type": "string"
},
"createdUtc": {
"description": "Unix timestamp in seconds when the post was created.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"id": {
"description": "Stable post identifier.",
"minLength": 1,
"type": "string"
},
"locked": {
"description": "Whether the post is locked.",
"type": "boolean"
},
"over18": {
"description": "Whether the post is marked over-18.",
"type": "boolean"
},
"permalink": {
"description": "Relative permalink path when available.",
"nullable": true,
"type": "string"
},
"score": {
"description": "Post score when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"stickied": {
"description": "Whether the post is stickied.",
"type": "boolean"
},
"subreddit": {
"description": "Subreddit name without a leading r/.",
"nullable": true,
"type": "string"
},
"subredditNamePrefixed": {
"description": "Prefixed subreddit name when available.",
"nullable": true,
"type": "string"
},
"title": {
"description": "Post title. May be an empty string.",
"type": "string"
},
"upvoteRatio": {
"description": "Upvote ratio when available.",
"nullable": true,
"type": "number"
},
"url": {
"description": "Canonical public post URL when available.",
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"title",
"url",
"permalink",
"subreddit",
"subredditNamePrefixed",
"author",
"score",
"upvoteRatio",
"commentCount",
"createdAt",
"createdUtc",
"over18",
"locked",
"stickied"
],
"type": "object"
}
},
"required": [
"lookupStatus",
"post",
"page",
"comments"
],
"type": "object"
},
"meta": {
"description": "Metadata describing the request and billing outcome.",
"properties": {
"cached": {
"description": "True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.",
"type": "boolean"
},
"creditsCharged": {
"description": "Credits charged for this request.",
"minimum": 0,
"type": "integer"
},
"requestId": {
"description": "Unique request identifier for tracing this API call.",
"minLength": 1,
"type": "string"
},
"version": {
"description": "Public API version that served the response.",
"enum": [
"v1"
],
"type": "string"
}
},
"required": [
"requestId",
"creditsCharged",
"version"
],
"type": "object"
}
},
"required": [
"data",
"meta"
],
"type": "object"
}