v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Monitoring Addresses

List Monitoring Address

Retrieve a list of monitoring address

Filter by network to retrieve a list of addresses on that network, or filter by network & address to retrieve a single record.

get/rewards/monitor/address

Query parameters

addressstring

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'BITCOIN' | 'ETHEREUM' | 'BITCOIN_CASH' | 'LITECOIN' | 'SOLANA' | 'POLYGON_POS' | 'BASE' | 'ARBITRUM_ONE' | 'STELLAR' | 'INK' | 'XLAYER' | 'AVALANCHE' | 'DOGECOIN' | 'SUI' | 'ROBINHOOD' | 'BNB'

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

limitinteger

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

order'DESC' | 'ASC'

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

page_cursorstring

Cursor for pagination

Response

A successful response.

next_page_cursorstring