ledger-sub-accounts
Update sub-account details by sub-account ID.
This endpoint updates sub-account details by sub-account ID.
put/ledger/subaccounts/{subAccountIdRef}
Path parameters
subAccountIdRefstring required
The unique onboard sub-account ID or reference
Request body
Response
Sub-account updated Successfully
Example response
{
"currency": "USD",
"accountBalance": {
"balance": 1000,
"availableBalance": 1000
}
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○