Binance
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
Name | Label | Type | Description | Required |
---|---|---|---|---|
symbol | Symbol | STRING | The 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
Name | Type | Description |
---|---|---|
symbol | STRING | The symbol of the crypto pair. |
price | STRING | The price of the crypto pair. |
Output Example
{ "symbol" : "", "price" : ""}