GET
/
token
/
v1
/
{chain}
/
{tokenAddress}
/
creation
代币 - 创建
curl --request GET \
  --url https://api-dex.chainstream.io/token/v1/{chain}/{tokenAddress}/creation \
  --header 'Authorization: Bearer <token>'
{
  "tokenAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
  "blockHeight": 123456789,
  "blockSlot": 123456789,
  "blockHash": "5J7X9K2M4N6P8Q",
  "blockTimestamp": 1754055151,
  "transactionSignature": "3A7B9C1D2E4F6G8",
  "type": "create"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

支持网络中列出的区块链名称

Available options:
sol,
base,
bsc,
polygon,
arbitrum,
optimism,
avalanche,
ethereum,
zksync,
sui
tokenAddress
string
required

代币地址

Example:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"

Response

200 - application/json

The response is of type object.