User Mutes
Get muted users
Returns a paginated list of users muted by the authenticated user. Supports filtering by a single address or multiple addresses.
get/v1/mutes
Query parameters
limitinteger
Number of results per page
offsetinteger
Number of results to skip
addressstring
Filter by a single muted address
addressesstring[]
Filter by multiple muted addresses (e.g. ?addresses=0x1&addresses=0x2)
Response
List of muted users
Changes
No recorded changes to this endpoint across all 1 revision of this API.