cURL
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>" }
Returns the profile for a specific token.
Token address to retrieve profile for.
List of time windows to include in the profile.
30d
14d
7d
3d
1d
Profile for the specified token.