dev.cocore.compute.listSettlements

cocore.dev

Documentation

Indexed `dev.cocore.compute.settlement` records (capped at 200), optionally filtered by the settled receipt URI and/or the requester DID (matched against the authorization URI prefix).

main query

Indexed `dev.cocore.compute.settlement` records (capped at 200), optionally filtered by the settled receipt URI and/or the requester DID (matched against the authorization URI prefix).

Parameters

receipt string at-uri Optional

Filter to settlements of this receipt URI.

requester string did Optional

Filter to settlements whose requester authorization is hosted by this DID.

Output

Encodingapplication/json
settlements array Required

No description available.

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
Filter to settlements of this receipt URI.
Filter to settlements whose requester authorization is hosted by this DID.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "settlements"
      ],
      "properties": {
        "settlements": {
          "type": "array",
          "items": {
            "ref": "dev.cocore.defs#indexedRecord",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "receipt": {
        "type": "string",
        "format": "at-uri",
        "description": "Filter to settlements of this receipt URI."
      },
      "requester": {
        "type": "string",
        "format": "did",
        "description": "Filter to settlements whose requester authorization is hosted by this DID."
      }
    }
  },
  "description": "Indexed `dev.cocore.compute.settlement` records (capped at 200), optionally filtered by the settled receipt URI and/or the requester DID (matched against the authorization URI prefix)."
}

Lexicon Garden

@