1
Seguir
0
Seguidores

Parece que GetPosition de APOLLOX Exchange devuelve una matriz vacía. ¿Podrías echarle un vistazo?

Creado el: 2022-03-01 22:04:28, Actualizado el:
comments   6
hits   776

Yo tengo posiciones, pero con GetPosition () se obtiene una matriz vacía, y Binance parece que puede. function main() {

exchange.SetContractType(‘swap’) var pos = exchange.GetPosition() Log(pos) }