Typescript
import { ParagraphAPI } from "@paragraph_xyz/sdk" const api = new ParagraphAPI() const coin = await api.getCoin("S2AlaNG5Hw0NdNptmLTw")
{ "id": "<string>", "contractAddress": "<string>", "symbol": "<string>", "postId": "<string>" }
Retrieve information about a tokenized post using its unique ID
Paragraph-internal unique identifier for the coin
Coin details retrieved successfully
Unique identifier for the coin
Base contract address for the coin
Token symbol
ID of the post this token is associated with