---
title: "getAccountBlobs"
method: GET
path: "/v1/blobs/accounts/{address}"
tags: ["Blobs"]
---

# getAccountBlobs

`GET /v1/blobs/accounts/{address}`

Get a list of all blobs to the queried account address.

## Path parameters

- `address` string, required — Queried address digest (hash).

## Query parameters

- `page` integer, required
- `size` integer, required
- `orderBy` 'ASC' | 'DESC', required
- `sortBy` 'START_EPOCH' | 'END_EPOCH' | 'SIZE' | 'TIMESTAMP', required — Select sorting parameter.

## Response `200`

OK

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/revisions/3e4cb73940b7/schema)
