v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-10958.9 KB
Chat

Block an XMTP conversation

Block the specified XMTP topics and report as spam

post/xmtp/topics/block

Request body

ownerAddressstring

Domain owner public wallet address

signedPublicKeystring

XMTP account public key

Example request

{
  "registrations": [
    {
      "accept": true,
      "block": true,
      "topic": "topic-123",
      "signature": "<signed topic ID>"
    }
  ]
}

Response

Accept successful