API Reference
Subscribe for events via WebSocket.
NOTE: if you're not reading events fast enough, Tendermint might terminate the subscription.
Query Parameters
query*string
Response Body
application/json
application/json
curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/subscribe?query=tm.event+%3D+%27Tx%27+AND+tx.height+%3D+5"{
"id": 0,
"jsonrpc": "2.0",
"result": {
"property1": null,
"property2": null
}
}{
"id": 0,
"jsonrpc": "2.0",
"error": "Description of failure"
}Node Status GET
Get Tendermint status including node info, pubkey, latest block hash, app hash, block height and time.
Trigger price sync from all DB sources POST
Manually triggers a full price sync from: - **Price Oracle DB**: PAX native price (candle close) - **DEX Subgraph DB**: All DEX market spot prices - **Hardcoded**: Stablecoin prices fixed at $1.00 Prices are stored in the Portfolio DB and used for portfolio valuations. This runs automatically every 30 seconds.