post https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Assets/UpdateDigitalAsset
Allows a tenant to update information about a digital asset in the system
Log in to see full request history
Responses
Allows a tenant to update information about a digital asset in the system
xxxxxxxxxx
13curl --request POST \
--url https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Assets/UpdateDigitalAsset \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"asset_unique_symbol": "BTC",
"asset_name": "Bitcoin",
"custom_attributes": {
"some_value": 123
}
}
'
Try It!
to start a request and see the response here! Or choose an example: