Get account settings
This endpoint allows users to get account margin and leverage settings (if they are not at default values)
Query Parameters
Field
Type
Need
Description
Example
"account"
string
required
Account address
42trU9A5...
Response
NOTE: Upon account creation, all markets have margin settings default to cross margin and leverage default to max. When querying this endpoint, all markets with default margin and leverage settings on this account will return blank.
Status 200: Successfully retrieved account settings
Status 400: Invalid request parameters
Status 401: Unauthorized access
Status 500: Internal server error
Code Example (Python)
Last updated