HyperPaxeer NetworkPaxeer Network
API Reference

Trigger price sync from all DB sources

POST
/api/v1/prices/sync

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.

Response Body

application/json

text/plain

curl -X POST "https://us-east-1.user-stats.sidiora.exchange/api/v1/prices/sync"
{
  "success": true,
  "total_tokens": 90,
  "updated": 90,
  "by_source": {
    "network": 86,
    "stablecoin": 4
  },
  "native_pax_price": "10.8558331254187000"
}
"string"