Price Widgets
Last updated
Last updated
Supra provides embeddable widgets for displaying cryptocurrency data on websites. These widgets can be customised and be integrated using HTML iframes.
Users who plans to display these widgets need to have access to a SUPRA API key. Please feel free to request your key .
Number of price feeds
Widget size
Text colour
Background colour
This ticker can be customised to add any number of asset prices, and prices are updated real time. All price tickers are moving left side.
Simply copy paste the code snippet below.
Vertical ticker real time prices and the tickers are static, scrollable and can customise for any number of asset prices.
Copy and paste following snippet.
textColor : Sets the colour of the text.
Example:
Hex: textColor=black
RGB: textColor=rgb(0, 0, 0)
subTextColor : Sets the colour of the sub-text.
Example:
Hex: subTextColor=%23444 (This sets the color to #444)
RGB: subTextColor=rgb(68, 68, 68)
gridBg : Sets the background colour of the grid.
Example:
Hex: gridBg=yellow
RGB: gridBg=rgb(255, 255, 0)
gridBgHover : Sets the background colour of the grid on hover.
Example:
Hex: gridBgHover=green
RGB: gridBgHover=rgb(0, 255, 0)
mainBG : Sets the main background colour.
Example:
Hex: mainBG=red
RGB: mainBG=rgb(255, 0, 0)
chartBgColor : Sets the background color of the chart.
Example:
Hex: chartBgColor=white
RGB: chartBgColor=rgb(255, 255, 255)
When using Hex values in the URL, ensure that you encode the hash (#) as %23. For example:
Hex color #444 becomes %23444.
Hex color #ffffff becomes %23ffffff.
If you are using Hex values, here’s how the URL would look with the parameters applied: