Skip to main content
GET
/
api
/
binance
/
accounts
/
{account_id}
/
summary
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/binance/accounts/{account_id}/summary \
  --header 'Authorization: Bearer <token>'
{
  "account_id": 123,
  "exchange": "<string>",
  "failed": 123,
  "successful": 123,
  "total_actions": 123
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Path Parameters

account_id
integer<int32>
required

Account ID

Response

Account summary

Action-summary row.

account_id
integer<int32>
required
exchange
string
required
failed
integer<int64>
required
successful
integer<int64>
required
total_actions
integer<int64>
required