Update User Assets

This API is used to updated details of assets of a user.

Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
assetsarrayA valid array of asset details which are to be updated
kyc_donebooleanA valid boolean value of status kyc_done

Common error scenarios

The following are the common error scenarios in sending an API request:

ErrorDescription
param is missing or the value is empty: finsire_idfinsire_id is a required field
param is missing or the value is empty: assetsassets is a required field
param is missing or the value is empty: kyc_donekyc_done is a required field

You can try out this API here.