Skip to main content

Endpoint

Returns underlying asset data for an account.

Required path parameters

  • accountId — underlying sub account ID.

Response fields

  • s (string) — Request status. Always returns ok.
  • d (array) — Account asset rows.

Account Asset fields

  • afacctno (string) — Sub-account number.
  • pp (number) — Buying power.
  • balance (number) — Cash balance.
  • balancemainsub (number) — Main account balance.
  • baldefovd (number) — Withdrawable cash balance.
  • totalcashsend (number) — Total pending buy amount.
  • ovamt (number) — Estimated loan amount for the day.
  • avladvance (number) — Advanceable cash amount.
  • totalcashreceive (number) — Total pending sell proceeds.
  • cashreceivingt1 (number) — T1 sell proceeds.
  • cashreceivingt2 (number) — T2 sell proceeds.
  • totalloan (number) — Current loan balance.
  • dueamt (number) — Due amount payable today.
  • addamt (number) — Maintenance amount.
  • marginrate (number) — Real-time ratio (RTT).
  • receiving_right (number) — Pending dividend amount.

cURL

Example response

Replace BASE_URL, ACCOUNT_ID, and ACCESS_TOKEN with your values.