List address book entries
Address Book
List address book entries
Returns address book entries for known addresses. Filter by chain ID, address, or name. Defaults: pageSize=25 (max 100); omit pageToken for the first page.
GET
List address book entries
Documentation Index
Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: pxl_<public_id>_
Query Parameters
Maximum items per page. Default: 25. Min: 1, max: 100.
Required range:
1 <= x <= 100Example:
25
Opaque token for the next page. Omit for the first page.
Filter string. Flags: chainId, address, name. Optional.
Example:
"chainId=1 AND name=\"Treasury\""