---
title: "Get Token Metadata"
method: POST
path: "/node/rest/get_token_metadata"
tags: ["node"]
---

# Get Token Metadata

`POST /node/rest/get_token_metadata`

## Request body

- TokenAddressIn
  - `token_address` string, required

## Response `200`

Successful Response

- TokenMetadataOut
  - `contractAddress` string, required
  - `blockchain` string, required
  - `tokenName` string, required
  - `tokenSymbol` string, required
  - `tokenDecimals` integer, required
  - `lastUpdate` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/1f56b91b44f0/schema)
