GET
/
api
/
tokens
/
{tokenId}
curl --request GET \
  --url https://hyperrich.fun/api/tokens/{tokenId}
{
  "id": "<string>",
  "name": "<string>",
  "symbol": "<string>",
  "description": "<string>",
  "short_description": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "price": 123,
  "market_cap": 123,
  "total_supply": 123,
  "image_url": "<string>",
  "website": "<string>",
  "x_account": "<string>",
  "wallet_address": "<string>",
  "wallet_chain": "<string>",
  "usdc_pool_balance": 123,
  "developer_lock_end": "2023-11-07T05:31:56Z"
}

Path Parameters

tokenId
string
required

The unique identifier of the token

Response

200 - application/json
Token details successfully retrieved
id
string

The unique identifier of the token

name
string

Name of the token

symbol
string

Symbol of the token

description
string

Description of the token

short_description
string

Short description of the token

created_at
string

Timestamp when the token was created

updated_at
string

Timestamp when the token was last updated

price
number

Current price of the token

market_cap
number

Market capitalization of the token

total_supply
number

Total supply of the token

image_url
string

URL of the token's image

website
string | null

Token's website URL

x_account
string | null

Token's X (Twitter) account

wallet_address
string

Token's wallet address

wallet_chain
string

Blockchain network of the token

usdc_pool_balance
number

Balance of USDC in the pool (total value locked)

developer_lock_end
string

End time of developer lock period