Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The blockchain network to query.
base
, base-sepolia
The account address to analyze for token interactions.
Response
Token addresses retrieved successfully.
Response containing token addresses that an account has received.
The account address that was queried.
"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
List of token contract addresses that the account has received.
Token contract address.
[
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"0x4200000000000000000000000000000000000006",
"0x0000000000000000000000000000000000000000"
]
Total number of unique token addresses discovered.
x >= 0
15