Stradr.com API
  • Welcome!
    • Obtaining an API Key
    • Making your first request
  • Order endpoints
    • [POST] Buy Orders
    • [POST] Sell Orders
  • Account endpoints
    • [POST] Change Settings
    • [GET] Query Positions
    • [GET] Query Account Value
    • [GET] Query Daily Change
    • [GET] Query Buying Power
    • [GET] Query Statistic
    • [GET] Query Settings
    • [GET] Query Ranking
    • [GET] Query API Requests
    • [GET] Generate statistical report
Powered by GitBook
On this page
  1. Account endpoints

[GET] Query Account Value

Get the current absolute value of your account

Account value can be retrieved using the Stradr API. Value last market close (the value publicly reflected on user profiles and on the global leaderboard) is also returned.

Example request:

GET https://stradr.com/api/queryAccountValue?key=YOUR_KEY_HERE

Previous[GET] Query PositionsNext[GET] Query Daily Change

Last updated 1 year ago