com.getorbyt.community.listTransfers

getorbyt.com

{
  "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
}

Validate Record

Validate a record against com.getorbyt.community.listTransfers

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

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

Referenced Schemas (1)

Lexicon Garden

@