Method Name
private/get_account
private/get_account
Account details getter
Required minimum session key permission level is read_only
Parameters
wallet
string
required
Ethereum wallet address of account |
Response
id
string or integer
required
|
result
object
required
|
result.cancel_on_disconnect
boolean
required
Whether cancel on disconnect is enabled for the account |
result.is_rfq_maker
boolean
required
Whether account allowed to market make RFQs |
result.wallet
string
required
Ethereum wallet address |
result.websocket_matching_tps
integer
required
Max transactions per second for matching requests over websocket (see Rate Limiting in docs) |
result.websocket_non_matching_tps
integer
required
Max transactions per second for non-matching requests over websocket (see Rate Limiting in docs) |
result.websocket_option_tps
integer
required
Max transactions per second for EACH option instrument over websocket (see Rate Limiting in docs) |
result.websocket_perp_tps
integer
required
Max transactions per second for EACH perp instrument over websocket (see Rate Limiting in docs) |
result.per_endpoint_tps
object
required
If a particular endpoint has a different max TPS, it will be specified here |
result.subaccount_ids
array of integers
required
List of subaccount_ids owned by the wallet in SubAccounts.sol |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}