POST
/
rewards
/
monitor
/
address
curl --request POST \
--url https://api.paxos.com/v2/rewards/monitor/address \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"crypto_network": "ETHEREUM",
"address": "0x2D2849217C027494ae0D7Af2fC7f9b798Ddd5aB9",
"name": "New Address"
}'
{
"address": {
"address": "0x2D2849217C027494ae0D7Af2fC7f9b798Ddd5aB9",
"crypto_network": "ETHEREUM",
"name": "New Address",
"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 →

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.