React SDK · Price Service

Enigma Price Service

Read mark prices, token metadata, symbol listings, and service health from the chain's configured price-service endpoint.

getEnigmaPriceServiceHealth
read
Read the health endpoint from the configured Enigma price service.
Click the button to read service health.
getEnigmaPriceServicePricesByAddresses
read
Fetch mark prices by comma-separated token addresses.

0 selected

Select symbols from price-service symbols info or paste comma-separated token addresses. Max 50 per request.

Enter token addresses and read prices.
getEnigmaPriceServicePricesByNames
read
Fetch mark prices by comma-separated market names.

0 selected

Select markets from price-service symbols info or paste comma-separated names. Max 50 per request.

Select markets and read prices.
getEnigmaPriceServiceMetadata
read
Fetch token metadata by address array. The UI converts comma-separated input into an array for the hook.

0 selected

Select symbols from price-service symbols info or paste comma-separated token addresses. The hook receives an array.

Enter token addresses and read metadata.
getEnigmaPriceServiceSymbolsInfo
read
Fetch known symbols, statuses, and token addresses from the Enigma price service.
Click the button to read symbols info.

watchEnigmaPrices
read
Subscribe to live mark-price ticks from the chain's configured Enigma price-service WebSocket.
Disconnected
Click Start to open the price WebSocket.
watchEnigmaPriceByName
read
Pick a solver market and stream just its live mark price. The hook only re-renders when this market's price changes.
Pick a market to start streaming its price.