v1

latestOpenAPI 3.0.2CC0 1.0 Universal2026-07-17128129208.3 KB
scan

Stop scan-related box tracking

post/scan/stopTracking

Request body

scanIdinteger required
boxIdstring base16 required

Base16-encoded transaction box id bytes. Should be 32 bytes long

Example request

{
  "boxId": "1ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117"
}

Response

The box is not tracked anymore

scanIdinteger required
boxIdstring base16 required

Base16-encoded transaction box id bytes. Should be 32 bytes long

Example response

{
  "boxId": "1ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117"
}