cURL
curl --request GET \ --url https://api.paxos.com/v2/rewards/monitor/address/{id} \ --header 'Authorization: Bearer <token>'
{ "address": "0xD6E012522DB5075694ac9907BABBDB4825A1c822", "id": "6477f17d-7c17-43a5-84cc-a6a104a89d81", "crypto_network": "ETHEREUM", "name": "Address 1", "created_at": "2025-03-21T14:45:22.682768Z" }
Retrieves a monitoring address by ID
rewards:read_monitoring_address
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
UUID direct reference to a particular monitored address.
A successful response.
Show child attributes
On-chain address Paxos will monitor for eligible reward activity.
A CryptoNetwork is a blockchain transmitting cryptocurrencies.
BITCOIN
ETHEREUM
BITCOIN_CASH
LITECOIN
SOLANA
POLYGON_POS
BASE
ARBITRUM_ONE
STELLAR
INK
XLAYER
When the address was registered.
UUID direct reference to the created address (to be used for updates).
Optional display name. Useful for grouping or reporting.
Was this page helpful?