### Price List

**[Online Demo](http://crtools.liberteam.org/#pricelist)**

To show the Price List add a shortcode on your page.

#### Shortcodes

`[crtools-pricelist]`

`[crtools-pricelist coin="BTC,ETH" fiat="USD,EUR"]`

`[crtools-pricelist limit="20" fiat="USD,EUR"]`

`[crtools-pricelist limit="0"]`

`[crtools-pricelist cols="logo,symbol,price,change"]`

#### Parameters

**coin** - list of cryptocurrencies, separated by commas. If **limit** is set, then **coin** will be ignored.

**fiat** - list of currencies, separated by commas. (Default: all currencies)

**limit** - displays a certain amount of top cryptocurrency by market capitalization. (Default: 10; if 0, then displays all)

**cols** - list of table columns, separated by commas. (Default: "logo,symbol,name,price,change").


##

### Table

**[Online Demo](http://crtools.liberteam.org/#table)**

To show the Table add a shortcode on your page.

#### Shortcodes

`[crtools-table coin="BTC,ETH,XRP,XMR,LTC" fiat="USD,EUR" cols="price,cap,supply,volume,change" search="false" pagination="10,20,30"]`

`[crtools-table coin="BTC" cols="price,change"]`

`[crtools-table]`

#### Parameters

**coin** - list of cryptocurrencies, separated by commas. (Default: all cryptocurrencies)

**fiat** - list of currencies, separated by commas. (Default: all currencies)

**cols** - list of table columns, separated by commas. (Default: "price,cap,supply,volume,change"). **Number** and **Name** are required.

**pagination** - show entries, separated by commas. (Default: "10,25")

**search** - displays search field. (Default: "true")

#### Table columns

**number** - Number

**name** - Name

**price** - Prices

**cap** - Market Capitalizations

**supply** - Circulating Supply

**volume** - Volume 24H

**change** - % Change 24H

**graph** - Price Graph 7D (temporary moved, will come back soon).


##

### Graph

Due to the WordPress requirement not to show "powered-by" link of the used API, we had to move the Graph of historical cryptocurrency prices. We are working to resolve this issue and the plugin will use another API provide historical data.

The previous version 1.4.1 of the plugin is **[here](http://crtools.liberteam.org/)**.

##

### Converter

**[Online Demo](http://crtools.liberteam.org/#converter)**

To show the Converter add a shortcode on your page.

#### Shortcodes

`[crtools-converter from="BTC,ETH" to="USD" other="EUR,RUB,GBP"]`

`[crtools-converter from="BTC"]`

`[crtools-converter]`

#### Parameters

**from** - list of cryptocurrencies or currencies, separated by commas. (Default: all cryptocurrencies)

**fiat** - list of cryptocurrencies or currencies, separated by commas. (Default: all currencies)
