---
title: "will return a boolean value indicating if the token's metadata is still stored in accounts' trie, as opposed to the system account"
method: GET
path: "/node/old-storage-token/{token}/nonce/{nonce}"
tags: ["node"]
---

# will return a boolean value indicating if the token's metadata is still stored in accounts' trie, as opposed to the system account

`GET /node/old-storage-token/{token}/nonce/{nonce}`

## Path parameters

- `token` string, required
- `nonce` integer, required

## Response `200`

successful operation

- GenericResponse
  - `data` object
  - `error` string
  - `code` string

## Other responses

- `400` — validation error

## Changes

- **2023-02-09** `f5970dfcecba` — 1 breaking, 1 info
  - for the `path` request parameter `nonce`, the type/format was changed from `string`/`` to `integer`/``
  - for the `path` request parameter `token`, the type/format was generalized from `integer`/`` to `string`/``
- **2023-02-08** `82d543636074` — 1 breaking, 1 info
  - for the `path` request parameter `token`, the type/format was changed from `string`/`` to `integer`/``
  - for the `path` request parameter `nonce`, the type/format was generalized from `integer`/`` to `string`/``

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/node/old-storage-token/:token/nonce/:nonce/get.md)

---

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