DESCRIPTIONRetrieves the current status of a user's account. This endpoint allows users and administrators to monitor account status, ensuring compliance with platform rules and enabling timely resolution of any issues affecting account access.
Request
Query Params
timestamp
string
required
UTC timestamp in ms
Example:
1718855898528
signature
string
required
Example:
{{signature}}
Header Params
Content-Type
string
required
Example:
application/json
X-MBX-APIKEY
string
required
Example:
{{maxbit-api-key}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://endpoint-gateway.maxbit.com/sapi/v1/account/apiTradingStatus?timestamp=1718855898528&signature={{signature}}' \
--header'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header'Content-Type: application/json'