@uniswap/client-data-api 0.0.160 → 0.0.163
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/data/v2/api_pb.d.ts
CHANGED
|
@@ -552,6 +552,16 @@ export declare class GetTokenTradesRequest extends Message<GetTokenTradesRequest
|
|
|
552
552
|
* @generated from field: optional data.v2.PageRequest page = 2;
|
|
553
553
|
*/
|
|
554
554
|
page?: PageRequest;
|
|
555
|
+
/**
|
|
556
|
+
* Restrict the feed to one trader: matches the trade's wallet (the tx
|
|
557
|
+
* sender, not the router). Any casing accepted. Omitted = all traders.
|
|
558
|
+
* page_token carries only a keyset position, not this filter — the client
|
|
559
|
+
* must resend the same wallet on every page; omitting or changing it
|
|
560
|
+
* resumes from that position under different filter semantics.
|
|
561
|
+
*
|
|
562
|
+
* @generated from field: optional string wallet = 3;
|
|
563
|
+
*/
|
|
564
|
+
wallet?: string;
|
|
555
565
|
constructor(data?: PartialMessage<GetTokenTradesRequest>);
|
|
556
566
|
static readonly runtime: typeof proto3;
|
|
557
567
|
static readonly typeName = "data.v2.GetTokenTradesRequest";
|
package/dist/data/v2/api_pb.js
CHANGED
|
@@ -682,6 +682,7 @@ GetTokenTradesRequest.typeName = "data.v2.GetTokenTradesRequest";
|
|
|
682
682
|
GetTokenTradesRequest.fields = proto3.util.newFieldList(() => [
|
|
683
683
|
{ no: 1, name: "token", kind: "message", T: TokenIdentifier },
|
|
684
684
|
{ no: 2, name: "page", kind: "message", T: PageRequest, opt: true },
|
|
685
|
+
{ no: 3, name: "wallet", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
685
686
|
]);
|
|
686
687
|
/**
|
|
687
688
|
* @generated from message data.v2.GetTokenTradesResponse
|
|
@@ -641,13 +641,15 @@ export declare class TokenMarketStats extends Message<TokenMarketStats> {
|
|
|
641
641
|
*/
|
|
642
642
|
totalValueLockedUsd?: number;
|
|
643
643
|
/**
|
|
644
|
-
*
|
|
644
|
+
* price * circulating supply. NULL for EVM until CONS-2571's write path
|
|
645
|
+
* populates chain_token_stats.market_cap_usd; unset for Solana (no Codex
|
|
646
|
+
* source wired here).
|
|
645
647
|
*
|
|
646
648
|
* @generated from field: optional double market_cap_usd = 2;
|
|
647
649
|
*/
|
|
648
650
|
marketCapUsd?: number;
|
|
649
651
|
/**
|
|
650
|
-
*
|
|
652
|
+
* price * total supply. Same NULL/unset rules as market_cap_usd.
|
|
651
653
|
*
|
|
652
654
|
* @generated from field: optional double fully_diluted_valuation_usd = 3;
|
|
653
655
|
*/
|
|
@@ -895,6 +897,13 @@ export declare class MultichainToken extends Message<MultichainToken> {
|
|
|
895
897
|
* @generated from field: data.v2.TokenProject project = 10;
|
|
896
898
|
*/
|
|
897
899
|
project?: TokenProject;
|
|
900
|
+
/**
|
|
901
|
+
* USD, price * total supply. NULL for EVM until CONS-2571's write path
|
|
902
|
+
* populates chain_token_stats.fdv_usd. Populated for Solana via Codex.
|
|
903
|
+
*
|
|
904
|
+
* @generated from field: optional double fdv = 11;
|
|
905
|
+
*/
|
|
906
|
+
fdv?: number;
|
|
898
907
|
constructor(data?: PartialMessage<MultichainToken>);
|
|
899
908
|
static readonly runtime: typeof proto3;
|
|
900
909
|
static readonly typeName = "data.v2.MultichainToken";
|
|
@@ -1318,6 +1327,13 @@ export declare class Token extends Message<Token> {
|
|
|
1318
1327
|
* @generated from field: optional data.v2.TokenMultichain multichain = 11;
|
|
1319
1328
|
*/
|
|
1320
1329
|
multichain?: TokenMultichain;
|
|
1330
|
+
/**
|
|
1331
|
+
* USD, price * total supply. NULL for EVM until CONS-2571's write path
|
|
1332
|
+
* populates chain_token_stats.fdv_usd. Populated for Solana via Codex.
|
|
1333
|
+
*
|
|
1334
|
+
* @generated from field: optional double fdv = 12;
|
|
1335
|
+
*/
|
|
1336
|
+
fdv?: number;
|
|
1321
1337
|
constructor(data?: PartialMessage<Token>);
|
|
1322
1338
|
static readonly runtime: typeof proto3;
|
|
1323
1339
|
static readonly typeName = "data.v2.Token";
|
package/dist/data/v2/types_pb.js
CHANGED
|
@@ -1072,6 +1072,7 @@ MultichainToken.fields = proto3.util.newFieldList(() => [
|
|
|
1072
1072
|
{ no: 8, name: "safety", kind: "message", T: TokenSafety },
|
|
1073
1073
|
{ no: 9, name: "fees", kind: "message", T: TokenFees },
|
|
1074
1074
|
{ no: 10, name: "project", kind: "message", T: TokenProject },
|
|
1075
|
+
{ no: 11, name: "fdv", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
1075
1076
|
]);
|
|
1076
1077
|
/**
|
|
1077
1078
|
* @generated from message data.v2.PoolsSort
|
|
@@ -1534,6 +1535,7 @@ Token.fields = proto3.util.newFieldList(() => [
|
|
|
1534
1535
|
{ no: 9, name: "fees", kind: "message", T: TokenFees },
|
|
1535
1536
|
{ no: 10, name: "project", kind: "message", T: TokenProject },
|
|
1536
1537
|
{ no: 11, name: "multichain", kind: "message", T: TokenMultichain, opt: true },
|
|
1538
|
+
{ no: 12, name: "fdv", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
|
|
1537
1539
|
]);
|
|
1538
1540
|
/**
|
|
1539
1541
|
* A token launchpad known to the Launches surface (see the data-api
|