---
title: "GET /accounts/{account}/objects"
method: GET
path: "/accounts/{account}/objects"
tags: ["Account"]
---

# GET /accounts/{account}/objects

`GET /accounts/{account}/objects`

## Path parameters

- `account` string, hex, required — A 32-byte Sui address, encoded as a hex string.

## Query parameters

- `limit` integer
- `start` string, hex — A 32-byte Sui address, encoded as a hex string.

## Response `200`

- AccountOwnedObjectInfo[]
  - `object_id` string, hex, required — A 32-byte Sui address, encoded as a hex string.
  - `owner` string, hex, required — A 32-byte Sui address, encoded as a hex string.
  - `type` string, required — A Move StructTag
  - `version` string, u64, required — Radix-10 encoded 64-bit unsigned integer

## Changes

- **2024-07-16** `6f3a098bd75e` — 1 breaking, 5 info
  - added the new path request parameter `account`
  - api operation id `ListAccountObjects` was added
  - api tag `Account` added
  - added the new optional `query` request parameter `limit`
  - …2 more

[Change history](https://skmtc.dev/verichains/apis/sui-node-api/changes/accounts/:account/objects/get.md)

---

[API](https://skmtc.dev/verichains/apis/sui-node-api.md) · [All operations](https://skmtc.dev/verichains/apis/sui-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verichains/sui-node-api/revisions/f4c58925668c/schema)
