PUT
/
rewards
/
monitor
/
address
/
{id}
Update Monitoring Address
curl --request PUT \
  --url https://api.paxos.com/v2/rewards/monitor/address/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Address name"
}'
{
  "address": {
    "id": "6477f17d-7c17-43a5-84cc-a6a104a89d81",
    "address": "0x2D2849217C027494ae0D7Af2fC7f9b798Ddd5aB9",
    "crypto_network": "ETHEREUM",
    "name": "Address name",
    "created_at": "2025-03-21T15:22:05.474383Z"
  }
}

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.

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.