List of endpoints
| Functionality | Endpoint Type | |
|---|---|---|
| OHLCV Tokens Stream | subscription | subscription { ohlcvCandlesForToken { ... } } |
| OHLCV Pairs Stream | subscription | subscription { ohlcvCandlesForPair { ... } } |
| New DEX Pairs Stream | subscription | subscription { newPairs { ... } } |
| Update Pairs Stream | subscription | subscription { updatePairs { ... } } |
| Wallet Activity Stream | subscription | subscription { walletTxs { ... } } |
| Token Search Query | query | query { searchToken { ... } } |
| Top Trader Wallets for Token Query | query | query { upnlForToken { ... } } |
| Wallet PnL by Token Query | query | query { upnlForWallet { ... } } |