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
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
UUID for internal reference.
A successful response.
The response is of type object.
object
Was this page helpful?