Read the platform Backpack account
Server-signed reads against the platform's Backpack credentials: account, open orders, and open RFQs. Nothing user-owned is read here.
Query Parameters
- Type: stringsymbol
Market symbol filter
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/backpack/account
curl https://api.musebook.trade/api/backpack/account
{
"ok": true,
"authConfigured": true,
"account": null,
"openOrders": [
{}
],
"openRfqs": [
{}
],
"additionalProperty": "anything"
}