v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Account Endpoints

Remove a watchlist entry

Remove an NFT, token, collection, or perpetual from the authenticated account's watchlist.

delete/api/v2/watchlist

Request body

type'ITEM' | 'TOKEN' | 'COLLECTION' | 'PERPETUAL' required

Watchlist entity type

chainstring

Blockchain chain slug

contract_addressstring

Contract address

token_idstring

Token ID

slugstring

Collection slug

idstring

Perpetual ID

Example request

{
  "chain": "ethereum"
}

Response

Watchlist entry removed

successboolean required

Whether the operation succeeded