Description
ChainKitWP Token Ticker helps display real-time cryptocurrency data on your website with simple shortcode for any token that can be found on DexScreener. plugin fetches the latest price, price change %, and market cap for your chosen token. Ideal for token projects, crypto bloggers, and Web3 builders.
Embed dynamic crypto data directly on your pages or posts using a simple shortcode.
🔥 Features
- 💸 Live Token Price Updates (via DexScreener API)
- 📈 Price Change % and Market Cap
- 🪙 Custom or Auto Token Icons
- 🔍 Six Decimal Pricing Accuracy
- 💡 Responsive Layout – fits any WordPress theme
- 💬 Simple Shortcode Integration
🧩 Usage
Use the shortcode to display a token’s data anywhere:
[crypto_ticker token=”SOLANA_TOKEN_ADDRESS”]
Example:
[crypto_ticker token=”So11111111111111111111111111111111111111112″]
Optional parameters:
– icon=”https://yoursite.com/icon.png” – use a custom icon
– label=”My Token” – change the token name label
– size=”small|medium|large” – change the display size
– pair=”bonk-usdc” – (optional) show by trading pair ID if needed
Example with custom icon and label:
[crypto_ticker token=”So11111111111111111111111111111111111111112″ label=”SOL Token” icon=”https://yoursite.com/sol-icon.png”]
External services
This plugin connects to an API to obtain crypto details about the token you wish to display on your website. If token contract address isnt placed within the shortcake the plugin will not be able to pull the token data.
This service is provided by “DexScreener” API.
API Documentation
Terms & Conditions
Privacy Policy
License
This plugin is licensed under the GPLv2 or later.
Installation
- Upload the plugin to your /wp-content/plugins/ directory or install via Plugins > Add New
- Activate the plugin
- Add the shortcode to any page or post: [crypto_ticker token=”TOKEN_ADDRESS”]
- Optional: Style with custom CSS as needed
FAQ
-
Where does the data come from?
-
We use the DexScreener API to fetch live token data from Solana and Bonk-supported pairs.
-
How often is the data updated?
-
The data refreshes automatically every 30–60 seconds depending on the token.
-
What tokens are supported?
-
Any Solana-based token listed on DexScreener. Just use the correct token mint address.
-
Can I customize the display?
-
Yes! You can use shortcode parameters and CSS to match your theme.
Reviews
Contributors & Developers
“ChainKitWP Crypto Token Ticker” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ChainKitWP Crypto Token Ticker” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release with live token price, % change, market cap, and icon display.
