Skip to main content
POST
/
v1
/
solana
/
dex
/
tokens
/
get-profile
Get Profile
curl --request POST \
  --url https://refract.prismapi.io/v1/solana/dex/tokens/get-profile \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "Z4d9YXR4pSkdKcu9UBcwxHp7i32buzdDtAR1b1Gbonk",
  "time_windows": [
    "7d"
  ]
}
'
{
  "token_address": "<string>",
  "last_trade_at": 123,
  "created_at": 123,
  "symbol": "<string>",
  "name": "<string>",
  "dev_address": "<string>",
  "dev_migrations": 123,
  "image": "<string>",
  "fdv": 123,
  "market_cap": 123,
  "price": 123,
  "liquidity": 123,
  "holders": 123,
  "total_supply": 123,
  "circulating_supply": 123,
  "top_holdings": 123,
  "dev_holdings": 123,
  "bonding_curve_progress": 123,
  "migrated_at": 123,
  "verified": true,
  "twitter": "<string>",
  "telegram": "<string>",
  "website": "<string>",
  "discord": "<string>"
}

Body

application/json
token
string
required

Token address to retrieve profile for.

time_windows
enum<string>[]

List of time windows to include in the profile.

Available options:
30d,
14d,
7d,
3d,
1d

Response

200 - application/json

Profile for the specified token.

token_address
string
last_trade_at
integer<timestamp>
created_at
integer<timestamp>
symbol
string
name
string
dev_address
string
dev_migrations
integer
image
string
fdv
number
market_cap
number
price
number
liquidity
number
holders
integer
total_supply
number
circulating_supply
number
top_holdings
number
dev_holdings
number
bonding_curve_progress
number
migrated_at
integer
verified
boolean
twitter
string
telegram
string
website
string
discord
string