{
"id": "support.supper.actor.listSupporting",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"supporting"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 4096
},
"supporting": {
"type": "array",
"items": {
"ref": "#supportingView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"supporter"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 4096,
"description": "Opaque cursor from a previous response."
},
"supporter": {
"type": "string",
"format": "at-identifier",
"description": "DID or handle of the supporter whose supported creators to list."
}
}
},
"description": "List the creators a supporter has payment-verified support.supper.feed.post records for across all repos. The cross-repo inverse of feed.listSupporters. Self-authorship alone is not payment evidence. Public read; returns creator DIDs and aggregate counts only, never amounts, emails, or processor identifiers."
},
"supportingView": {
"type": "object",
"required": [
"creator"
],
"properties": {
"creator": {
"type": "string",
"format": "did",
"description": "Creator/project DID the supporter supports."
},
"postCount": {
"type": "integer",
"minimum": 0,
"description": "Number of verified feed posts the supporter authored for this creator."
},
"lastSupportedAt": {
"type": "string",
"format": "datetime",
"description": "Most recent indexed support event for this creator."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mcsqdltevtjpu26xthzzmm2l
- CID
-
bafyreidhchjsxxah2e4rrefa2il4m7itthynp3ltrfdsishrfjdjf7xuiq
- Indexed At
- 2026-09-17 17:23 UTC
- AT-URI
-
at://did:plc:mcsqdltevtjpu26xthzzmm2l/com.atproto.lexicon.schema/support.supper.actor.listSupporting