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

# Create Monitoring Address

`POST /rewards/monitor/address`

> **Deprecated.**

Adds an address to be monitored for rewards tracking.

Currently only `ETHEREUM`, `SOLANA`, `INK` & `XLAYER` addresses are supported.

## Request body

- CreateMonitoringAddressRequest
  - `crypto_network` 'BITCOIN' | 'ETHEREUM' | 'BITCOIN_CASH' | 'LITECOIN' | 'SOLANA' | 'POLYGON_POS' | 'BASE' | 'ARBITRUM_ONE' | 'STELLAR' | 'INK' | 'XLAYER' | 'AVALANCHE' | 'DOGECOIN' | 'SUI' | 'ROBINHOOD' | 'BNB' — A CryptoNetwork is a blockchain transmitting cryptocurrencies.
  - `address` string — On-chain address Paxos will monitor for eligible reward activity. Must be valid for the specified network and not be registered to another customer. For `SOLANA` specify the wallet account (ie: not a derived/token account like an ATA).
  - `name` string — Optional display name. Useful for grouping or reporting.

## Response `200`

A successful response.

- CreateMonitoringAddressResponse
  - `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

---

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