GET
/
rewards
/
monitor
/
address
/
{id}
Get Monitoring Address
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"
}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

UUID for internal reference.

Response

200
application/json

A successful response.

The response is of type object.