-
I noticed that all of the frameworks that BinanceApi relies on are capable of being built for iOS yet BinanceApi itself is not setup to be built for iOS. Is there any reason for this? Can we fix this?
-
How to Combine with TradingView AlertMessage and BinanceAPI
-
using BinanceAPI;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using System.Threading.Tasks;
using static BinanceAPI.Bin…
-
TradeResponse testTradeResponse = await binanceApi.LimitOrderAsync("BLZBNB", Binance.NetCore.Entities.Side.BUY, 145, 0.001779M);
CancelTradeParams testCancelTradeParams = new CancelTradeP…
-
binanceApi.WithdrawAsync(new WithdrawRequest(ApiUser)
{
Asset = BinanceAssetMapper.GetAssetByCurrency(currency),
Address = recipient.Currencies[currency].…
-
https://github.com/sonvister/Binance/blob/da2967a181212fda937a28ed6fcdd284f0778966/src/Binance/Market/Candlestick.cs#L134
**Reprosteps**: `await _binanceApi.GetCandlesticksAsync("TRXBTC", Candlestick…
-
Hello! I want to use BinanceApi for the macOS application.
I'll try the examples that are given in README.md, when I use the code from the example ([I get the latest price for all symbols](
https://…
-
Using `.Net Core 3.1` console app:
static async Task Main(string[] args)
{
Console.WriteLine("Hello World!");
var apikey = "";
var apisecre…
-
Hi, i´m not good at JavaScript so i want you to ask if the change on the binanceapi will have a effect on my Gekkotradingbot.
They will Delist the WAPI Endpoints, whatever this means, is gekko usin…
-
```
import './index.scss';
import { filterData } from '@utils';
import React, { useEffect, useMemo, useRef, useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
im…