post https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Assets/AddFiatCurrency
Allows a tenant to add a Fiat currency to the system
Log in to see full request history
Responses
Allows a tenant to add a Fiat currency to the system
xxxxxxxxxx
16curl --request POST \
--url https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Assets/AddFiatCurrency \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"asset_unique_identifier": "USD",
"asset_unique_symbol": "USD",
"asset_name": "US Dollars",
"iso_code": "USD",
"iso_name": "US Dollar",
"custom_attributes": {
"some_value": 123
}
}
'
Try It!
to start a request and see the response here! Or choose an example: