cURL
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" } }
Updates a monitored address name
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?