getPublicTokenProgramsForAddress
Description
Retrieves all the IDs of token programs that an address interracted with publicly.
Method Parameters
params
-Object
:address
-string
: The Aleo address to retrieve the token programs it interacted with encoded in bech32 (prefix:aleo
).
Returns
result
-Array<string>
: Array of retrieved program IDs.
Example
Request
Response
Last updated