Retrieve Portfolio
Retrieve portfolio of a trading account
GET
https://api.ajaib.co.id/coin/internal/v1/portfolio
Functionality: Retrieves the aggregated portfolio of the exchange client. No sub-accounts yet.
Authentication: Required
Request Param
Response Body
Name
Type
Description
asset
string
The name of asset.
free
decimal
The total quantity of free assets.
locked
decimal
The total quantity of locked assets (used for open orders).
equivalent
EquivalentAsset
The equivalent asset from client side
Request Body Object > EquivalentAsset
Name
Type
Description
asset
string
The name of asset.
free
decimal
The total quantity of free assets.
locked
decimal
The total quantity of locked assets (used for open orders).
Last updated