I cannot find unambiguous instructions for the API_KEY and Secret required when getting details for sub-account FUTURES.
In addition, I find two different routes in various documents:
in (https://developers.binance.com/docs/sub_account/asset-management/Get-Detail-on-Sub-accounts-Futures-Account-V2)
the route is /sapi/v2/sub-account/futures/account
NOTE v2 and a futuresType parameter is required.
in https://binance-docs.github.io/apidocs/spot/en/#get-detail-on-sub-account-39-s-futures-account-for-master-account
the route is /sapi/v1/sub-account/futures/account
NOTE v1 and the futuresType parameter is not used.
The master account is a corporate account.
FUTURES is enabled in sub account (there are no funds yet)
I have actually tried both routes (changing parameters accordingly) and get the Signature for this request is not valid error. I am using Java, and all other signature requests work (using master account API_KEY and SECRET). I have also tried from Postman (the collection used the v1 route) and got the same error.
I would appreciate any guidance
Jack