---
title: "get transaction state changes"
method: GET
path: "/transactions/{transaction_hash}/state-changes"
---

# get transaction state changes

`GET /transactions/{transaction_hash}/state-changes`

## Path parameters

- `transaction_hash` string, required

## Response `200`

state changes

- object
  - `items` StateChange[], required
    - `token` TokenInfo
      - `circulating_market_cap` string, required
      - `icon_url` string, required
      - `name` string, required
      - `decimals` string, required
      - `symbol` string, required
      - `address_hash` string
      - `type` string, required
      - `holders_count` string
      - `exchange_rate` string, required
      - `total_supply` string, required
    - `type` string, required
    - `is_miner` boolean, required
    - `address_hash` AddressParam
      - `hash` string, required
      - `implementation_name` string, required
      - `name` string, required
      - `ens_domain_name` string
      - `metadata` object
      - `is_contract` boolean, required
      - `private_tags` AddressTag[], required
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `watchlist_names` WatchlistName[], required
        - `display_name` string, required
        - `label` string, required
      - `public_tags` AddressTag[], required
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `is_verified` boolean, required
    - `balance_before` string
    - `balance_after` string
    - `token_id` string
    - `change` union
      - NFTChange[]
        - `direction` string, required
        - `total` TotalERC721, required
          - `token_id` string, required
          - `token_instance` NFTInstance
            - `is_unique` boolean, required
            - `id` string, required
            - `holder_address_hash` string
            - `image_url` string
            - `animation_url` string
            - `external_app_url` string
            - `metadata` object
            - `owner` AddressParam, required
              - …
            - `token` TokenInfo, required
              - …
      - string
  - `next_page_params` object, required

## Other responses

- `400` — bad input parameter

---

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