---
title: "Token - Creation Token Info"
method: GET
path: "/defi/token_creation_info"
tags: ["Creation & Trending"]
---

# Token - Creation Token Info

`GET /defi/token_creation_info`

Retrieve the creation transaction information of a specified token

## Query parameters

- `address` string, required

## Headers

- `x-chain` 'solana' | 'bsc' | 'base' | 'ethereum' | 'monad'

## Response `200`

JSON object containing creation information of a token

- DefiTokenCreationInfoResponse
  - `success` boolean, required
  - `data` object, required
    - `txHash` string
    - `slot` integer
    - `tokenAddress` string
    - `decimals` integer
    - `owner` string
    - `blockUnixTime` integer
    - `blockHumanTime` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. API key is missing or invalid
- `403` — Forbidden. Request is blacklisted or not whitelisted
- `429` — Too Many Requests. Rate limit reached
- `500` — Internal Server Error

---

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