---
title: "returns the shard ID of the provided address based on the current configuration"
method: GET
path: "/address/{address}/shard"
tags: ["address"]
---

# returns the shard ID of the provided address based on the current configuration

`GET /address/{address}/shard`

## Path parameters

- `address` string, required

## Response `200`

successful operation

- AddressShard
  - `data` AddressShardData
    - `shardID` integer
  - `error` string
  - `code` string

---

[API](https://skmtc.net/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.net/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/versions/44c49bc12621/schema)
