/v1/accounts/{account_hash}/modules - Aptos
Example code for the /v1/accounts/{account_hash}/modules json-rpc method. Сomplete guide on how to use /v1/accounts/{account_hash}/modules json-rpc in GetBlock.io Web3 documentation.
Parameters
limit
-
Maximum number of resources to retrieve. Gets default page size if not provided.
ledger_version
-
Ledger version. Defaults to latest if not provided.
start
-
Optional cursor specifying pagination start. You can call this endpoint once without this parameter, and then use the cursor returned in the X-Aptos-Cursor header in the response.
Request
Response
Previous/v1/accounts/{account_hash}/module/{module_name} - AptosNext/v1/accounts/{account_hash}/resource/{resource_type} - Aptos
Last updated