Hello.
“Trading permissions are only activated for 90 days without trusted IPs set for this API key. You can reactivate after expiration.”
GET /api/v3/account is giving me information that :
“canTrade”: true, “canWithdraw”: true, “canDeposit”: true,
Have we api function which gives me information how many days my api is available? I want to show resembling message with info (solution 1) or just stop a program if api is blocked(solution 2).
Where can i read info via api that trades on spot are blocked?