@chainstream-io/sdk 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chainstream-KjjsTvPO.d.cts → chainstream-B9uaC_fe.d.cts} +145 -254
- package/dist/{chainstream-KjjsTvPO.d.ts → chainstream-B9uaC_fe.d.ts} +145 -254
- package/dist/chainstream.cjs +45 -68
- package/dist/chainstream.cjs.map +1 -1
- package/dist/chainstream.d.cts +1 -1
- package/dist/chainstream.d.ts +1 -1
- package/dist/chainstream.mjs +45 -68
- package/dist/chainstream.mjs.map +1 -1
- package/dist/index.cjs +45 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +45 -68
- package/dist/index.mjs.map +1 -1
- package/dist/stream/index.cjs +45 -68
- package/dist/stream/index.cjs.map +1 -1
- package/dist/stream/index.d.cts +1 -1
- package/dist/stream/index.d.ts +1 -1
- package/dist/stream/index.mjs +45 -68
- package/dist/stream/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -717,261 +717,17 @@ interface TokenSocialMediasDTO {
|
|
|
717
717
|
/** DTO.TOKEN.SOCIAL_MEDIAS.BITBUCKET */
|
|
718
718
|
bitbucket?: string;
|
|
719
719
|
}
|
|
720
|
+
/**
|
|
721
|
+
* DTO.TOKEN.TRADE_STAT.PERIODS
|
|
722
|
+
*/
|
|
723
|
+
type TokenStatPeriods = {
|
|
724
|
+
[key: string]: unknown;
|
|
725
|
+
};
|
|
720
726
|
interface TokenStat {
|
|
721
727
|
/** DTO.TOKEN.STAT.ADDRESS */
|
|
722
728
|
address: string;
|
|
723
|
-
/** DTO.TOKEN.
|
|
724
|
-
|
|
725
|
-
/** DTO.TOKEN.STAT.BUYS_1M */
|
|
726
|
-
buys1m: string;
|
|
727
|
-
/** DTO.TOKEN.STAT.SELLS_1M */
|
|
728
|
-
sells1m: string;
|
|
729
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_1M */
|
|
730
|
-
buyVolumes1m: string;
|
|
731
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_1M */
|
|
732
|
-
sellsVolumes1m: string;
|
|
733
|
-
/** DTO.TOKEN.STAT.VOLUMES_1M */
|
|
734
|
-
volumes1m: string;
|
|
735
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_IN_USD_1M */
|
|
736
|
-
buyVolumesInUsd1m: string;
|
|
737
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_IN_USD_1M */
|
|
738
|
-
sellVolumesInUsd1m: string;
|
|
739
|
-
/** DTO.TOKEN.STAT.VOLUMES_IN_USD_1M */
|
|
740
|
-
volumesInUsd1m: string;
|
|
741
|
-
/** DTO.TOKEN.STAT.BUYERS_1M */
|
|
742
|
-
buyers1m?: string;
|
|
743
|
-
/** DTO.TOKEN.STAT.SELLERS_1M */
|
|
744
|
-
sellers1m?: string;
|
|
745
|
-
/** DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_1M */
|
|
746
|
-
openPriceInUsd1m: string;
|
|
747
|
-
/** DTO.TOKEN.STAT.CLOSE_PRICE_IN_USD_1M */
|
|
748
|
-
closePriceInUsd1m: string;
|
|
749
|
-
/** DTO.TOKEN.STAT.PRICE_CHANGE_RATIO_IN_USD_1M */
|
|
750
|
-
priceChangeRatioInUsd1m: string;
|
|
751
|
-
/** DTO.TOKEN.STAT.TRADES_1M */
|
|
752
|
-
trades1m: string;
|
|
753
|
-
/** DTO.TOKEN.STAT.TRADERS_1M */
|
|
754
|
-
traders1m?: string;
|
|
755
|
-
/** DTO.TOKEN.STAT.HIGH_IN_USD_1M */
|
|
756
|
-
highInUsd1m?: string;
|
|
757
|
-
/** DTO.TOKEN.STAT.LOW_IN_USD_1M */
|
|
758
|
-
lowInUsd1m?: string;
|
|
759
|
-
/** DTO.TOKEN.STAT.PRICE_5M */
|
|
760
|
-
price5m: string;
|
|
761
|
-
/** DTO.TOKEN.STAT.BUYS_5M */
|
|
762
|
-
buys5m: string;
|
|
763
|
-
/** DTO.TOKEN.STAT.SELLS_5M */
|
|
764
|
-
sells5m: string;
|
|
765
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_5M */
|
|
766
|
-
buyVolumes5m: string;
|
|
767
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_5M */
|
|
768
|
-
sellsVolumes5m: string;
|
|
769
|
-
/** DTO.TOKEN.STAT.VOLUMES_5M */
|
|
770
|
-
volumes5m: string;
|
|
771
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_IN_USD_5M */
|
|
772
|
-
buyVolumesInUsd5m: string;
|
|
773
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_IN_USD_5M */
|
|
774
|
-
sellVolumesInUsd5m: string;
|
|
775
|
-
/** DTO.TOKEN.STAT.VOLUMES_IN_USD_5M */
|
|
776
|
-
volumesInUsd5m: string;
|
|
777
|
-
/** DTO.TOKEN.STAT.BUYERS_5M */
|
|
778
|
-
buyers5m?: string;
|
|
779
|
-
/** DTO.TOKEN.STAT.SELLERS_5M */
|
|
780
|
-
sellers5m?: string;
|
|
781
|
-
/** DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_5M */
|
|
782
|
-
openPriceInUsd5m: string;
|
|
783
|
-
/** DTO.TOKEN.STAT.CLOSE_PRICE_IN_USD_5M */
|
|
784
|
-
closePriceInUsd5m: string;
|
|
785
|
-
/** DTO.TOKEN.STAT.PRICE_CHANGE_RATIO_IN_USD_5M */
|
|
786
|
-
priceChangeRatioInUsd5m: string;
|
|
787
|
-
/** DTO.TOKEN.STAT.TRADES_5M */
|
|
788
|
-
trades5m: string;
|
|
789
|
-
/** DTO.TOKEN.STAT.TRADERS_5M */
|
|
790
|
-
traders5m?: string;
|
|
791
|
-
/** DTO.TOKEN.STAT.HIGH_IN_USD_5M */
|
|
792
|
-
highInUsd5m?: string;
|
|
793
|
-
/** DTO.TOKEN.STAT.LOW_IN_USD_5M */
|
|
794
|
-
lowInUsd5m?: string;
|
|
795
|
-
/** DTO.TOKEN.STAT.PRICE_15M */
|
|
796
|
-
price15m?: string;
|
|
797
|
-
/** DTO.TOKEN.STAT.BUYS_15M */
|
|
798
|
-
buys15m?: string;
|
|
799
|
-
/** DTO.TOKEN.STAT.SELLS_15M */
|
|
800
|
-
sells15m?: string;
|
|
801
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_15M */
|
|
802
|
-
buyVolumes15m?: string;
|
|
803
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_15M */
|
|
804
|
-
sellsVolumes15m?: string;
|
|
805
|
-
/** DTO.TOKEN.STAT.VOLUMES_15M */
|
|
806
|
-
volumes15m?: string;
|
|
807
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_IN_USD_15M */
|
|
808
|
-
buyVolumesInUsd15m?: string;
|
|
809
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_IN_USD_15M */
|
|
810
|
-
sellVolumesInUsd15m?: string;
|
|
811
|
-
/** DTO.TOKEN.STAT.VOLUMES_IN_USD_15M */
|
|
812
|
-
volumesInUsd15m?: string;
|
|
813
|
-
/** DTO.TOKEN.STAT.BUYERS_15M */
|
|
814
|
-
buyers15m?: string;
|
|
815
|
-
/** DTO.TOKEN.STAT.SELLERS_15M */
|
|
816
|
-
sellers15m?: string;
|
|
817
|
-
/** DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_15M */
|
|
818
|
-
openPriceInUsd15m?: string;
|
|
819
|
-
/** DTO.TOKEN.STAT.CLOSE_PRICE_IN_USD_15M */
|
|
820
|
-
closePriceInUsd15m?: string;
|
|
821
|
-
/** DTO.TOKEN.STAT.PRICE_CHANGE_RATIO_IN_USD_15M */
|
|
822
|
-
priceChangeRatioInUsd15m?: string;
|
|
823
|
-
/** DTO.TOKEN.STAT.TRADES_15M */
|
|
824
|
-
trades15m?: string;
|
|
825
|
-
/** DTO.TOKEN.STAT.TRADERS_15M */
|
|
826
|
-
traders15m?: string;
|
|
827
|
-
/** DTO.TOKEN.STAT.HIGH_IN_USD_15M */
|
|
828
|
-
highInUsd15m?: string;
|
|
829
|
-
/** DTO.TOKEN.STAT.LOW_IN_USD_15M */
|
|
830
|
-
lowInUsd15m?: string;
|
|
831
|
-
/** DTO.TOKEN.STAT.PRICE_30M */
|
|
832
|
-
price30m: string;
|
|
833
|
-
/** DTO.TOKEN.STAT.BUYS_30M */
|
|
834
|
-
buys30m: string;
|
|
835
|
-
/** DTO.TOKEN.STAT.SELLS_30M */
|
|
836
|
-
sells30m: string;
|
|
837
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_30M */
|
|
838
|
-
buyVolumes30m: string;
|
|
839
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_30M */
|
|
840
|
-
sellsVolumes30m: string;
|
|
841
|
-
/** DTO.TOKEN.STAT.VOLUMES_30M */
|
|
842
|
-
volumes30m: string;
|
|
843
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_IN_USD_30M */
|
|
844
|
-
buyVolumesInUsd30m: string;
|
|
845
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_IN_USD_30M */
|
|
846
|
-
sellVolumesInUsd30m: string;
|
|
847
|
-
/** DTO.TOKEN.STAT.VOLUMES_IN_USD_30M */
|
|
848
|
-
volumesInUsd30m: string;
|
|
849
|
-
/** DTO.TOKEN.STAT.BUYERS_30M */
|
|
850
|
-
buyers30m?: string;
|
|
851
|
-
/** DTO.TOKEN.STAT.SELLERS_30M */
|
|
852
|
-
sellers30m?: string;
|
|
853
|
-
/** DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_30M */
|
|
854
|
-
openPriceInUsd30m: string;
|
|
855
|
-
/** DTO.TOKEN.STAT.CLOSE_PRICE_IN_USD_30M */
|
|
856
|
-
closePriceInUsd30m: string;
|
|
857
|
-
/** DTO.TOKEN.STAT.PRICE_CHANGE_RATIO_IN_USD_30M */
|
|
858
|
-
priceChangeRatioInUsd30m: string;
|
|
859
|
-
/** DTO.TOKEN.STAT.TRADES_30M */
|
|
860
|
-
trades30m: string;
|
|
861
|
-
/** DTO.TOKEN.STAT.TRADERS_30M */
|
|
862
|
-
traders30m?: string;
|
|
863
|
-
/** DTO.TOKEN.STAT.HIGH_IN_USD_30M */
|
|
864
|
-
highInUsd30m?: string;
|
|
865
|
-
/** DTO.TOKEN.STAT.LOW_IN_USD_30M */
|
|
866
|
-
lowInUsd30m?: string;
|
|
867
|
-
/** DTO.TOKEN.STAT.PRICE_1H */
|
|
868
|
-
price1h: string;
|
|
869
|
-
/** DTO.TOKEN.STAT.BUYS_1H */
|
|
870
|
-
buys1h: string;
|
|
871
|
-
/** DTO.TOKEN.STAT.SELLS_1H */
|
|
872
|
-
sells1h: string;
|
|
873
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_1H */
|
|
874
|
-
buyVolumes1h: string;
|
|
875
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_1H */
|
|
876
|
-
sellsVolumes1h: string;
|
|
877
|
-
/** DTO.TOKEN.STAT.VOLUMES_1H */
|
|
878
|
-
volumes1h: string;
|
|
879
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_IN_USD_1H */
|
|
880
|
-
buyVolumesInUsd1h: string;
|
|
881
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_IN_USD_1H */
|
|
882
|
-
sellVolumesInUsd1h: string;
|
|
883
|
-
/** DTO.TOKEN.STAT.VOLUMES_IN_USD_1H */
|
|
884
|
-
volumesInUsd1h: string;
|
|
885
|
-
/** DTO.TOKEN.STAT.BUYERS_1H */
|
|
886
|
-
buyers1h?: string;
|
|
887
|
-
/** DTO.TOKEN.STAT.SELLERS_1H */
|
|
888
|
-
sellers1h?: string;
|
|
889
|
-
/** DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_1H */
|
|
890
|
-
openPriceInUsd1h: string;
|
|
891
|
-
/** DTO.TOKEN.STAT.CLOSE_PRICE_IN_USD_1H */
|
|
892
|
-
closePriceInUsd1h: string;
|
|
893
|
-
/** DTO.TOKEN.STAT.PRICE_CHANGE_RATIO_IN_USD_1H */
|
|
894
|
-
priceChangeRatioInUsd1h: string;
|
|
895
|
-
/** DTO.TOKEN.STAT.TRADES_1H */
|
|
896
|
-
trades1h: string;
|
|
897
|
-
/** DTO.TOKEN.STAT.TRADERS_1H */
|
|
898
|
-
traders1h?: string;
|
|
899
|
-
/** DTO.TOKEN.STAT.HIGH_IN_USD_1H */
|
|
900
|
-
highInUsd1h?: string;
|
|
901
|
-
/** DTO.TOKEN.STAT.LOW_IN_USD_1H */
|
|
902
|
-
lowInUsd1h?: string;
|
|
903
|
-
/** DTO.TOKEN.STAT.PRICE_4H */
|
|
904
|
-
price4h: string;
|
|
905
|
-
/** DTO.TOKEN.STAT.BUYS_4H */
|
|
906
|
-
buys4h: string;
|
|
907
|
-
/** DTO.TOKEN.STAT.SELLS_4H */
|
|
908
|
-
sells4h: string;
|
|
909
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_4H */
|
|
910
|
-
buyVolumes4h: string;
|
|
911
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_4H */
|
|
912
|
-
sellsVolumes4h: string;
|
|
913
|
-
/** DTO.TOKEN.STAT.VOLUMES_4H */
|
|
914
|
-
volumes4h: string;
|
|
915
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_IN_USD_4H */
|
|
916
|
-
buyVolumesInUsd4h: string;
|
|
917
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_IN_USD_4H */
|
|
918
|
-
sellVolumesInUsd4h: string;
|
|
919
|
-
/** DTO.TOKEN.STAT.VOLUMES_IN_USD_4H */
|
|
920
|
-
volumesInUsd4h: string;
|
|
921
|
-
/** DTO.TOKEN.STAT.BUYERS_4H */
|
|
922
|
-
buyers4h?: string;
|
|
923
|
-
/** DTO.TOKEN.STAT.SELLERS_4H */
|
|
924
|
-
sellers4h?: string;
|
|
925
|
-
/** DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_4H */
|
|
926
|
-
openPriceInUsd4h: string;
|
|
927
|
-
/** DTO.TOKEN.STAT.CLOSE_PRICE_IN_USD_4H */
|
|
928
|
-
closePriceInUsd4h: string;
|
|
929
|
-
/** DTO.TOKEN.STAT.PRICE_CHANGE_RATIO_IN_USD_4H */
|
|
930
|
-
priceChangeRatioInUsd4h: string;
|
|
931
|
-
/** DTO.TOKEN.STAT.TRADES_4H */
|
|
932
|
-
trades4h: string;
|
|
933
|
-
/** DTO.TOKEN.STAT.TRADERS_4H */
|
|
934
|
-
traders4h?: string;
|
|
935
|
-
/** DTO.TOKEN.STAT.HIGH_IN_USD_4H */
|
|
936
|
-
highInUsd4h?: string;
|
|
937
|
-
/** DTO.TOKEN.STAT.LOW_IN_USD_4H */
|
|
938
|
-
lowInUsd4h?: string;
|
|
939
|
-
/** DTO.TOKEN.STAT.PRICE_24H */
|
|
940
|
-
price24h: string;
|
|
941
|
-
/** DTO.TOKEN.STAT.BUYS_24H */
|
|
942
|
-
buys24h: string;
|
|
943
|
-
/** DTO.TOKEN.STAT.SELLS_24H */
|
|
944
|
-
sells24h: string;
|
|
945
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_24H */
|
|
946
|
-
buyVolumes24h: string;
|
|
947
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_24H */
|
|
948
|
-
sellsVolumes24h: string;
|
|
949
|
-
/** DTO.TOKEN.STAT.VOLUMES_24H */
|
|
950
|
-
volumes24h: string;
|
|
951
|
-
/** DTO.TOKEN.STAT.BUY_VOLUMES_IN_USD_24H */
|
|
952
|
-
buyVolumesInUsd24h: string;
|
|
953
|
-
/** DTO.TOKEN.STAT.SELL_VOLUMES_IN_USD_24H */
|
|
954
|
-
sellVolumesInUsd24h: string;
|
|
955
|
-
/** DTO.TOKEN.STAT.VOLUMES_IN_USD_24H */
|
|
956
|
-
volumesInUsd24h: string;
|
|
957
|
-
/** DTO.TOKEN.STAT.BUYERS_24H */
|
|
958
|
-
buyers24h?: string;
|
|
959
|
-
/** DTO.TOKEN.STAT.SELLERS_24H */
|
|
960
|
-
sellers24h?: string;
|
|
961
|
-
/** DTO.TOKEN.STAT.OPEN_PRICE_IN_USD_24H */
|
|
962
|
-
openPriceInUsd24h: string;
|
|
963
|
-
/** DTO.TOKEN.STAT.CLOSE_PRICE_IN_USD_24H */
|
|
964
|
-
closePriceInUsd24h: string;
|
|
965
|
-
/** DTO.TOKEN.STAT.PRICE_CHANGE_RATIO_IN_USD_24H */
|
|
966
|
-
priceChangeRatioInUsd24h: string;
|
|
967
|
-
/** DTO.TOKEN.STAT.TRADES_24H */
|
|
968
|
-
trades24h: string;
|
|
969
|
-
/** DTO.TOKEN.STAT.TRADERS_24H */
|
|
970
|
-
traders24h?: string;
|
|
971
|
-
/** DTO.TOKEN.STAT.HIGH_IN_USD_24H */
|
|
972
|
-
highInUsd24h?: string;
|
|
973
|
-
/** DTO.TOKEN.STAT.LOW_IN_USD_24H */
|
|
974
|
-
lowInUsd24h?: string;
|
|
729
|
+
/** DTO.TOKEN.TRADE_STAT.PERIODS */
|
|
730
|
+
periods: TokenStatPeriods;
|
|
975
731
|
}
|
|
976
732
|
interface DexPoolTokenLiquidity {
|
|
977
733
|
/** DTO.DEXPOOL.TOKEN_ADDRESS */
|
|
@@ -5882,9 +5638,17 @@ interface WsTokenActivity {
|
|
|
5882
5638
|
txHash: string;
|
|
5883
5639
|
timestamp: number;
|
|
5884
5640
|
}
|
|
5641
|
+
/**
|
|
5642
|
+
* Token trade statistics for multiple time windows.
|
|
5643
|
+
* Time windows: 1m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 24h, 1W, 1M
|
|
5644
|
+
*/
|
|
5885
5645
|
interface WsTokenStat {
|
|
5646
|
+
/** Token address */
|
|
5886
5647
|
address: string;
|
|
5648
|
+
/** Timestamp in milliseconds (UTC time when pipeline processed) */
|
|
5887
5649
|
timestamp: number;
|
|
5650
|
+
/** Current token price in USD (first positive closeInUsd across windows, or from cache) */
|
|
5651
|
+
price?: string;
|
|
5888
5652
|
buys1m?: number;
|
|
5889
5653
|
sells1m?: number;
|
|
5890
5654
|
buyers1m?: number;
|
|
@@ -5894,6 +5658,12 @@ interface WsTokenStat {
|
|
|
5894
5658
|
price1m?: string;
|
|
5895
5659
|
openInUsd1m?: string;
|
|
5896
5660
|
closeInUsd1m?: string;
|
|
5661
|
+
volumeChangeRatio1m?: string;
|
|
5662
|
+
trades1m?: number;
|
|
5663
|
+
dappProgramCount1m?: number;
|
|
5664
|
+
poolCount1m?: number;
|
|
5665
|
+
liquidityInUsd1m?: string;
|
|
5666
|
+
liquidityChangeRatio1m?: string;
|
|
5897
5667
|
buys5m?: number;
|
|
5898
5668
|
sells5m?: number;
|
|
5899
5669
|
buyers5m?: number;
|
|
@@ -5903,6 +5673,12 @@ interface WsTokenStat {
|
|
|
5903
5673
|
price5m?: string;
|
|
5904
5674
|
openInUsd5m?: string;
|
|
5905
5675
|
closeInUsd5m?: string;
|
|
5676
|
+
volumeChangeRatio5m?: string;
|
|
5677
|
+
trades5m?: number;
|
|
5678
|
+
dappProgramCount5m?: number;
|
|
5679
|
+
poolCount5m?: number;
|
|
5680
|
+
liquidityInUsd5m?: string;
|
|
5681
|
+
liquidityChangeRatio5m?: string;
|
|
5906
5682
|
buys15m?: number;
|
|
5907
5683
|
sells15m?: number;
|
|
5908
5684
|
buyers15m?: number;
|
|
@@ -5912,6 +5688,12 @@ interface WsTokenStat {
|
|
|
5912
5688
|
price15m?: string;
|
|
5913
5689
|
openInUsd15m?: string;
|
|
5914
5690
|
closeInUsd15m?: string;
|
|
5691
|
+
volumeChangeRatio15m?: string;
|
|
5692
|
+
trades15m?: number;
|
|
5693
|
+
dappProgramCount15m?: number;
|
|
5694
|
+
poolCount15m?: number;
|
|
5695
|
+
liquidityInUsd15m?: string;
|
|
5696
|
+
liquidityChangeRatio15m?: string;
|
|
5915
5697
|
buys30m?: number;
|
|
5916
5698
|
sells30m?: number;
|
|
5917
5699
|
buyers30m?: number;
|
|
@@ -5921,6 +5703,12 @@ interface WsTokenStat {
|
|
|
5921
5703
|
price30m?: string;
|
|
5922
5704
|
openInUsd30m?: string;
|
|
5923
5705
|
closeInUsd30m?: string;
|
|
5706
|
+
volumeChangeRatio30m?: string;
|
|
5707
|
+
trades30m?: number;
|
|
5708
|
+
dappProgramCount30m?: number;
|
|
5709
|
+
poolCount30m?: number;
|
|
5710
|
+
liquidityInUsd30m?: string;
|
|
5711
|
+
liquidityChangeRatio30m?: string;
|
|
5924
5712
|
buys1h?: number;
|
|
5925
5713
|
sells1h?: number;
|
|
5926
5714
|
buyers1h?: number;
|
|
@@ -5930,6 +5718,27 @@ interface WsTokenStat {
|
|
|
5930
5718
|
price1h?: string;
|
|
5931
5719
|
openInUsd1h?: string;
|
|
5932
5720
|
closeInUsd1h?: string;
|
|
5721
|
+
volumeChangeRatio1h?: string;
|
|
5722
|
+
trades1h?: number;
|
|
5723
|
+
dappProgramCount1h?: number;
|
|
5724
|
+
poolCount1h?: number;
|
|
5725
|
+
liquidityInUsd1h?: string;
|
|
5726
|
+
liquidityChangeRatio1h?: string;
|
|
5727
|
+
buys2h?: number;
|
|
5728
|
+
sells2h?: number;
|
|
5729
|
+
buyers2h?: number;
|
|
5730
|
+
sellers2h?: number;
|
|
5731
|
+
buyVolumeInUsd2h?: string;
|
|
5732
|
+
sellVolumeInUsd2h?: string;
|
|
5733
|
+
price2h?: string;
|
|
5734
|
+
openInUsd2h?: string;
|
|
5735
|
+
closeInUsd2h?: string;
|
|
5736
|
+
volumeChangeRatio2h?: string;
|
|
5737
|
+
trades2h?: number;
|
|
5738
|
+
dappProgramCount2h?: number;
|
|
5739
|
+
poolCount2h?: number;
|
|
5740
|
+
liquidityInUsd2h?: string;
|
|
5741
|
+
liquidityChangeRatio2h?: string;
|
|
5933
5742
|
buys4h?: number;
|
|
5934
5743
|
sells4h?: number;
|
|
5935
5744
|
buyers4h?: number;
|
|
@@ -5939,6 +5748,42 @@ interface WsTokenStat {
|
|
|
5939
5748
|
price4h?: string;
|
|
5940
5749
|
openInUsd4h?: string;
|
|
5941
5750
|
closeInUsd4h?: string;
|
|
5751
|
+
volumeChangeRatio4h?: string;
|
|
5752
|
+
trades4h?: number;
|
|
5753
|
+
dappProgramCount4h?: number;
|
|
5754
|
+
poolCount4h?: number;
|
|
5755
|
+
liquidityInUsd4h?: string;
|
|
5756
|
+
liquidityChangeRatio4h?: string;
|
|
5757
|
+
buys6h?: number;
|
|
5758
|
+
sells6h?: number;
|
|
5759
|
+
buyers6h?: number;
|
|
5760
|
+
sellers6h?: number;
|
|
5761
|
+
buyVolumeInUsd6h?: string;
|
|
5762
|
+
sellVolumeInUsd6h?: string;
|
|
5763
|
+
price6h?: string;
|
|
5764
|
+
openInUsd6h?: string;
|
|
5765
|
+
closeInUsd6h?: string;
|
|
5766
|
+
volumeChangeRatio6h?: string;
|
|
5767
|
+
trades6h?: number;
|
|
5768
|
+
dappProgramCount6h?: number;
|
|
5769
|
+
poolCount6h?: number;
|
|
5770
|
+
liquidityInUsd6h?: string;
|
|
5771
|
+
liquidityChangeRatio6h?: string;
|
|
5772
|
+
buys8h?: number;
|
|
5773
|
+
sells8h?: number;
|
|
5774
|
+
buyers8h?: number;
|
|
5775
|
+
sellers8h?: number;
|
|
5776
|
+
buyVolumeInUsd8h?: string;
|
|
5777
|
+
sellVolumeInUsd8h?: string;
|
|
5778
|
+
price8h?: string;
|
|
5779
|
+
openInUsd8h?: string;
|
|
5780
|
+
closeInUsd8h?: string;
|
|
5781
|
+
volumeChangeRatio8h?: string;
|
|
5782
|
+
trades8h?: number;
|
|
5783
|
+
dappProgramCount8h?: number;
|
|
5784
|
+
poolCount8h?: number;
|
|
5785
|
+
liquidityInUsd8h?: string;
|
|
5786
|
+
liquidityChangeRatio8h?: string;
|
|
5942
5787
|
buys24h?: number;
|
|
5943
5788
|
sells24h?: number;
|
|
5944
5789
|
buyers24h?: number;
|
|
@@ -5948,7 +5793,42 @@ interface WsTokenStat {
|
|
|
5948
5793
|
price24h?: string;
|
|
5949
5794
|
openInUsd24h?: string;
|
|
5950
5795
|
closeInUsd24h?: string;
|
|
5951
|
-
|
|
5796
|
+
volumeChangeRatio24h?: string;
|
|
5797
|
+
trades24h?: number;
|
|
5798
|
+
dappProgramCount24h?: number;
|
|
5799
|
+
poolCount24h?: number;
|
|
5800
|
+
liquidityInUsd24h?: string;
|
|
5801
|
+
liquidityChangeRatio24h?: string;
|
|
5802
|
+
buys1W?: number;
|
|
5803
|
+
sells1W?: number;
|
|
5804
|
+
buyers1W?: number;
|
|
5805
|
+
sellers1W?: number;
|
|
5806
|
+
buyVolumeInUsd1W?: string;
|
|
5807
|
+
sellVolumeInUsd1W?: string;
|
|
5808
|
+
price1W?: string;
|
|
5809
|
+
openInUsd1W?: string;
|
|
5810
|
+
closeInUsd1W?: string;
|
|
5811
|
+
volumeChangeRatio1W?: string;
|
|
5812
|
+
trades1W?: number;
|
|
5813
|
+
dappProgramCount1W?: number;
|
|
5814
|
+
poolCount1W?: number;
|
|
5815
|
+
liquidityInUsd1W?: string;
|
|
5816
|
+
liquidityChangeRatio1W?: string;
|
|
5817
|
+
buys1M?: number;
|
|
5818
|
+
sells1M?: number;
|
|
5819
|
+
buyers1M?: number;
|
|
5820
|
+
sellers1M?: number;
|
|
5821
|
+
buyVolumeInUsd1M?: string;
|
|
5822
|
+
sellVolumeInUsd1M?: string;
|
|
5823
|
+
price1M?: string;
|
|
5824
|
+
openInUsd1M?: string;
|
|
5825
|
+
closeInUsd1M?: string;
|
|
5826
|
+
volumeChangeRatio1M?: string;
|
|
5827
|
+
trades1M?: number;
|
|
5828
|
+
dappProgramCount1M?: number;
|
|
5829
|
+
poolCount1M?: number;
|
|
5830
|
+
liquidityInUsd1M?: string;
|
|
5831
|
+
liquidityChangeRatio1M?: string;
|
|
5952
5832
|
}
|
|
5953
5833
|
interface WsTokenHolder {
|
|
5954
5834
|
tokenAddress: string;
|
|
@@ -6302,6 +6182,17 @@ declare class StreamApi {
|
|
|
6302
6182
|
filter?: string;
|
|
6303
6183
|
priceType?: WsPriceType;
|
|
6304
6184
|
}): Unsubscribable;
|
|
6185
|
+
/**
|
|
6186
|
+
* Parse token stat data for a specific time window
|
|
6187
|
+
* @param data - Raw WebSocket data
|
|
6188
|
+
* @param suffix - Time window suffix (e.g., "1m", "5m", "1h", "1W", "1M")
|
|
6189
|
+
*/
|
|
6190
|
+
private parseTokenStatWindow;
|
|
6191
|
+
/**
|
|
6192
|
+
* Subscribe to token trade statistics
|
|
6193
|
+
* Channel: dex-token-stats:{chain}_{tokenAddress}
|
|
6194
|
+
* Time windows: 1m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 24h, 1W, 1M
|
|
6195
|
+
*/
|
|
6305
6196
|
subscribeTokenStats({ chain, tokenAddress, callback, filter, }: {
|
|
6306
6197
|
chain: string;
|
|
6307
6198
|
tokenAddress: string;
|
|
@@ -6476,4 +6367,4 @@ interface PostOptions {
|
|
|
6476
6367
|
idempotencyKey?: string;
|
|
6477
6368
|
}
|
|
6478
6369
|
|
|
6479
|
-
export { SwapRouteInputDex as $, get as A, streaming as B, ChainStreamClient as C, type StreamingResult as D, type JobDTO as E, type JobStreamingDTOData as F, type GetResult as G, type JobStreamingDTO as H, type BlockchainDTO as I, type JobDTOResult as J, ChainSymbol as K, type BlockchainLatestBlockDTO as L, SendTxInputSubmitType as M, type SendTxInputOptions as N, type SendTxInput as O, type SendTxResponse as P, type GasPriceResponse as Q, type EstimateGasLimitInput as R, StreamApi as S, type TokenProvider as T, type Unsubscribable as U, type EstimateGasLimitResponse as V, WsTokenActivityType as W, SwapInputDex as X, SwapInputSwapMode as Y, type SwapInput as Z, type SwapReply as _, WsChannelType as a, type TokenTraderOnchainCreatedAt as a$, SwapRouteInputSwapMode as a0, type SwapRouteInput as a1, type SwapRouteResponseRouteInfo as a2, type SwapRouteResponse as a3, type DexQuoteResponse as a4, CreateTokenInputDex as a5, type CreateTokenInputExtra as a6, type CreateTokenInput as a7, type CreateTokenReply as a8, type DexDTO as a9, type DexPoolTokenLiquidity as aA, DexPoolDTOType as aB, DexPoolDTOVersion as aC, DexPoolDTOLiquidityModel as aD, type DexPoolDTO as aE, type TokenMarketData as aF, type TokenExtension as aG, type Token as aH, type TokenPageCountsByProtocols as aI, type TokenPage as aJ, FilterConditionField as aK, type FilterCondition as aL, type TokenMetadata as aM, type DexPoolPage as aN, type TokenHolder as aO, type TokenHolderPage as aP, Resolution as aQ, PriceType as aR, type Candle as aS, type TokenPriceDTO as aT, type TokenPricePage as aU, TokenCreationDTOType as aV, type TokenCreationDTO as aW, type TokenCreationPage as aX, type TokenListPage as aY, type DevTokenDTO as aZ, TokenTraderTag as a_, type DexPage as aa, LinkLabel as ab, type Link as ac, MoonshotCreateTokenInputDex as ad, MoonshotCreateTokenInputMigrationDex as ae, type MoonshotCreateTokenInput as af, type MoonshotCreateTokenReplyExtra as ag, type MoonshotCreateTokenReply as ah, type MoonshotSubmitCreateTokenInputExtra as ai, type MoonshotSubmitCreateTokenInput as aj, PumpCreateTokenInputDex as ak, PumpCreateTokenInputMigrationDex as al, type PumpCreateTokenInput as am, type PumpCreateTokenReplyExtra as an, type PumpCreateTokenReply as ao, type TradeDetailDTO as ap, type TradePage as aq, type TopTradersDTO as ar, type TopTradersPage as as, TraderPnlResolution as at, type TraderGainersLosersItemDTO as au, type TraderGainersLosersPage as av, type TokenCreatorsDTO as aw, type TokenExtraDTO as ax, type TokenSocialMediasDTO as ay, type TokenStat as az, WsMetricType as b, type WithdrawalAddressIdentificationsResponseDTO as b$, type TokenTrader as b0, type TokenLiquiditySnapshotDTO as b1, type TokenLiquiditySnapshotPage as b2, TokenTransferItemDTOFlow as b3, type TokenTransferItemDTO as b4, type TokenTransferPage as b5, type TokenTransferTotalDTO as b6, type DexPoolTokenSnapshotDTO as b7, type DexPoolSnapshotDTO as b8, type DexPoolSnapshotPage as b9, CreateRedPacketInputChain as bA, type CreateRedPacketInput as bB, type CreateRedPacketReply as bC, ClaimRedPacketInputChain as bD, type ClaimRedPacketInput as bE, type RedPacketReply as bF, Chain as bG, type RedPacketDTO as bH, type RedPacketClaimDTO as bI, type RedPacketClaimsPage as bJ, type RedPacketsPage as bK, type RedPacketSendTxInput as bL, type RedPacketSendTxResponse as bM, KYTRegisterTransferRequestNetwork as bN, KYTRegisterTransferRequestDirection as bO, type KYTRegisterTransferRequest as bP, type TransferBaseResponseDTO as bQ, type DirectExposureDetail as bR, type TransferDirectExposureResponseDTO as bS, type AlertDetail as bT, type TransferAlertsResponseDTO as bU, type NetworkIdentificationOrg as bV, type TransferNetworkIdentificationsResponseDTO as bW, KYTRegisterWithdrawalRequestNetwork as bX, type KYTRegisterWithdrawalRequest as bY, type WithdrawalBaseResponseDTO as bZ, type ChainalysisAddressIdentification as b_, type WalletNetWorthSummaryDTOWallets as ba, type WalletNetWorthSummaryDTO as bb, type PnlDetailSummaryDTO as bc, type PnlDetailItemDTO as bd, type PnlDetailsPage as be, type WalletFirstTxDTOWallets as bf, type WalletFirstTxDTO as bg, type CalculatePnlInput as bh, type BooleanResultDTO as bi, type WalletNetWorthItemDTO as bj, type WalletNetWorthPage as bk, type TokensBalancePage as bl, type WalletNetWorthHistoryItemDTO as bm, type WalletNetWorthChartDTO as bn, type WalletNetWorthDetailsPage as bo, PnlResolution as bp, WalletPnlSummaryDTOResolution as bq, type WalletPnlSummaryDTO as br, TransactionHistoryItemDTOStatus as bs, TransactionHistoryItemDTOMainAction as bt, type TransactionHistoryItemDTO as bu, type TransactionHistoryPage as bv, BalanceTokenType as bw, BalanceChangeType as bx, type BalanceUpdateDTO as by, type BalanceUpdatePage as bz, type WsTokenActivity as c, GetPricesDirection as c$, type OnChainActivity as c0, type AlteryaIdentification as c1, type WithdrawalFraudAssessmentResponseDTO as c2, type RegisterAddressRequest as c3, type RegisterAddressResponseDTO as c4, type AddressExposure as c5, type AddressRiskResponseDTO as c6, EndpointResponseChannelsItem as c7, type EndpointResponseMetadata as c8, type EndpointResponse as c9, type GetTraderGainersLosersParams as cA, GetTraderGainersLosersDirection as cB, GetTraderGainersLosersSortType as cC, type SearchParams as cD, SearchDirection as cE, SearchSort as cF, SearchSortBy as cG, type GetTokensParams as cH, GetTokensSortBy as cI, GetTokensSortDirection as cJ, type GetMetadataMultiParams as cK, type GetMetadataMulti200 as cL, type GetPoolsParams as cM, GetPoolsDirection as cN, GetPoolsSortBy as cO, GetPoolsSortDirection as cP, type GetStatsMultiParams as cQ, type GetStatsMulti200 as cR, type GetHoldersParams as cS, GetHoldersDirection as cT, type GetHoldersMultiParams as cU, type GetCandlesParams as cV, type GetPoolCandlesParams as cW, type GetPairCandlesParams as cX, type GetMarketDataMultiParams as cY, type GetMarketDataMulti200 as cZ, type GetPricesParams as c_, type EndpointListResponse as ca, type EndpointSecretResponse as cb, type EndpointOperationResponse as cc, CreateEndpointInputChannelsItem as cd, type CreateEndpointInputMetadata as ce, type CreateEndpointInput as cf, UpdateEndpointInputChannelsItem as cg, type UpdateEndpointInputMetadata as ch, type UpdateEndpointInput as ci, TradeType as cj, type TradeEvent as ck, type QuoteParams as cl, QuoteDex as cm, type ListDexParams as cn, type MoonshotSubmitCreateToken200 as co, type GetTradesParams as cp, GetTradesDirection as cq, GetTradesType as cr, type GetActivitiesParams as cs, GetActivitiesDirection as ct, GetActivitiesType as cu, type GetTopTradersParams as cv, GetTopTradersDirection as cw, GetTopTradersTimeFrame as cx, GetTopTradersSortType as cy, GetTopTradersSortBy as cz, type WsTokenStat as d, type GetClaimsByAddressParams as d$, type GetPriceByTimeParams as d0, type GetMintAndBurnParams as d1, GetMintAndBurnDirection as d2, GetMintAndBurnType as d3, type ListTokenParams as d4, ListTokenDirection as d5, ListTokenSort as d6, ListTokenSortBy as d7, type GetSecurity200 as d8, type GetTokenLiquiditySnapshotsParams as d9, GetMigratedTokensSortDirection as dA, GetMigratedTokensTag as dB, type GetNetWorthSummaryParams as dC, type GetPnlByWalletParams as dD, GetPnlByWalletDirection as dE, type GetWalletFirstTxParams as dF, type GetNetWorthParams as dG, GetNetWorthDirection as dH, type GetTokensBalanceParams as dI, GetTokensBalanceDirection as dJ, type GetNetWorthChartParams as dK, type GetNetWorthDetailsParams as dL, GetNetWorthDetailsDirection as dM, type GetPnlParams as dN, type GetPnlDetailsParams as dO, GetPnlDetailsDirection as dP, type GetPnlByTokenParams as dQ, GetPnlByTokenDirection as dR, type GetWalletTransfersParams as dS, GetWalletTransfersDirection as dT, type GetWalletTransferTotalParams as dU, GetWalletTransferTotalDirection as dV, type GetBalanceUpdatesParams as dW, GetBalanceUpdatesDirection as dX, type GetClaimsParams as dY, type GetRedpacketsParams as dZ, GetRedpacketsChain as d_, GetTokenLiquiditySnapshotsDirection as da, type GetTokenTransfersParams as db, GetTokenTransfersDirection as dc, type GetTokenTransferTotalParams as dd, GetTokenTransferTotalDirection as de, type GetDexpoolSnapshotsParams as df, GetDexpoolSnapshotsDirection as dg, type GetHotTokensParams as dh, GetHotTokensSortBy as di, GetHotTokensSortDirection as dj, GetHotTokensTag as dk, type GetNewTokensParams as dl, GetNewTokensSortBy as dm, GetNewTokensSortDirection as dn, GetNewTokensTag as dp, type GetStocksTokensParams as dq, GetStocksTokensSortBy as dr, GetStocksTokensSortDirection as ds, GetStocksTokensTag as dt, type GetFinalStretchTokensParams as du, GetFinalStretchTokensSortBy as dv, GetFinalStretchTokensSortDirection as dw, GetFinalStretchTokensTag as dx, type GetMigratedTokensParams as dy, GetMigratedTokensSortBy as dz, type WsTokenHolder as e, getTokenLiquiditySnapshots as e$, type GetRedpacketsByAddressParams as e0, type ListEndpointsParams as e1, ListEndpointsOrder as e2, presign as e3, type PresignResult as e4, getSupportedBlockchains as e5, getLatestBlock as e6, type GetSupportedBlockchainsResult as e7, type GetLatestBlockResult as e8, send as e9, type GetActivitiesResult as eA, type GetTopTradersResult as eB, type GetTraderGainersLosersResult as eC, search as eD, getTokens as eE, getToken as eF, getMetadata as eG, getMetadataMulti as eH, getPools as eI, getStats as eJ, getStatsMulti as eK, getHolders as eL, getHoldersMulti as eM, getCandles as eN, getPoolCandles as eO, getPairCandles as eP, getTopHolders as eQ, getMarketData as eR, getMarketDataMulti as eS, getPrices as eT, getPriceByTime as eU, getCreation as eV, getMintAndBurn as eW, listToken as eX, getSecurity as eY, getDevTokens as eZ, getTokenTraders as e_, getGasPrice as ea, getGasLimit as eb, type SendResult as ec, type GetGasPriceResult as ed, type GetGasLimitResult as ee, swap as ef, route as eg, quote as eh, createToken as ei, listDex as ej, type SwapResult as ek, type RouteResult as el, type QuoteResult as em, type CreateTokenResult as en, type ListDexResult as eo, moonshotCreateToken as ep, moonshotSubmitCreateToken as eq, type MoonshotCreateTokenResult as er, type MoonshotSubmitCreateTokenResult as es, pumpfunCreateToken as et, type PumpfunCreateTokenResult as eu, getTrades as ev, getActivities as ew, getTopTraders as ex, getTraderGainersLosers as ey, type GetTradesResult as ez, type WsWalletBalance as f, type GetNetWorthChartResult as f$, getTokenTransfers as f0, getTokenTransferTotal as f1, type SearchResult as f2, type GetTokensResult as f3, type GetTokenResult as f4, type GetMetadataResult as f5, type GetMetadataMultiResult as f6, type GetPoolsResult as f7, type GetStatsResult as f8, type GetStatsMultiResult as f9, getFinalStretchTokens as fA, getMigratedTokens as fB, type GetHotTokensResult as fC, type GetNewTokensResult as fD, type GetStocksTokensResult as fE, type GetFinalStretchTokensResult as fF, type GetMigratedTokensResult as fG, getNetWorthSummary as fH, getPnlByWallet as fI, getWalletFirstTx as fJ, calculatePnl as fK, getNetWorth as fL, getTokensBalance as fM, getNetWorthChart as fN, getNetWorthDetails as fO, getPnl as fP, getPnlDetails as fQ, getPnlByToken as fR, getWalletTransfers as fS, getWalletTransferTotal as fT, getBalanceUpdates as fU, type GetNetWorthSummaryResult as fV, type GetPnlByWalletResult as fW, type GetWalletFirstTxResult as fX, type CalculatePnlResult as fY, type GetNetWorthResult as fZ, type GetTokensBalanceResult as f_, type GetHoldersResult as fa, type GetHoldersMultiResult as fb, type GetCandlesResult as fc, type GetPoolCandlesResult as fd, type GetPairCandlesResult as fe, type GetTopHoldersResult as ff, type GetMarketDataResult as fg, type GetMarketDataMultiResult as fh, type GetPricesResult as fi, type GetPriceByTimeResult as fj, type GetCreationResult as fk, type GetMintAndBurnResult as fl, type ListTokenResult as fm, type GetSecurityResult as fn, type GetDevTokensResult as fo, type GetTokenTradersResult as fp, type GetTokenLiquiditySnapshotsResult as fq, type GetTokenTransfersResult as fr, type GetTokenTransferTotalResult as fs, getDexpool as ft, getDexpoolSnapshots as fu, type GetDexpoolResult as fv, type GetDexpoolSnapshotsResult as fw, getHotTokens as fx, getNewTokens as fy, getStocksTokens as fz, type WsWalletPnl as g, type GetEndpointResult as g$, type GetNetWorthDetailsResult as g0, type GetPnlResult as g1, type GetPnlDetailsResult as g2, type GetPnlByTokenResult as g3, type GetWalletTransfersResult as g4, type GetWalletTransferTotalResult as g5, type GetBalanceUpdatesResult as g6, createRedpacket as g7, claimRedpacket as g8, getRedpacket as g9, getWithdrawalFraudAssessment as gA, registerAddress as gB, getAddressRisk as gC, type RegisterTransferResult as gD, type GetTransferSummaryResult as gE, type GetTransferDirectExposureResult as gF, type GetTransferAlertsResult as gG, type GetTransferNetworkIdentificationsResult as gH, type RegisterWithdrawalResult as gI, type GetWithdrawalSummaryResult as gJ, type GetWithdrawalDirectExposureResult as gK, type GetWithdrawalAlertsResult as gL, type GetWithdrawalAddressIdentificationsResult as gM, type GetWithdrawalNetworkIdentificationsResult as gN, type GetWithdrawalFraudAssessmentResult as gO, type RegisterAddressResult as gP, type GetAddressRiskResult as gQ, listEndpoints as gR, createEndpoint as gS, updateEndpoint as gT, getEndpoint as gU, deleteEndpoint as gV, getEndpointSecret as gW, rotateEndpointSecret as gX, type ListEndpointsResult as gY, type CreateEndpointResult as gZ, type UpdateEndpointResult as g_, getClaims as ga, getRedpackets as gb, getClaimsByAddress as gc, getRedpacketsByAddress as gd, redpacketSend as ge, type CreateRedpacketResult as gf, type ClaimRedpacketResult as gg, type GetRedpacketResult as gh, type GetClaimsResult as gi, type GetRedpacketsResult as gj, type GetClaimsByAddressResult as gk, type GetRedpacketsByAddressResult as gl, type RedpacketSendResult as gm, watchlistAdd as gn, type WatchlistAddResult as go, registerTransfer as gp, getTransferSummary as gq, getTransferDirectExposure as gr, getTransferAlerts as gs, getTransferNetworkIdentifications as gt, registerWithdrawal as gu, getWithdrawalSummary as gv, getWithdrawalDirectExposure as gw, getWithdrawalAlerts as gx, getWithdrawalAddressIdentifications as gy, getWithdrawalNetworkIdentifications as gz, type WsNewToken as h, type DeleteEndpointResult as h0, type GetEndpointSecretResult as h1, type RotateEndpointSecretResult as h2, type PostOptions as h3, type WsTokenSupply as i, type WsDexPoolBalance as j, type WsTokenLiquidity as k, type WsTokenMaxLiquidity as l, type WsTokenTotalLiquidity as m, type WsDexProtocol as n, type WsTokenBondingCurve as o, type WsTokenMetadata as p, type WsSocialMedia as q, type WsCandle as r, type WsPriceType as s, type WsTradeActivity as t, type WsWalletTokenPnl as u, WsRankingType as v, WsDex as w, type WsRankingTokenList as x, type ChainStreamClientOptions as y, type ChainStreamRequestContext as z };
|
|
6370
|
+
export { SwapRouteInputDex as $, get as A, streaming as B, ChainStreamClient as C, type StreamingResult as D, type JobDTO as E, type JobStreamingDTOData as F, type GetResult as G, type JobStreamingDTO as H, type BlockchainDTO as I, type JobDTOResult as J, ChainSymbol as K, type BlockchainLatestBlockDTO as L, SendTxInputSubmitType as M, type SendTxInputOptions as N, type SendTxInput as O, type SendTxResponse as P, type GasPriceResponse as Q, type EstimateGasLimitInput as R, StreamApi as S, type TokenProvider as T, type Unsubscribable as U, type EstimateGasLimitResponse as V, WsTokenActivityType as W, SwapInputDex as X, SwapInputSwapMode as Y, type SwapInput as Z, type SwapReply as _, WsChannelType as a, TokenTraderTag as a$, SwapRouteInputSwapMode as a0, type SwapRouteInput as a1, type SwapRouteResponseRouteInfo as a2, type SwapRouteResponse as a3, type DexQuoteResponse as a4, CreateTokenInputDex as a5, type CreateTokenInputExtra as a6, type CreateTokenInput as a7, type CreateTokenReply as a8, type DexDTO as a9, type TokenStat as aA, type DexPoolTokenLiquidity as aB, DexPoolDTOType as aC, DexPoolDTOVersion as aD, DexPoolDTOLiquidityModel as aE, type DexPoolDTO as aF, type TokenMarketData as aG, type TokenExtension as aH, type Token as aI, type TokenPageCountsByProtocols as aJ, type TokenPage as aK, FilterConditionField as aL, type FilterCondition as aM, type TokenMetadata as aN, type DexPoolPage as aO, type TokenHolder as aP, type TokenHolderPage as aQ, Resolution as aR, PriceType as aS, type Candle as aT, type TokenPriceDTO as aU, type TokenPricePage as aV, TokenCreationDTOType as aW, type TokenCreationDTO as aX, type TokenCreationPage as aY, type TokenListPage as aZ, type DevTokenDTO as a_, type DexPage as aa, LinkLabel as ab, type Link as ac, MoonshotCreateTokenInputDex as ad, MoonshotCreateTokenInputMigrationDex as ae, type MoonshotCreateTokenInput as af, type MoonshotCreateTokenReplyExtra as ag, type MoonshotCreateTokenReply as ah, type MoonshotSubmitCreateTokenInputExtra as ai, type MoonshotSubmitCreateTokenInput as aj, PumpCreateTokenInputDex as ak, PumpCreateTokenInputMigrationDex as al, type PumpCreateTokenInput as am, type PumpCreateTokenReplyExtra as an, type PumpCreateTokenReply as ao, type TradeDetailDTO as ap, type TradePage as aq, type TopTradersDTO as ar, type TopTradersPage as as, TraderPnlResolution as at, type TraderGainersLosersItemDTO as au, type TraderGainersLosersPage as av, type TokenCreatorsDTO as aw, type TokenExtraDTO as ax, type TokenSocialMediasDTO as ay, type TokenStatPeriods as az, WsMetricType as b, type ChainalysisAddressIdentification as b$, type TokenTraderOnchainCreatedAt as b0, type TokenTrader as b1, type TokenLiquiditySnapshotDTO as b2, type TokenLiquiditySnapshotPage as b3, TokenTransferItemDTOFlow as b4, type TokenTransferItemDTO as b5, type TokenTransferPage as b6, type TokenTransferTotalDTO as b7, type DexPoolTokenSnapshotDTO as b8, type DexPoolSnapshotDTO as b9, type BalanceUpdatePage as bA, CreateRedPacketInputChain as bB, type CreateRedPacketInput as bC, type CreateRedPacketReply as bD, ClaimRedPacketInputChain as bE, type ClaimRedPacketInput as bF, type RedPacketReply as bG, Chain as bH, type RedPacketDTO as bI, type RedPacketClaimDTO as bJ, type RedPacketClaimsPage as bK, type RedPacketsPage as bL, type RedPacketSendTxInput as bM, type RedPacketSendTxResponse as bN, KYTRegisterTransferRequestNetwork as bO, KYTRegisterTransferRequestDirection as bP, type KYTRegisterTransferRequest as bQ, type TransferBaseResponseDTO as bR, type DirectExposureDetail as bS, type TransferDirectExposureResponseDTO as bT, type AlertDetail as bU, type TransferAlertsResponseDTO as bV, type NetworkIdentificationOrg as bW, type TransferNetworkIdentificationsResponseDTO as bX, KYTRegisterWithdrawalRequestNetwork as bY, type KYTRegisterWithdrawalRequest as bZ, type WithdrawalBaseResponseDTO as b_, type DexPoolSnapshotPage as ba, type WalletNetWorthSummaryDTOWallets as bb, type WalletNetWorthSummaryDTO as bc, type PnlDetailSummaryDTO as bd, type PnlDetailItemDTO as be, type PnlDetailsPage as bf, type WalletFirstTxDTOWallets as bg, type WalletFirstTxDTO as bh, type CalculatePnlInput as bi, type BooleanResultDTO as bj, type WalletNetWorthItemDTO as bk, type WalletNetWorthPage as bl, type TokensBalancePage as bm, type WalletNetWorthHistoryItemDTO as bn, type WalletNetWorthChartDTO as bo, type WalletNetWorthDetailsPage as bp, PnlResolution as bq, WalletPnlSummaryDTOResolution as br, type WalletPnlSummaryDTO as bs, TransactionHistoryItemDTOStatus as bt, TransactionHistoryItemDTOMainAction as bu, type TransactionHistoryItemDTO as bv, type TransactionHistoryPage as bw, BalanceTokenType as bx, BalanceChangeType as by, type BalanceUpdateDTO as bz, type WsTokenActivity as c, type GetPricesParams as c$, type WithdrawalAddressIdentificationsResponseDTO as c0, type OnChainActivity as c1, type AlteryaIdentification as c2, type WithdrawalFraudAssessmentResponseDTO as c3, type RegisterAddressRequest as c4, type RegisterAddressResponseDTO as c5, type AddressExposure as c6, type AddressRiskResponseDTO as c7, EndpointResponseChannelsItem as c8, type EndpointResponseMetadata as c9, GetTopTradersSortBy as cA, type GetTraderGainersLosersParams as cB, GetTraderGainersLosersDirection as cC, GetTraderGainersLosersSortType as cD, type SearchParams as cE, SearchDirection as cF, SearchSort as cG, SearchSortBy as cH, type GetTokensParams as cI, GetTokensSortBy as cJ, GetTokensSortDirection as cK, type GetMetadataMultiParams as cL, type GetMetadataMulti200 as cM, type GetPoolsParams as cN, GetPoolsDirection as cO, GetPoolsSortBy as cP, GetPoolsSortDirection as cQ, type GetStatsMultiParams as cR, type GetStatsMulti200 as cS, type GetHoldersParams as cT, GetHoldersDirection as cU, type GetHoldersMultiParams as cV, type GetCandlesParams as cW, type GetPoolCandlesParams as cX, type GetPairCandlesParams as cY, type GetMarketDataMultiParams as cZ, type GetMarketDataMulti200 as c_, type EndpointResponse as ca, type EndpointListResponse as cb, type EndpointSecretResponse as cc, type EndpointOperationResponse as cd, CreateEndpointInputChannelsItem as ce, type CreateEndpointInputMetadata as cf, type CreateEndpointInput as cg, UpdateEndpointInputChannelsItem as ch, type UpdateEndpointInputMetadata as ci, type UpdateEndpointInput as cj, TradeType as ck, type TradeEvent as cl, type QuoteParams as cm, QuoteDex as cn, type ListDexParams as co, type MoonshotSubmitCreateToken200 as cp, type GetTradesParams as cq, GetTradesDirection as cr, GetTradesType as cs, type GetActivitiesParams as ct, GetActivitiesDirection as cu, GetActivitiesType as cv, type GetTopTradersParams as cw, GetTopTradersDirection as cx, GetTopTradersTimeFrame as cy, GetTopTradersSortType as cz, type WsTokenStat as d, GetRedpacketsChain as d$, GetPricesDirection as d0, type GetPriceByTimeParams as d1, type GetMintAndBurnParams as d2, GetMintAndBurnDirection as d3, GetMintAndBurnType as d4, type ListTokenParams as d5, ListTokenDirection as d6, ListTokenSort as d7, ListTokenSortBy as d8, type GetSecurity200 as d9, GetMigratedTokensSortBy as dA, GetMigratedTokensSortDirection as dB, GetMigratedTokensTag as dC, type GetNetWorthSummaryParams as dD, type GetPnlByWalletParams as dE, GetPnlByWalletDirection as dF, type GetWalletFirstTxParams as dG, type GetNetWorthParams as dH, GetNetWorthDirection as dI, type GetTokensBalanceParams as dJ, GetTokensBalanceDirection as dK, type GetNetWorthChartParams as dL, type GetNetWorthDetailsParams as dM, GetNetWorthDetailsDirection as dN, type GetPnlParams as dO, type GetPnlDetailsParams as dP, GetPnlDetailsDirection as dQ, type GetPnlByTokenParams as dR, GetPnlByTokenDirection as dS, type GetWalletTransfersParams as dT, GetWalletTransfersDirection as dU, type GetWalletTransferTotalParams as dV, GetWalletTransferTotalDirection as dW, type GetBalanceUpdatesParams as dX, GetBalanceUpdatesDirection as dY, type GetClaimsParams as dZ, type GetRedpacketsParams as d_, type GetTokenLiquiditySnapshotsParams as da, GetTokenLiquiditySnapshotsDirection as db, type GetTokenTransfersParams as dc, GetTokenTransfersDirection as dd, type GetTokenTransferTotalParams as de, GetTokenTransferTotalDirection as df, type GetDexpoolSnapshotsParams as dg, GetDexpoolSnapshotsDirection as dh, type GetHotTokensParams as di, GetHotTokensSortBy as dj, GetHotTokensSortDirection as dk, GetHotTokensTag as dl, type GetNewTokensParams as dm, GetNewTokensSortBy as dn, GetNewTokensSortDirection as dp, GetNewTokensTag as dq, type GetStocksTokensParams as dr, GetStocksTokensSortBy as ds, GetStocksTokensSortDirection as dt, GetStocksTokensTag as du, type GetFinalStretchTokensParams as dv, GetFinalStretchTokensSortBy as dw, GetFinalStretchTokensSortDirection as dx, GetFinalStretchTokensTag as dy, type GetMigratedTokensParams as dz, type WsTokenHolder as e, getTokenTraders as e$, type GetClaimsByAddressParams as e0, type GetRedpacketsByAddressParams as e1, type ListEndpointsParams as e2, ListEndpointsOrder as e3, presign as e4, type PresignResult as e5, getSupportedBlockchains as e6, getLatestBlock as e7, type GetSupportedBlockchainsResult as e8, type GetLatestBlockResult as e9, type GetTradesResult as eA, type GetActivitiesResult as eB, type GetTopTradersResult as eC, type GetTraderGainersLosersResult as eD, search as eE, getTokens as eF, getToken as eG, getMetadata as eH, getMetadataMulti as eI, getPools as eJ, getStats as eK, getStatsMulti as eL, getHolders as eM, getHoldersMulti as eN, getCandles as eO, getPoolCandles as eP, getPairCandles as eQ, getTopHolders as eR, getMarketData as eS, getMarketDataMulti as eT, getPrices as eU, getPriceByTime as eV, getCreation as eW, getMintAndBurn as eX, listToken as eY, getSecurity as eZ, getDevTokens as e_, send as ea, getGasPrice as eb, getGasLimit as ec, type SendResult as ed, type GetGasPriceResult as ee, type GetGasLimitResult as ef, swap as eg, route as eh, quote as ei, createToken as ej, listDex as ek, type SwapResult as el, type RouteResult as em, type QuoteResult as en, type CreateTokenResult as eo, type ListDexResult as ep, moonshotCreateToken as eq, moonshotSubmitCreateToken as er, type MoonshotCreateTokenResult as es, type MoonshotSubmitCreateTokenResult as et, pumpfunCreateToken as eu, type PumpfunCreateTokenResult as ev, getTrades as ew, getActivities as ex, getTopTraders as ey, getTraderGainersLosers as ez, type WsWalletBalance as f, type GetTokensBalanceResult as f$, getTokenLiquiditySnapshots as f0, getTokenTransfers as f1, getTokenTransferTotal as f2, type SearchResult as f3, type GetTokensResult as f4, type GetTokenResult as f5, type GetMetadataResult as f6, type GetMetadataMultiResult as f7, type GetPoolsResult as f8, type GetStatsResult as f9, getStocksTokens as fA, getFinalStretchTokens as fB, getMigratedTokens as fC, type GetHotTokensResult as fD, type GetNewTokensResult as fE, type GetStocksTokensResult as fF, type GetFinalStretchTokensResult as fG, type GetMigratedTokensResult as fH, getNetWorthSummary as fI, getPnlByWallet as fJ, getWalletFirstTx as fK, calculatePnl as fL, getNetWorth as fM, getTokensBalance as fN, getNetWorthChart as fO, getNetWorthDetails as fP, getPnl as fQ, getPnlDetails as fR, getPnlByToken as fS, getWalletTransfers as fT, getWalletTransferTotal as fU, getBalanceUpdates as fV, type GetNetWorthSummaryResult as fW, type GetPnlByWalletResult as fX, type GetWalletFirstTxResult as fY, type CalculatePnlResult as fZ, type GetNetWorthResult as f_, type GetStatsMultiResult as fa, type GetHoldersResult as fb, type GetHoldersMultiResult as fc, type GetCandlesResult as fd, type GetPoolCandlesResult as fe, type GetPairCandlesResult as ff, type GetTopHoldersResult as fg, type GetMarketDataResult as fh, type GetMarketDataMultiResult as fi, type GetPricesResult as fj, type GetPriceByTimeResult as fk, type GetCreationResult as fl, type GetMintAndBurnResult as fm, type ListTokenResult as fn, type GetSecurityResult as fo, type GetDevTokensResult as fp, type GetTokenTradersResult as fq, type GetTokenLiquiditySnapshotsResult as fr, type GetTokenTransfersResult as fs, type GetTokenTransferTotalResult as ft, getDexpool as fu, getDexpoolSnapshots as fv, type GetDexpoolResult as fw, type GetDexpoolSnapshotsResult as fx, getHotTokens as fy, getNewTokens as fz, type WsWalletPnl as g, type UpdateEndpointResult as g$, type GetNetWorthChartResult as g0, type GetNetWorthDetailsResult as g1, type GetPnlResult as g2, type GetPnlDetailsResult as g3, type GetPnlByTokenResult as g4, type GetWalletTransfersResult as g5, type GetWalletTransferTotalResult as g6, type GetBalanceUpdatesResult as g7, createRedpacket as g8, claimRedpacket as g9, getWithdrawalNetworkIdentifications as gA, getWithdrawalFraudAssessment as gB, registerAddress as gC, getAddressRisk as gD, type RegisterTransferResult as gE, type GetTransferSummaryResult as gF, type GetTransferDirectExposureResult as gG, type GetTransferAlertsResult as gH, type GetTransferNetworkIdentificationsResult as gI, type RegisterWithdrawalResult as gJ, type GetWithdrawalSummaryResult as gK, type GetWithdrawalDirectExposureResult as gL, type GetWithdrawalAlertsResult as gM, type GetWithdrawalAddressIdentificationsResult as gN, type GetWithdrawalNetworkIdentificationsResult as gO, type GetWithdrawalFraudAssessmentResult as gP, type RegisterAddressResult as gQ, type GetAddressRiskResult as gR, listEndpoints as gS, createEndpoint as gT, updateEndpoint as gU, getEndpoint as gV, deleteEndpoint as gW, getEndpointSecret as gX, rotateEndpointSecret as gY, type ListEndpointsResult as gZ, type CreateEndpointResult as g_, getRedpacket as ga, getClaims as gb, getRedpackets as gc, getClaimsByAddress as gd, getRedpacketsByAddress as ge, redpacketSend as gf, type CreateRedpacketResult as gg, type ClaimRedpacketResult as gh, type GetRedpacketResult as gi, type GetClaimsResult as gj, type GetRedpacketsResult as gk, type GetClaimsByAddressResult as gl, type GetRedpacketsByAddressResult as gm, type RedpacketSendResult as gn, watchlistAdd as go, type WatchlistAddResult as gp, registerTransfer as gq, getTransferSummary as gr, getTransferDirectExposure as gs, getTransferAlerts as gt, getTransferNetworkIdentifications as gu, registerWithdrawal as gv, getWithdrawalSummary as gw, getWithdrawalDirectExposure as gx, getWithdrawalAlerts as gy, getWithdrawalAddressIdentifications as gz, type WsNewToken as h, type GetEndpointResult as h0, type DeleteEndpointResult as h1, type GetEndpointSecretResult as h2, type RotateEndpointSecretResult as h3, type PostOptions as h4, type WsTokenSupply as i, type WsDexPoolBalance as j, type WsTokenLiquidity as k, type WsTokenMaxLiquidity as l, type WsTokenTotalLiquidity as m, type WsDexProtocol as n, type WsTokenBondingCurve as o, type WsTokenMetadata as p, type WsSocialMedia as q, type WsCandle as r, type WsPriceType as s, type WsTradeActivity as t, type WsWalletTokenPnl as u, WsRankingType as v, WsDex as w, type WsRankingTokenList as x, type ChainStreamClientOptions as y, type ChainStreamRequestContext as z };
|