=== Crypto Price Display ===
Contributors: vm2xkevin
Tags: CryptoCurrency, Price list
Requires at least: 5.0
Tested up to: 6.8
Stable tag: 1.0.2
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A simple WordPress plugin for displaying real-time cryptocurrency prices on your website


## Features


-Real-time display of cryptocurrency prices (via Binance API)
-Support for customizing displayed cryptocurrencies
-Configurable price update frequency
-Price change animation effects
-Responsive design, compatible with various devices


## External Services

This plugin connects to the Binance API to obtain real-time cryptocurrency price information. This service is required to display current cryptocurrency prices and market data on your website.

**What data is sent and when:**
- Cryptocurrency symbol pairs (e.g., BTCUSDT, ETHUSDT) are sent to Binance API every time the price display is updated
- No personal user data is transmitted to Binance
- Data is sent only when the price display widget is loaded and during periodic updates based on your configured interval

**Service Provider:**
This service is provided by Binance: [Terms of Service](https://www.binance.com/en/terms), [Privacy Policy](https://www.binance.com/en/privacy)


## Installation



1.Download the plugin zip file
2.In the WordPress admin panel, go to "Plugins > Add New"
3.Click the "Upload Plugin" button
4.Select the downloaded zip file and install
5.Activate the plugin after installation



## Usage



1.In the WordPress admin panel, go to "Settings > Crypto Price" configuration page
2.Select the cryptocurrencies to display
3.Set the price update frequency (1-60 seconds)
4.Use the shortcode [vm2xkevin_crypto_price] in any page or post to display the price list



## Notes



-The plugin relies on the Binance public API; ensure your server can access api.binance.com
-It is recommended to set the update frequency to 3-5 seconds or higher to avoid excessive API requests
-If display issues occur, ensure your theme has properly loaded jQuery



## Supported Cryptocurrencies



- Bitcoin (BTC)
- Ethereum (ETH)
- Binance Coin (BNB)
- Ripple (XRP)

## License

GPL-2.0 or later

## Tested up to: 6.0

## Stable Tag: 1.0.0

## Changelog

### 1.0.0
-Initial release
-Basic price display functionality
-Admin interface configuration
-Shortcode support

