v12

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-07-172198160.4 KB
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

object_idstring hex required

A 32-byte Sui address, encoded as a hex string.

ownerstring hex required

A 32-byte Sui address, encoded as a hex string.

typestring required

A Move StructTag

versionstring u64 required

Radix-10 encoded 64-bit unsigned integer

Example response

[
  {
    "object_id": "0x0000000000000000000000000000000000000000000000000000000000000002",
    "owner": "0x0000000000000000000000000000000000000000000000000000000000000002",
    "type": "0x2::coin::Coin<0x2::sui::SUI>"
  }
]