POST /watchlist/nft
POST

/v1/watchlist/nft

Add/remove NFT on watchlist

Authwallet signature

Request

POSThttps://api.xrpl.to/v1/watchlist/nft
Body
Body fieldsas documented
{
  nftokenId,
  account,
  action: "add"|"remove"
}
curl -X POST 'https://api.xrpl.to/v1/watchlist/nft'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Add/remove NFT on watchlist

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI