📈
Crypto

A set of efficient utility functions designed to handle various aspects of cryptocurrency.

created byPetko D. PetkovPetko D. Petkov
Share

Skillset Chat

Chat with this skillset to see how it works.

Press + Enter to start the conversation

Skillset Abilities

Learn how this skillset works and how to use it.

  • crypto_to_dolars

    Converts from crypto to USD.
    To convert a crypto currency to USD use the following request: ```fetch GET https://rate.sx/{number of crypt}{crypto crypto currency abriviation} HTTP/1.1 User-Agent: curl/7.61.1 Accept: */* ``` For example to convert 10 BTC the request should be: ```fetch GET https://rate.sx/10BTC HTTP/1.1 User-Agent: curl/7.61.1 Accept: */* ``` Supported currencies are: BTC, ETH, USDT, BNB, CRP, USDC, ADA an DOGE

Integration Steps

Follow these three simple steps to add Crypto to your bot or any bespoke ChatBotKit integration.

1

Clone the Skillset

Clone the skillset to your account and add any customizations.

2

Create a Bot

Select the bot you want to connect to the skillset or create a new bot.

3

Connect the Skillset

Select the skillset from the list of available skillsets and connect it to the bot.

Frequently Asked Questions