API Reference
Trigger token metadata sync from Paxscan
Manually triggers a full sync of token metadata from the Paxscan block explorer database. This runs automatically every 5 minutes but can be triggered on-demand.
Response Body
application/json
text/plain
curl -X POST "https://us-east-1.user-stats.sidiora.exchange/api/v1/tokens/sync"{
"success": true,
"total": 203,
"complete": 192,
"partial": 11,
"missing": 0,
"with_icon": 68
}"string"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.
Search for transactions GET
Search for transactions w/ their results. See /subscribe for the query syntax.