Skip to main content
POST
/
v1
/
solana
/
dex
/
tokens
/
get-profiles-by-creator
Get Profiles by Creator
curl --request POST \
  --url https://refract.prismapi.io/v1/solana/dex/tokens/get-profiles-by-creator \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "creator": "suqh5sHtr8HyJ7q8scBimULPkPpA557prMG47xCHQfK",
  "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>"
  }
]

Authorizations

X-Api-Key
string
header
required

Your Prism API key. You can get one for free in the Prism Dashboard.

Body

application/json
creator
string

Creator address to retrieve token profiles for.

time_windows
enum<string>[]

List of time windows to include in the profile.

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

Response

List of token profiles for the specified creator.

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