Get account info
This endpoint allows users to get all high-level account info such as balance, fee level, equity, etc.
Query Parameters
Field
Type
Need
Description
Example
"account"
string
required
Account address
42trU9A5...
Response
Status 200: Successfully retrieved account information
Status 400: Invalid request parameters
Status 401: Unauthorized access
Status 500: Internal server error
Code Example (Python)
Last updated