v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Account Endpoints

Add a watchlist entry

Add an NFT, token, collection, or perpetual to the authenticated account's watchlist.

post/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 added

successboolean required

Whether the operation succeeded