Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Nameindex
DescriptionList accounts (offices)
TypeGET
URL/v9/accounts

Long Description

Lists all offices for your brokerage.

Examples

RequestResponse
/v9/accounts 

 

 

{
   "accounts":[
      {
         "balance":"10412.79",
         "url":"/offices/6",
         "pending_amount":"0.0",
         "id":6,
         "spendable":"7304.73",
         "updated_at":"2013-04-11T21:57:55Z",
         "currency":"USD"
      },
      {
         "balance":"345.32",
         "url":"/offices/1666",
         "pending_amount":"0.0",
         "id":1666,
         "spendable":"345.32",
         "updated_at":"2012-12-06T22:03:29Z",
         "currency":"USD"
      }
   ],
   "current_page":1,
   "per_page":100
}