Skip to main content
GET
List Monitoring Address
The Rewards Engine API replaces this endpoint.New customers should use List Reward Addresses instead.
OAuth Scope

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 →

Query Parameters

address
string

On-chain address Paxos is monitoring for eligible reward activity. Must be valid for the specified network. For SOLANA specify the wallet account (ie: not a derived/token account like an ATA).

crypto_network
enum<string>

Network the address belongs to. Supported: ETHEREUM, SOLANA, INK, XLAYER.

Available options:
BITCOIN,
ETHEREUM,
BITCOIN_CASH,
LITECOIN,
SOLANA,
POLYGON_POS,
BASE,
ARBITRUM_ONE,
STELLAR,
INK,
XLAYER,
AVALANCHE,
DOGECOIN,
SUI,
ROBINHOOD,
BNB
limit
integer<int32>

Number of results to return. Defaults to 100 if no limit is provided. Maximum 1000.

order
enum<string>

Results are ordered by created_at. Specify the ordering of the results. Defaults to DESC.

Available options:
DESC,
ASC
page_cursor
string

Cursor for pagination

Response

200 - application/json

A successful response.

addresses
object[]
next_page_cursor
string