Get Portfolio Valuation
USD valuation of your portfolio over time
Retrieve a history of the USD value of your account's portfolio at hourly or daily intervals
Retrieve Portfolio Valuation History
GET
https://api.sfox.com/v1/account/balance/history
Query Parameters
Name | Type | Description |
---|---|---|
start_date* | Number | Timestamp of the start of the query Unix timestamp (ms) |
end_date | Number | Timestamp of the end of the query Unix timestamp (ms) |
interval | Number | Timeseries interval (sec) Options:
Default: |
Response Body
Key | Description | Example |
---|---|---|
| Unix timestamp (ms) of the valuation | |
| USD valuation of your portfolio as of the timestamp |
Example Request
Last updated