ByteChef LogoByteChef
Components

Binance

Binance is an online exchange where users can trade cryptocurrencies.

Binance is an online exchange where users can trade cryptocurrencies.

Categories: Payment Processing

Type: binance/v1


Actions

Fetch Pair Price

Name: fetchPairPrice

Fetch the price of a crypto pair from Binance.

Properties

NameLabelTypeDescriptionRequired
symbolSymbolSTRINGThe symbol of the crypto pair.true

Example JSON Structure

{
  "label" : "Fetch Pair Price",
  "name" : "fetchPairPrice",
  "parameters" : {
    "symbol" : ""
  },
  "type" : "binance/v1/fetchPairPrice"
}

Output

Type: OBJECT

Properties

NameTypeDescription
symbolSTRINGThe symbol of the crypto pair.
priceSTRINGThe price of the crypto pair.

Output Example

{
  "symbol" : "",
  "price" : ""
}

On this page