Set asset price
Set asset price for the given asset id. Returns the asset price response.
POST
TypeScript
Headers
A 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.
Path Parameters
The ID of the asset
Body
application/json
Response
Asset price has been set successfully.
The ID of the asset
Example:
"ETH"
Time of last price update
Example:
1716898542
Currency (according to ISO 4217 currency codes)
Example:
"USD"
Price in currency
Example:
3500
Source of the price data
Available options:
PUBLIC, PRIVATE Example:
"PRIVATE"
TypeScript