zhouaini528 / binance-php

Binance API Like the official document interface, Support for arbitrary extension.
MIT License
107 stars 43 forks source link

update fapi to v2 #24

Closed ItsNash0 closed 3 years ago

ItsNash0 commented 3 years ago

currently all futures api requests go to fapi v1, but we are on v2

ItsNash0 commented 3 years ago

25

zhouaini528 commented 3 years ago

Thank you for your commits

llomgui commented 3 years ago

Hello,

V2 endpoint does not work for most of the api requests. I always get an error 404 on postOrder, the only way to make it work is to update v2 to v1.

Can you confirm on your side @ItsNash0 ?

Thank you

Datalink-Wouter commented 2 years ago

^ this is still the case. Getting 404's on order-endpoints when using V2.