diff --git a/docs/501-token-api/v1.md b/docs/501-token-api/v1.md index 00df8d5a..4f5e130a 100644 --- a/docs/501-token-api/v1.md +++ b/docs/501-token-api/v1.md @@ -44,21 +44,20 @@ console.log(tokenInfoResponse); From the above example, you should see this response. ``` -{ - address: 'JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN', - name: 'Jupiter', - symbol: 'JUP', - decimals: 6, - logoURI: 'https://static.jup.ag/jup/icon.png', - tags: [ 'verified', 'strict', 'community', 'birdeye-trending' ], - daily_volume: 79535977.0513354, - created_at: '2024-04-26T10:56:58.893768Z', - freeze_authority: null, - mint_authority: null, - permanent_delegate: null, - minted_at: '2024-01-25T08:54:23Z', - extensions: { coingeckoId: 'jupiter-exchange-solana' } -} +baseAsset { id: "6P7cQzLEPNHNK1CQjsyBXYPdRqhrq3DEm8Xb88Qejups", name: "MARS", symbol: "MARS", … } +id "6P7cQzLEPNHNK1CQjsyBXYPdRqhrq3DEm8Xb88Qejups" +name "MARS" +symbol "MARS" +icon "https://static-create.jup.ag/images/6P7cQzLEPNHNK1CQjsyBXYPdRqhrq3DEm8Xb88Qejups" +decimals 6 +twitter "https://x.com/M__A__R__S_" +website "https://jup.ag/studio/6P7cQzLEPNHNK1CQjsyBXYPdRqhrq3DEm8Xb88Qejups" +dev "9BUQ7HB19nGKbqW4t3GnvFn3eF68pLqow7WkwMHES1Wo" +circSupply 100000000 +totalSupply 100000000 +tokenProgram "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" +launchpad "jup-studio" +partnerConfig "763tsYmXhw1JAomWuweFhoPcMCzqjz7fq8vNccvtjrZp" ``` ---