Update User Assets
This API is used to updated details of assets of a user.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
assets | array | A valid array of asset details which are to be updated |
kyc_done | boolean | A valid boolean value of status kyc_done |
Common error scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: assets | assets is a required field |
param is missing or the value is empty: kyc_done | kyc_done is a required field |
You can try out this API here.
Updated about 1 year ago