List summary of Inventory
Tax
List summary of Inventory
Permissions required: Subaccount
List user’s inventory summary for all assets.
GET
List summary of Inventory
Authorizations
An API key associated with a security role
Path Parameters
The ID of the subaccount
Query Parameters
Number of results
Required range:
x >= 0Offset of the results to start
Required range:
x >= 0Response
Successfully returned the inventory summary
Example:
[
{
"assetType": "BTC",
"quantity": "5.5",
"costBasis": "2500.23"
},
{
"assetType": "BTC",
"quantity": "53.5",
"costBasis": "3600.23"
}
]
