Skip to content

UAXNPRICE

• Returns the current price or valuation of UAXN (if tokenized or market-bound).

• Useful for displaying market data or calculating value-based analytics.

UaxnPrice
curl http://localhost:8492/fetch_current_price
Response
{
"id":1,
"jsonrpc":"2.0",
"result":{
"current_price":"0.0131"
}
}
FieldTypeDescription
current_pricestringThe current market price of UAXN in USD format (as a string to preserve precision).