---
title: "Get Monitoring Address"
method: GET
path: "/rewards/monitor/address/{id}"
tags: ["Monitoring Addresses"]
deprecated: true
---

# Get Monitoring Address

`GET /rewards/monitor/address/{id}`

> **Deprecated.**

Retrieves a monitoring address by ID

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- GetMonitoringAddressResponse
  - `address` MonitoringAddress
    - `address` string, required — On-chain address Paxos will monitor for eligible reward activity.
    - `crypto_network` 'BITCOIN' | 'ETHEREUM' | 'BITCOIN_CASH' | 'LITECOIN' | 'SOLANA' | 'POLYGON_POS' | 'BASE' | 'ARBITRUM_ONE' | 'STELLAR' | 'INK' | 'XLAYER' | 'AVALANCHE' | 'DOGECOIN' | 'SUI' | 'ROBINHOOD' | 'BNB', required — A CryptoNetwork is a blockchain transmitting cryptocurrencies.
    - `name` string — Optional display name. Useful for grouping or reporting.
    - `created_at` string, date-time, required — When the address was registered.
    - `id` string, required — UUID direct reference to the created address (to be used for updates).

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
