Skip to main content
GET
/
v1
/
asset-info
curl -sS "https://analytics.snek.fun/v1/asset-info?asset=fbd4d3c334063ac19566f6ba39b6ec707ea91fa81d0c09201575c10b.44415645"
{
  "asset": "<string>",
  "ticker": "<string>",
  "logoCID": "<string>",
  "logoCid": "<string>",
  "description": "<string>",
  "launchType": 123,
  "poolAuthorPkh": {},
  "poolAuthor": "<string>",
  "socials": {},
  "outputId": {},
  "assetType": "<string>"
}
Returns enriched metadata for a single asset (same family of fields as info inside LiquidityPoolInfo). Auth: Public

GET /v1/asset-info

Query parameters

asset
string
required
Cardano asset id {policyId}.{hexName}.

Response fields

asset
string
Full asset id.
ticker
string
Short ticker.
logoCID
string
IPFS content id for the logo.
logoCid
string
Duplicate field for compatibility (same logo reference).
description
string
Free-text description.
launchType
integer
Launch type identifier.
poolAuthorPkh
object
Author address / key material as structured object.
poolAuthor
string
Bech32 or raw address string for the creator.
socials
object
twitter, telegram, discord, website (nullable strings).
outputId
string | null
Metadata UTxO reference if present.
assetType
string
Category (e.g. Meme, AI).
curl -sS "https://analytics.snek.fun/v1/asset-info?asset=fbd4d3c334063ac19566f6ba39b6ec707ea91fa81d0c09201575c10b.44415645"