### 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,graph" pagination="10,20,30"]`

`[crtools-table coin="BTC" cols="price,change,graph"]`

`[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,graph"). **Number** and **Name** are required.

**pagination** - show entries, separated by commas. (Default: "10,25")

#### Table columns

**number** - Number

**name** - Name

**price** - Prices

**cap** - Market Capitalizations

**supply** - Circulating Supply

**volume** - Volume 24H

**change** - % Change 24H

**graph** - Price Graph 7D.


##

### Graph

To show the Graph add a shortcode on your page.

#### Shortcodes

`[crtools-graph coin="BTC" fiat="USD,EUR" period="1M,1Y"]`

`[crtools-graph coin="BTC" fiat="USD,EUR" period="1M,1Y"]`

`[crtools-graph coin="BTC" fiat="USD,EUR"]`

`[crtools-graph]`

#### Parameters

**coin** - cryptocurrency. (Default: BTC)

**fiat** - list of currencies, separated by commas. (Default: all currencies)

**period** - list of historical data display periods. (Default: "12H,1D,1W,1M,6M,ALL"). Available: 12H,1D,1W,1M,6M,ALL

##

### 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)
