community.gifthood.feed.getListingExchange

gifthood.community

Documentation

The active exchange for a listing, if any — AppView-derived from community.gifthood.exchange + exchangeResponse records. Unpublished method; served by the gifthood AppView.

main query

The active exchange for a listing, if any — AppView-derived from community.gifthood.exchange + exchangeResponse records. Unpublished method; served by the gifthood AppView.

Parameters

did string did Required

A decentralized identifier (DID).

rkey string Required

No description available.

Output

Encodingapplication/json
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 decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "exchange": {
          "ref": "community.gifthood.feed.defs#exchangeView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did",
      "rkey"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      },
      "rkey": {
        "type": "string"
      }
    }
  },
  "description": "The active exchange for a listing, if any — AppView-derived from community.gifthood.exchange + exchangeResponse records. Unpublished method; served by the gifthood AppView."
}

Lexicon Garden

@