Set asset priceCopy Pagepost https://api.fireblocks.io/v1/assets/prices/{id}Set asset price for the given asset id. Returns the asset price response.Path ParamsidstringrequiredThe ID of the assetBody ParamscurrencystringrequiredCurrency (according to ISO 4217 currency codes)pricenumberrequiredPrice in currencyHeadersIdempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.Responses 200Asset price has been set successfully. 403 Tenant is not allowed to set rate. Error code: 1002. 404 Currency not found. Error code 1001 defaultError ResponseUpdated 5 months ago