Skip to main content
POST
AddWatchAddress
Registers a TRON address for monitoring - see the TRON Watch Address overview for webhooks and push rules. Re-adding the same address with the same API token is idempotent, so it is safe to retry.

Errors

All errors return a JSON object with code, error, and reason fields:

Authorizations

x-mtoken
string
header
required

Your API token. Required for all API requests.

Body

application/json
network
string
required

Currently supports TRON, case-insensitive.

Example:

"TRON"

address
string
required

TRON address to watch. Validated and normalized to checksum form.

Example:

"TSvcVista6bxr7WFmDMWKLzTBnF4N34u9v"

Response

200 - application/json

Success

uuid
string

Identifies the watch record.

Example:

"8f14e45f-ceea-4e70-bd0f-9c6f23b2a1d0"

address
string

The registered address in checksum form.

Example:

"TSvcVista6bxr7WFmDMWKLzTBnF4N34u9v"

network
string
Example:

"TRON"