TypeScript
import { ParagraphAPI } from "@paragraph-com/sdk" const api = new ParagraphAPI() const coin = await api.coins.get({ id: "S2AlaNG5Hw0NdNptmLTw" }).single()
{ "id": "<string>", "contractAddress": "<string>", "metadata": { "name": "<string>", "symbol": "<string>", "decimals": 123, "description": "<string>", "chainId": 123, "external_url": "<string>", "links": [ { "name": "<string>", "url": "<string>" } ], "tags": [ "<string>" ], "extensions": { "coinType": "<string>", "paragraph": { "blogId": "<string>", "blogUrl": "<string>", "authorName": "<string>", "noteId": "<string>", "postSlug": "<string>" } }, "attributes": [ { "trait_type": "<string>", "value": "<string>" } ], "image": "<string>", "logoURI": "<string>" } }
Retrieve information about a tokenized post using its unique ID
Documentation IndexFetch the complete documentation index at: https://paragraph.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://paragraph.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Paragraph-internal unique identifier for the coin
Coin details retrieved successfully
Unique identifier for the coin
Base contract address for the coin
^0x[a-fA-F0-9]{40}$
Show child attributes