Account
get/accounts/{account}/objects
Path parameters
accountstring hex required
A 32-byte Sui address, encoded as a hex string.
Example:0x0000000000000000000000000000000000000000000000000000000000000002
Query parameters
limitinteger
startstring hex
A 32-byte Sui address, encoded as a hex string.
Example:0x0000000000000000000000000000000000000000000000000000000000000002
Response
Example response
[
{
"object_id": "0x0000000000000000000000000000000000000000000000000000000000000002",
"owner": "0x0000000000000000000000000000000000000000000000000000000000000002",
"type": "0x2::coin::Coin<0x2::sui::SUI>"
}
]