---
title: "List Monitoring Address"
method: GET
path: "/rewards/monitor/address"
tags: ["Monitoring Addresses"]
deprecated: true
---

# List Monitoring Address

`GET /rewards/monitor/address`

> **Deprecated.**

Retrieve a list of monitoring address

Filter by network to retrieve a list of addresses on that network, or filter by network & address to retrieve a single record.

## Query parameters

- `address` string
- `crypto_network` 'BITCOIN' | 'ETHEREUM' | 'BITCOIN_CASH' | 'LITECOIN' | 'SOLANA' | 'POLYGON_POS' | 'BASE' | 'ARBITRUM_ONE' | 'STELLAR' | 'INK' | 'XLAYER' | 'AVALANCHE' | 'DOGECOIN' | 'SUI' | 'ROBINHOOD' | 'BNB'
- `limit` integer
- `order` 'DESC' | 'ASC'
- `page_cursor` string

## Response `200`

A successful response.

- ListMonitoringAddressResponse
  - `addresses` 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).
  - `next_page_cursor` string

---

[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)
