com.publicdomainrelay.temp.market.listBidders

johnandersen777.bsky.social

Documentation

List active bidders indexed by the market registry.

main query

List active bidders indexed by the market registry.

Parameters

cursor string Optional

No description available.

maxResults integer Optional

No description available.

payloadNsid string nsid Optional

A namespaced identifier (e.g., app.bsky.feed.post).

Output

Encodingapplication/json
bidders array Required

No description available.

cursor string Optional

No description available.

Errors

InvalidRequest
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
A namespaced identifier (e.g., app.bsky.feed.post).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "InvalidRequest"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "bidders"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "bidders": {
          "type": "array",
          "items": {
            "ref": "#bidderItem",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "cursor": {
        "type": "string"
      },
      "maxResults": {
        "type": "integer",
        "default": 50,
        "maximum": 200,
        "minimum": 1
      },
      "payloadNsid": {
        "type": "string",
        "format": "nsid"
      }
    }
  },
  "description": "List active bidders indexed by the market registry."
}
bidderItem object

No description available.

Properties

appliesTo array of string Required

No description available.

bidderDid string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "bidderDid",
    "appliesTo"
  ],
  "properties": {
    "appliesTo": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bidderDid": {
      "type": "string",
      "format": "did"
    }
  }
}

Lexicon Garden

@