{
"id": "com.getorbyt.community.listTransfers",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "InsufficientRole"
},
{
"name": "InvalidCursor"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"transfers"
],
"properties": {
"cursor": {
"type": "string"
},
"transfers": {
"type": "array",
"items": {
"ref": "com.getorbyt.community.defs#transferView",
"type": "ref"
},
"maxLength": 50
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
},
"status": {
"type": "string",
"knownValues": [
"pending",
"accepted",
"completed",
"cancelled",
"expired"
]
},
"community": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Lists ownership transfers visible to the authenticated caller as current holder, target, or Community administrator."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreihjvoc2bstf6t7r3gyoucsjnava6dvvordgxbiua7zdyt7xaye2gm
- Indexed At
- 2026-09-02 18:57 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.listTransfers