Skip to main content
GET
Check Watched Address
Auth method: Signed (HMAC) — this endpoint requires the full set of signed headers: x-access-id, x-request-id, x-timestamp, and an HMAC-SHA256 authorization signature. See Authentication.

Example

Headers

string
required
Base64-encoded HMAC-SHA256 signature of the request payload using the API secretExample: "5e73d044c44d733fcf819ad3409aaad..."
string
required
Current timestamp in ISO 8601 formatExample: "2025-03-15T09:45:53.000Z"
string
required
Unique identifier for the request (UUID v4)Example: "550e8400-e29b-41d4-a716-446655440000"
string
required
Your API access ID provided by TenderExample: "your-access-id-here"

Path Parameters

string
required
The blockchain address to check.Example: "0xabc123..."

Response

string
required
Example: "success"
string
required
Example: "success"
object
required

Authorizations

authorization
string
header
required

Signed (HMAC) authentication. Required headers: x-access-id, x-request-id (UUID v4), x-timestamp (ISO 8601), and authorization (Base64 HMAC-SHA256 signature of {timeStamp, requestId, accessId} using your access secret).

Headers

authorization
string
required
x-timestamp
string<date-time>
required
x-request-id
string<uuid>
required
x-access-id
string
required

Path Parameters

address
string
required

Response

200 - application/json

Watch status