Skip to main content
GET
/
rewards
/
monitor
/
address
List Monitoring Address
curl --request GET \
  --url https://api.paxos.com/v2/rewards/monitor/address \
  --header 'Authorization: Bearer <token>'
{
  "addresses": [
    {
      "address": "0xD6E012522DB5075694ac9907BABBDB4825A1c822",
      "id": "6477f17d-7c17-43a5-84cc-a6a104a89d81",
      "crypto_network": "ETHEREUM",
      "name": "Address 1",
      "created_at": "2025-03-21T14:45:22.682768Z"
    },
    {
      "address": "0xD6E012522DB5075694ac9907BABBDB4825A1c822",
      "id": "6477f17d-7c17-43a5-84cc-a6a104a89d81",
      "crypto_network": "ETHEREUM",
      "created_at": "2025-02-20T14:45:22.682768Z"
    },
    {
      "address": "14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ6",
      "id": "6477f17d-7c17-43a5-84cc-a6a104a89d81",
      "crypto_network": "SOLANA",
      "created_at": "2025-01-10T14:45:22.682768Z"
    }
  ],
  "next_page_cursor": "CgwI-Pr1vgYQyLLpswESJDM2NGU2MTgyLTRhZjctNDg4NC1iY2MxLTM0MThmNTA0MWYzYg"
}
OAuth Scope
rewards:read_monitoring_address

Authorizations

Authorization
string
header
required

Query Parameters

address
string
crypto_network
enum<string>
Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
INK
limit
integer
order
enum<string>
Available options:
DESC,
ASC
page_cursor
string

Response

200 - application/json
addresses
object[]
next_page_cursor
string