Understanding apps deployed under a user account

Is there a way to understand the apps that are deployed under a creator account?

Hi @0xsingular

You can use the following Algod REST API (also within a SDK) to get account’s info: GET /v2/accounts/{address}

Then, in the Account schema you have the created-apps array containing all the App IDs created by that specific account.

1 Like