Hi,
GET works with CURL:
$method = “GET”
$url = (“https://www.binance.com/bapi/futures/v1/friendly/future/copy-trade/lead-portfolio/detail?$url_params×tamp=$timestamp&recvWindow=5000&signature=$signature").replace(“?&”,"?”)
But POST throws the login error:
$method = “POST”
$url = (“https://www.binance.com/bapi/futures/v1/private/future/order/open-orders?$url_params×tamp=$timestamp&recvWindow=5000&signature=$signature").replace(“?&”,"?”)
I am using Binance API-Keys and signatures, no problem with GETs as said. Any idea? Thank you! Marcel