@avalabs/glacier-sdk 3.1.0-canary.ff4ef69.0 → 3.1.1-canary.b873d0d.0

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.
Files changed (159) hide show
  1. package/dist/index.d.ts +1719 -329
  2. package/dist/index.js +1 -1
  3. package/esm/generated/Glacier.d.ts +6 -0
  4. package/esm/generated/Glacier.js +1 -1
  5. package/esm/generated/core/OpenAPI.js +1 -1
  6. package/esm/generated/models/AccessListData.d.ts +12 -0
  7. package/esm/generated/models/AccessRequest.d.ts +12 -0
  8. package/esm/generated/models/ActiveValidatorDetails.d.ts +26 -0
  9. package/esm/generated/models/AddressActivityEventType.d.ts +5 -0
  10. package/esm/generated/models/{EventType.js → AddressActivityEventType.js} +1 -1
  11. package/esm/generated/models/AddressActivityMetadata.d.ts +4 -4
  12. package/esm/generated/models/Blockchain.d.ts +8 -0
  13. package/esm/generated/models/BlockchainId.d.ts +0 -2
  14. package/esm/generated/models/BlockchainId.js +1 -1
  15. package/esm/generated/models/BlockchainIds.d.ts +1 -3
  16. package/esm/generated/models/BlockchainIds.js +1 -1
  17. package/esm/generated/models/BlockchainInfo.d.ts +6 -1
  18. package/esm/generated/models/CommonBalanceType.d.ts +17 -0
  19. package/esm/generated/models/CommonBalanceType.js +1 -0
  20. package/esm/generated/models/CompletedDelegatorDetails.d.ts +6 -0
  21. package/esm/generated/models/CompletedValidatorDetails.d.ts +3 -0
  22. package/esm/generated/models/DeliveredIcmMessage.d.ts +31 -0
  23. package/esm/generated/models/DeliveredIcmMessage.js +1 -0
  24. package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.d.ts +29 -0
  25. package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.js +1 -0
  26. package/esm/generated/models/ERCToken.d.ts +24 -0
  27. package/esm/generated/models/ERCTransfer.d.ts +50 -0
  28. package/esm/generated/models/{CreateWebhookRequest.d.ts → EVMAddressActivityRequest.d.ts} +10 -6
  29. package/esm/generated/models/EVMAddressActivityRequest.js +1 -0
  30. package/esm/generated/models/{WebhookResponse.d.ts → EVMAddressActivityResponse.d.ts} +10 -10
  31. package/esm/generated/models/Erc1155Contract.d.ts +1 -1
  32. package/esm/generated/models/Erc20Contract.d.ts +1 -1
  33. package/esm/generated/models/Erc20TokenBalance.d.ts +11 -0
  34. package/esm/generated/models/Erc20TokenBalance.js +1 -1
  35. package/esm/generated/models/Erc721Contract.d.ts +1 -1
  36. package/esm/generated/models/EvmBlock.d.ts +4 -0
  37. package/esm/generated/models/FullNativeTransactionDetails.d.ts +4 -0
  38. package/esm/generated/models/Geolocation.d.ts +24 -0
  39. package/esm/generated/models/GetEvmBlockResponse.d.ts +4 -0
  40. package/esm/generated/models/GetTransactionResponse.d.ts +1 -1
  41. package/esm/generated/models/HealthCheckResultDto.d.ts +17 -0
  42. package/esm/generated/models/HealthCheckResultDto.js +1 -0
  43. package/esm/generated/models/HealthIndicatorResultDto.d.ts +17 -0
  44. package/esm/generated/models/HealthIndicatorResultDto.js +1 -0
  45. package/esm/generated/models/IcmDestinationTransaction.d.ts +9 -0
  46. package/esm/generated/models/IcmReceipt.d.ts +6 -0
  47. package/esm/generated/models/IcmRewardDetails.d.ts +37 -0
  48. package/esm/generated/models/IcmRewardDetails.js +1 -0
  49. package/esm/generated/models/IcmSourceTransaction.d.ts +7 -0
  50. package/esm/generated/models/InternalTransactionOpCall.d.ts +1 -0
  51. package/esm/generated/models/InternalTransactionOpCall.js +1 -1
  52. package/esm/generated/models/L1ValidatorDetailsFull.d.ts +4 -0
  53. package/esm/generated/models/L1ValidatorDetailsTransaction.d.ts +5 -1
  54. package/esm/generated/models/ListErc1155BalancesResponse.d.ts +5 -0
  55. package/esm/generated/models/ListErc20BalancesResponse.d.ts +5 -0
  56. package/esm/generated/models/ListErc721BalancesResponse.d.ts +5 -0
  57. package/esm/generated/models/ListIcmMessagesResponse.d.ts +13 -0
  58. package/esm/generated/models/ListL1ValidatorsResponse.d.ts +4 -0
  59. package/esm/generated/models/ListTeleporterMessagesResponse.d.ts +2 -1
  60. package/esm/generated/models/ListWebhooksResponse.d.ts +4 -2
  61. package/esm/generated/models/Log.d.ts +40 -0
  62. package/esm/generated/models/NativeTransaction.d.ts +4 -0
  63. package/esm/generated/models/Network.d.ts +1 -2
  64. package/esm/generated/models/Network.js +1 -1
  65. package/esm/generated/models/NetworkTokenInfo.d.ts +20 -0
  66. package/esm/generated/models/NotificationsResponse.d.ts +5 -0
  67. package/esm/generated/models/OperationStatusResponse.d.ts +1 -1
  68. package/esm/generated/models/PChainTransaction.d.ts +25 -8
  69. package/esm/generated/models/PChainUtxo.d.ts +27 -0
  70. package/esm/generated/models/PendingDelegatorDetails.d.ts +6 -0
  71. package/esm/generated/models/PendingIcmMessage.d.ts +29 -0
  72. package/esm/generated/models/PendingIcmMessage.js +1 -0
  73. package/esm/generated/models/PendingValidatorDetails.d.ts +3 -0
  74. package/esm/generated/models/PlatformAddressActivityKeyType.d.ts +8 -0
  75. package/esm/generated/models/PlatformAddressActivityKeyType.js +1 -0
  76. package/esm/generated/models/PrimaryNetworkAddressActivityEventType.d.ts +5 -0
  77. package/esm/generated/models/PrimaryNetworkAddressActivityEventType.js +1 -0
  78. package/esm/generated/models/PrimaryNetworkAddressActivityMetadata.d.ts +25 -0
  79. package/esm/generated/models/PrimaryNetworkAddressActivityRequest.d.ts +22 -0
  80. package/esm/generated/models/PrimaryNetworkAddressActivityRequest.js +1 -0
  81. package/esm/generated/models/PrimaryNetworkAddressActivityResponse.d.ts +17 -0
  82. package/esm/generated/models/PrimaryNetworkAddressActivitySubEventType.d.ts +10 -0
  83. package/esm/generated/models/PrimaryNetworkAddressActivitySubEventType.js +1 -0
  84. package/esm/generated/models/PrimaryNetworkAddressActivitySubEvents.d.ts +7 -0
  85. package/esm/generated/models/PrimaryNetworkBalanceThresholdFilter.d.ts +11 -0
  86. package/esm/generated/models/PrimaryNetworkOptions.d.ts +1 -1
  87. package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.d.ts +10 -0
  88. package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.js +1 -0
  89. package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.d.ts +8 -0
  90. package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.js +1 -0
  91. package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.d.ts +27 -0
  92. package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.js +1 -0
  93. package/esm/generated/models/PrimaryNetworkType.d.ts +6 -0
  94. package/esm/generated/models/PrimaryNetworkType.js +1 -0
  95. package/esm/generated/models/RemovedValidatorDetails.d.ts +9 -0
  96. package/esm/generated/models/RpcUsageMetricsGroupByEnum.d.ts +7 -0
  97. package/esm/generated/models/RpcUsageMetricsGroupByEnum.js +1 -0
  98. package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +8 -0
  99. package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -1
  100. package/esm/generated/models/StakingDistribution.d.ts +9 -0
  101. package/esm/generated/models/Subnet.d.ts +6 -2
  102. package/esm/generated/models/SubnetRpcTimeIntervalGranularity.d.ts +8 -0
  103. package/esm/generated/models/SubnetRpcTimeIntervalGranularity.js +1 -0
  104. package/esm/generated/models/{RpcUsageMetricsResponseDTO.d.ts → SubnetRpcUsageMetricsResponseDTO.d.ts} +6 -6
  105. package/esm/generated/models/SubscribeRequest.d.ts +16 -0
  106. package/esm/generated/models/SubscriptionsRequest.d.ts +8 -0
  107. package/esm/generated/models/SubscriptionsResponse.d.ts +14 -0
  108. package/esm/generated/models/TeleporterMessageInfo.d.ts +2 -2
  109. package/esm/generated/models/Transaction.d.ts +121 -0
  110. package/esm/generated/models/TransactionDetails.d.ts +1 -1
  111. package/esm/generated/models/TransactionEvent.d.ts +15 -0
  112. package/esm/generated/models/UnknownContract.d.ts +1 -1
  113. package/esm/generated/models/UnsubscribeRequest.d.ts +12 -0
  114. package/esm/generated/models/UtxoType.d.ts +3 -0
  115. package/esm/generated/models/ValidatorActivityEventType.d.ts +5 -0
  116. package/esm/generated/models/ValidatorActivityEventType.js +1 -0
  117. package/esm/generated/models/ValidatorActivityKeyType.d.ts +9 -0
  118. package/esm/generated/models/ValidatorActivityKeyType.js +1 -0
  119. package/esm/generated/models/ValidatorActivityMetadata.d.ts +32 -0
  120. package/esm/generated/models/ValidatorActivityRequest.d.ts +21 -0
  121. package/esm/generated/models/ValidatorActivityRequest.js +1 -0
  122. package/esm/generated/models/ValidatorActivityResponse.d.ts +17 -0
  123. package/esm/generated/models/ValidatorActivitySubEvents.d.ts +8 -0
  124. package/esm/generated/models/ValidatorsDetails.d.ts +6 -0
  125. package/esm/generated/models/WebhookAddressActivityResponse.d.ts +30 -0
  126. package/esm/generated/models/WebhookAddressActivityResponse.js +1 -0
  127. package/esm/generated/models/WebhookInternalTransaction.d.ts +32 -0
  128. package/esm/generated/models/XChainId.d.ts +0 -1
  129. package/esm/generated/models/XChainId.js +1 -1
  130. package/esm/generated/services/AvaxSupplyService.d.ts +16 -0
  131. package/esm/generated/services/AvaxSupplyService.js +1 -0
  132. package/esm/generated/services/DataApiUsageMetricsService.d.ts +119 -20
  133. package/esm/generated/services/DataApiUsageMetricsService.js +1 -1
  134. package/esm/generated/services/EvmBalancesService.d.ts +4 -4
  135. package/esm/generated/services/EvmBlocksService.d.ts +21 -0
  136. package/esm/generated/services/EvmBlocksService.js +1 -1
  137. package/esm/generated/services/EvmChainsService.d.ts +69 -4
  138. package/esm/generated/services/EvmChainsService.js +1 -1
  139. package/esm/generated/services/EvmTransactionsService.d.ts +35 -2
  140. package/esm/generated/services/EvmTransactionsService.js +1 -1
  141. package/esm/generated/services/HealthCheckService.d.ts +4 -7
  142. package/esm/generated/services/HealthCheckService.js +1 -1
  143. package/esm/generated/services/InterchainMessagingService.d.ts +90 -0
  144. package/esm/generated/services/InterchainMessagingService.js +1 -0
  145. package/esm/generated/services/NotificationsService.d.ts +51 -0
  146. package/esm/generated/services/NotificationsService.js +1 -0
  147. package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +18 -2
  148. package/esm/generated/services/PrimaryNetworkBlocksService.js +1 -1
  149. package/esm/generated/services/PrimaryNetworkService.d.ts +22 -5
  150. package/esm/generated/services/PrimaryNetworkService.js +1 -1
  151. package/esm/generated/services/SignatureAggregatorService.d.ts +22 -1
  152. package/esm/generated/services/SignatureAggregatorService.js +1 -1
  153. package/esm/generated/services/TeleporterService.d.ts +12 -6
  154. package/esm/generated/services/WebhooksService.d.ts +28 -24
  155. package/esm/generated/services/WebhooksService.js +1 -1
  156. package/esm/index.d.ts +54 -4
  157. package/esm/index.js +1 -1
  158. package/package.json +2 -2
  159. package/esm/generated/models/EventType.d.ts +0 -5
package/dist/index.d.ts CHANGED
@@ -54,6 +54,18 @@ declare abstract class BaseHttpRequest {
54
54
  abstract request<T>(options: ApiRequestOptions): CancelablePromise<T>;
55
55
  }
56
56
 
57
+ declare class AvaxSupplyService {
58
+ readonly httpRequest: BaseHttpRequest;
59
+ constructor(httpRequest: BaseHttpRequest);
60
+ /**
61
+ * Get AVAX supply information
62
+ * Get AVAX supply information that includes total supply, circulating supply, total p burned, total c burned, total x burned, total staked, total locked, total rewards, and last updated.
63
+ * @returns void
64
+ * @throws ApiError
65
+ */
66
+ getAvaxSupply(): CancelablePromise<void>;
67
+ }
68
+
57
69
  type LogsFormatMetadata = {
58
70
  /**
59
71
  * The IP address of the client that made the request.
@@ -148,6 +160,28 @@ type LogsResponseDTO = {
148
160
  logs: Array<LogsFormat>;
149
161
  };
150
162
 
163
+ declare enum Network {
164
+ MAINNET = "mainnet",
165
+ FUJI = "fuji",
166
+ TESTNET = "testnet"
167
+ }
168
+
169
+ declare enum PrimaryNetworkRpcMetricsGroupByEnum {
170
+ RPC_METHOD = "rpcMethod",
171
+ REQUEST_PATH = "requestPath",
172
+ RESPONSE_CODE = "responseCode",
173
+ COUNTRY = "country",
174
+ CONTINENT = "continent",
175
+ USER_AGENT = "userAgent"
176
+ }
177
+
178
+ declare enum PrimaryNetworkRpcTimeIntervalGranularity {
179
+ HOURLY = "hourly",
180
+ DAILY = "daily",
181
+ WEEKLY = "weekly",
182
+ MONTHLY = "monthly"
183
+ }
184
+
151
185
  type RpcUsageMetricsValueAggregated = {
152
186
  /**
153
187
  * The total number of requests
@@ -173,6 +207,10 @@ type RpcUsageMetricsValueAggregated = {
173
207
  * The number of invalid requests
174
208
  */
175
209
  invalidRequests: number;
210
+ /**
211
+ * The number of API credits wasted on invalid requests
212
+ */
213
+ apiCreditsWasted: number;
176
214
  /**
177
215
  * Column name used for data aggregation
178
216
  */
@@ -190,6 +228,10 @@ declare namespace RpcUsageMetricsValueAggregated {
190
228
  RPC_METHOD = "rpcMethod",
191
229
  RESPONSE_CODE = "responseCode",
192
230
  RL_BYPASS_TOKEN = "rlBypassToken",
231
+ REQUEST_PATH = "requestPath",
232
+ COUNTRY = "country",
233
+ CONTINENT = "continent",
234
+ USER_AGENT = "userAgent",
193
235
  NONE = "None"
194
236
  }
195
237
  }
@@ -205,19 +247,56 @@ type RpcMetrics = {
205
247
  values: Array<RpcUsageMetricsValueAggregated>;
206
248
  };
207
249
 
208
- type RpcUsageMetricsResponseDTO = {
250
+ type PrimaryNetworkRpcUsageMetricsResponseDTO = {
209
251
  /**
210
252
  * Duration in which the metrics value is aggregated
211
253
  */
212
254
  aggregateDuration: string;
213
255
  /**
214
- * ChainId for which the metrics are aggregated
256
+ * Metrics values
215
257
  */
216
- chainId: string;
258
+ metrics: Array<RpcMetrics>;
259
+ /**
260
+ * Network type for which the metrics are aggregated
261
+ */
262
+ network: PrimaryNetworkRpcUsageMetricsResponseDTO.network;
263
+ };
264
+ declare namespace PrimaryNetworkRpcUsageMetricsResponseDTO {
265
+ /**
266
+ * Network type for which the metrics are aggregated
267
+ */
268
+ enum network {
269
+ MAINNET = "mainnet",
270
+ TESTNET = "testnet"
271
+ }
272
+ }
273
+
274
+ declare enum RpcUsageMetricsGroupByEnum {
275
+ RPC_METHOD = "rpcMethod",
276
+ RESPONSE_CODE = "responseCode",
277
+ RL_BYPASS_TOKEN = "rlBypassToken"
278
+ }
279
+
280
+ declare enum SubnetRpcTimeIntervalGranularity {
281
+ HOURLY = "hourly",
282
+ DAILY = "daily",
283
+ WEEKLY = "weekly",
284
+ MONTHLY = "monthly"
285
+ }
286
+
287
+ type SubnetRpcUsageMetricsResponseDTO = {
288
+ /**
289
+ * Duration in which the metrics value is aggregated
290
+ */
291
+ aggregateDuration: string;
217
292
  /**
218
293
  * Metrics values
219
294
  */
220
295
  metrics: Array<RpcMetrics>;
296
+ /**
297
+ * ChainId for which the metrics are aggregated
298
+ */
299
+ chainId: string;
221
300
  };
222
301
 
223
302
  declare enum TimeIntervalGranularityExtended {
@@ -323,7 +402,7 @@ declare class DataApiUsageMetricsService {
323
402
  * @returns UsageMetricsResponseDTO Successful response
324
403
  * @throws ApiError
325
404
  */
326
- getApiUsageMetrics({ orgId, startTimestamp, endTimestamp, timeInterval, groupBy, chainId, requestPath, responseCode, requestType, apiKeyId, }: {
405
+ getApiUsageMetrics({ orgId, startTimestamp, endTimestamp, timeInterval, groupBy, chainId, responseCode, requestType, apiKeyId, requestPath, }: {
327
406
  /**
328
407
  * Organization ID to fetch usage metrics for
329
408
  */
@@ -348,10 +427,6 @@ declare class DataApiUsageMetricsService {
348
427
  * Filter data by chain ID.
349
428
  */
350
429
  chainId?: string;
351
- /**
352
- * Filter data by request path.
353
- */
354
- requestPath?: string;
355
430
  /**
356
431
  * Filter data by response status code.
357
432
  */
@@ -364,6 +439,10 @@ declare class DataApiUsageMetricsService {
364
439
  * Filter data by API key ID.
365
440
  */
366
441
  apiKeyId?: string;
442
+ /**
443
+ * Filter data by request path.
444
+ */
445
+ requestPath?: string;
367
446
  }): CancelablePromise<UsageMetricsResponseDTO>;
368
447
  /**
369
448
  * Get logs for requests made by client
@@ -371,7 +450,7 @@ declare class DataApiUsageMetricsService {
371
450
  * @returns LogsResponseDTO Successful response
372
451
  * @throws ApiError
373
452
  */
374
- getApiLogs({ orgId, startTimestamp, endTimestamp, chainId, requestPath, responseCode, requestType, apiKeyId, pageToken, pageSize, }: {
453
+ getApiLogs({ orgId, startTimestamp, endTimestamp, chainId, responseCode, requestType, apiKeyId, requestPath, pageToken, pageSize, }: {
375
454
  /**
376
455
  * Organization ID to fetch usage metrics for
377
456
  */
@@ -388,10 +467,6 @@ declare class DataApiUsageMetricsService {
388
467
  * Filter data by chain ID.
389
468
  */
390
469
  chainId?: string;
391
- /**
392
- * Filter data by request path.
393
- */
394
- requestPath?: string;
395
470
  /**
396
471
  * Filter data by response status code.
397
472
  */
@@ -404,6 +479,10 @@ declare class DataApiUsageMetricsService {
404
479
  * Filter data by API key ID.
405
480
  */
406
481
  apiKeyId?: string;
482
+ /**
483
+ * Filter data by request path.
484
+ */
485
+ requestPath?: string;
407
486
  /**
408
487
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
409
488
  */
@@ -415,15 +494,16 @@ declare class DataApiUsageMetricsService {
415
494
  }): CancelablePromise<LogsResponseDTO>;
416
495
  /**
417
496
  * Get usage metrics for the Subnet RPC
418
- * Gets metrics for Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
419
- * @returns RpcUsageMetricsResponseDTO Successful response
497
+ * Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
498
+ * @returns SubnetRpcUsageMetricsResponseDTO Successful response
420
499
  * @throws ApiError
421
500
  */
422
- getRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, requestPath, responseCode, rpcMethod, rlBypassApiToken, }: {
501
+ getSubnetRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, responseCode, rpcMethod, rlBypassApiToken, }: {
423
502
  /**
424
- * Query param for setting time interval of data aggregation.
503
+ * Time interval granularity for data aggregation for subnet
504
+ * rpc metrics
425
505
  */
426
- timeInterval?: string;
506
+ timeInterval?: SubnetRpcTimeIntervalGranularity;
427
507
  /**
428
508
  * The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
429
509
  */
@@ -435,15 +515,54 @@ declare class DataApiUsageMetricsService {
435
515
  /**
436
516
  * Query param for the criterion used for grouping metrics
437
517
  */
438
- groupBy?: UsageMetricsGroupByEnum;
518
+ groupBy?: RpcUsageMetricsGroupByEnum;
439
519
  /**
440
520
  * Filter data by chain ID.
441
521
  */
442
522
  chainId?: string;
443
523
  /**
444
- * Filter data by request path.
524
+ * Filter data by response status code.
445
525
  */
446
- requestPath?: string;
526
+ responseCode?: string;
527
+ /**
528
+ * Filter data by RPC method.
529
+ */
530
+ rpcMethod?: string;
531
+ /**
532
+ * Filter data by Rl Bypass API Token.
533
+ */
534
+ rlBypassApiToken?: string;
535
+ }): CancelablePromise<SubnetRpcUsageMetricsResponseDTO>;
536
+ /**
537
+ * @deprecated
538
+ * **[Deprecated]** Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
539
+ *
540
+ * ⚠️ **This operation will be removed in a future release. Please use /v1/subnetRpcUsageMetrics endpoint instead**.
541
+ * @returns SubnetRpcUsageMetricsResponseDTO Successful response
542
+ * @throws ApiError
543
+ */
544
+ getRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, responseCode, rpcMethod, rlBypassApiToken, }: {
545
+ /**
546
+ * Time interval granularity for data aggregation for subnet
547
+ * rpc metrics
548
+ */
549
+ timeInterval?: SubnetRpcTimeIntervalGranularity;
550
+ /**
551
+ * The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
552
+ */
553
+ startTimestamp?: number;
554
+ /**
555
+ * The end time of the range as a UNIX timestamp. The requested end time will be rounded down to 0:00 UTC of the day.
556
+ */
557
+ endTimestamp?: number;
558
+ /**
559
+ * Query param for the criterion used for grouping metrics
560
+ */
561
+ groupBy?: RpcUsageMetricsGroupByEnum;
562
+ /**
563
+ * Filter data by chain ID.
564
+ */
565
+ chainId?: string;
447
566
  /**
448
567
  * Filter data by response status code.
449
568
  */
@@ -456,7 +575,60 @@ declare class DataApiUsageMetricsService {
456
575
  * Filter data by Rl Bypass API Token.
457
576
  */
458
577
  rlBypassApiToken?: string;
459
- }): CancelablePromise<RpcUsageMetricsResponseDTO>;
578
+ }): CancelablePromise<SubnetRpcUsageMetricsResponseDTO>;
579
+ /**
580
+ * Get usage metrics for the Primary Network RPC
581
+ * Gets metrics for public Primary Network RPC usage over a specified time interval aggregated at the specified time-duration granularity.
582
+ * @returns PrimaryNetworkRpcUsageMetricsResponseDTO Successful response
583
+ * @throws ApiError
584
+ */
585
+ getPrimaryNetworkRpcUsageMetrics({ network, timeInterval, startTimestamp, endTimestamp, groupBy, responseCode, requestPath, country, continent, userAgent, rpcMethod, }: {
586
+ /**
587
+ * Either mainnet or testnet/fuji.
588
+ */
589
+ network: Network;
590
+ /**
591
+ * Time interval granularity for data aggregation for subnet
592
+ * rpc metrics
593
+ */
594
+ timeInterval?: PrimaryNetworkRpcTimeIntervalGranularity;
595
+ /**
596
+ * The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
597
+ */
598
+ startTimestamp?: number;
599
+ /**
600
+ * The end time of the range as a UNIX timestamp. The requested end time will be rounded down to 0:00 UTC of the day.
601
+ */
602
+ endTimestamp?: number;
603
+ /**
604
+ * Query param for the criterion used for grouping metrics
605
+ */
606
+ groupBy?: PrimaryNetworkRpcMetricsGroupByEnum;
607
+ /**
608
+ * Filter data by response status code.
609
+ */
610
+ responseCode?: string;
611
+ /**
612
+ * Filter data by request path.
613
+ */
614
+ requestPath?: string;
615
+ /**
616
+ * Filter data by Country. Input must be a valid ISO 3166-1 alpha-2 country code. "XX" - Represents clients without country code data. "T1" - Represents clients using the Tor network.
617
+ */
618
+ country?: string;
619
+ /**
620
+ * Filter data by Continent. Input must be a valid ISO 3166-1 alpha-2 continent code.
621
+ */
622
+ continent?: string;
623
+ /**
624
+ * Filter data by User Agent.
625
+ */
626
+ userAgent?: string;
627
+ /**
628
+ * Filter data by RPC method.
629
+ */
630
+ rpcMethod?: string;
631
+ }): CancelablePromise<PrimaryNetworkRpcUsageMetricsResponseDTO>;
460
632
  }
461
633
 
462
634
  declare class DefaultService {
@@ -655,6 +827,10 @@ type ListErc1155BalancesResponse = {
655
827
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
656
828
  */
657
829
  nextPageToken?: string;
830
+ /**
831
+ * The native token balance for the address.
832
+ */
833
+ nativeTokenBalance: NativeTokenBalance;
658
834
  /**
659
835
  * The list of ERC-1155 token balances for the address.
660
836
  */
@@ -699,11 +875,22 @@ type Erc20TokenBalance = {
699
875
  * The monetary value of the balance, if a price is available for the token.
700
876
  */
701
877
  balanceValue?: Money;
878
+ /**
879
+ * Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
880
+ */
881
+ tokenReputation: Erc20TokenBalance.tokenReputation;
702
882
  };
703
883
  declare namespace Erc20TokenBalance {
704
884
  enum ercType {
705
885
  ERC_20 = "ERC-20"
706
886
  }
887
+ /**
888
+ * Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
889
+ */
890
+ enum tokenReputation {
891
+ MALICIOUS = "Malicious",
892
+ BENIGN = "Benign"
893
+ }
707
894
  }
708
895
 
709
896
  type ListErc20BalancesResponse = {
@@ -711,6 +898,10 @@ type ListErc20BalancesResponse = {
711
898
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
712
899
  */
713
900
  nextPageToken?: string;
901
+ /**
902
+ * The native token balance for the address.
903
+ */
904
+ nativeTokenBalance: NativeTokenBalance;
714
905
  /**
715
906
  * The list of ERC-20 token balances for the address.
716
907
  */
@@ -722,6 +913,10 @@ type ListErc721BalancesResponse = {
722
913
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
723
914
  */
724
915
  nextPageToken?: string;
916
+ /**
917
+ * The native token balance for the address.
918
+ */
919
+ nativeTokenBalance: NativeTokenBalance;
725
920
  /**
726
921
  * The list of ERC-721 token balances for the address.
727
922
  */
@@ -785,7 +980,7 @@ declare class EvmBalancesService {
785
980
  */
786
981
  pageToken?: string;
787
982
  /**
788
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
983
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
789
984
  */
790
985
  pageSize?: number;
791
986
  /**
@@ -823,7 +1018,7 @@ declare class EvmBalancesService {
823
1018
  */
824
1019
  pageToken?: string;
825
1020
  /**
826
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1021
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
827
1022
  */
828
1023
  pageSize?: number;
829
1024
  /**
@@ -859,7 +1054,7 @@ declare class EvmBalancesService {
859
1054
  */
860
1055
  pageToken?: string;
861
1056
  /**
862
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1057
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
863
1058
  */
864
1059
  pageSize?: number;
865
1060
  /**
@@ -889,7 +1084,7 @@ declare class EvmBalancesService {
889
1084
  */
890
1085
  pageToken?: string;
891
1086
  /**
892
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1087
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
893
1088
  */
894
1089
  pageSize?: number;
895
1090
  /**
@@ -900,6 +1095,10 @@ declare class EvmBalancesService {
900
1095
  }
901
1096
 
902
1097
  type GetEvmBlockResponse = {
1098
+ /**
1099
+ * The EVM chain ID on which the block was created.
1100
+ */
1101
+ chainId: string;
903
1102
  /**
904
1103
  * The block number on the chain.
905
1104
  */
@@ -944,6 +1143,10 @@ type GetEvmBlockResponse = {
944
1143
  };
945
1144
 
946
1145
  type EvmBlock = {
1146
+ /**
1147
+ * The EVM chain ID on which the block was created.
1148
+ */
1149
+ chainId: string;
947
1150
  /**
948
1151
  * The block number on the chain.
949
1152
  */
@@ -998,6 +1201,26 @@ type ListEvmBlocksResponse = {
998
1201
  declare class EvmBlocksService {
999
1202
  readonly httpRequest: BaseHttpRequest;
1000
1203
  constructor(httpRequest: BaseHttpRequest);
1204
+ /**
1205
+ * List latest blocks across all supported EVM chains
1206
+ * Lists the most recent blocks from all supported EVM-compatible chains. The results can be filtered by network.
1207
+ * @returns ListEvmBlocksResponse Successful response
1208
+ * @throws ApiError
1209
+ */
1210
+ listLatestBlocksAllChains({ pageToken, pageSize, network, }: {
1211
+ /**
1212
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1213
+ */
1214
+ pageToken?: string;
1215
+ /**
1216
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1217
+ */
1218
+ pageSize?: number;
1219
+ /**
1220
+ * Either mainnet or testnet/fuji.
1221
+ */
1222
+ network?: Network;
1223
+ }): CancelablePromise<ListEvmBlocksResponse>;
1001
1224
  /**
1002
1225
  * List latest blocks
1003
1226
  * Lists the latest indexed blocks on the EVM-compatible chain sorted in descending order by block timestamp.
@@ -1129,70 +1352,237 @@ type ListChainsResponse = {
1129
1352
  chains: Array<ChainInfo>;
1130
1353
  };
1131
1354
 
1132
- declare enum Network {
1133
- MAINNET = "mainnet",
1134
- FUJI = "fuji",
1135
- TESTNET = "testnet",
1136
- DEVNET = "devnet"
1355
+ /**
1356
+ * The contract call type. NATIVE_TRANSFER indicates a transfer of the native token without any smart-contract interaction. CONTRACT_CALL indicates a smart-contract interaction. CONTRACT_CREATION indicates a smart-contract creation.
1357
+ */
1358
+ declare enum TransactionMethodType {
1359
+ NATIVE_TRANSFER = "NATIVE_TRANSFER",
1360
+ CONTRACT_CALL = "CONTRACT_CALL",
1361
+ CONTRACT_CREATION = "CONTRACT_CREATION"
1137
1362
  }
1138
1363
 
1139
- declare class EvmChainsService {
1140
- readonly httpRequest: BaseHttpRequest;
1141
- constructor(httpRequest: BaseHttpRequest);
1364
+ type Method = {
1365
+ callType: TransactionMethodType;
1142
1366
  /**
1143
- * List chains
1144
- * Lists the supported EVM-compatible chains. Filterable by network.
1145
- * @returns ListChainsResponse Successful response
1146
- * @throws ApiError
1367
+ * The contract method hash identifier. The method hash is only set if the `callType` is `CONTRACT_CALL`.
1147
1368
  */
1148
- supportedChains({ network, feature, }: {
1149
- /**
1150
- * Either mainnet or testnet/fuji.
1151
- */
1152
- network?: Network;
1153
- /**
1154
- * Filter by feature.
1155
- */
1156
- feature?: ApiFeature;
1157
- }): CancelablePromise<ListChainsResponse>;
1369
+ methodHash: string;
1158
1370
  /**
1159
- * Get chain information
1160
- * Gets chain information for the EVM-compatible chain if supported by the api.
1161
- * @returns GetChainResponse Successful response
1162
- * @throws ApiError
1371
+ * The contract method name including parameter types. If the `callType` is `NATIVE_TRANSFER` this is set to 'Native Transfer'. If the `callType` is `CONTRACT_CREATION` this is set to 'Contract Created'.
1163
1372
  */
1164
- getChainInfo({ chainId, }: {
1165
- /**
1166
- * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1167
- */
1168
- chainId: string;
1169
- }): CancelablePromise<GetChainResponse>;
1373
+ methodName?: string;
1374
+ };
1375
+
1376
+ type RichAddress = {
1170
1377
  /**
1171
- * Get chains for address
1172
- * Gets the list of chains an address has interacted with.
1173
- * @returns ListAddressChainsResponse Successful response
1174
- * @throws ApiError
1378
+ * The contract name.
1175
1379
  */
1176
- getAddressChains({ address, }: {
1177
- /**
1178
- * A wallet address.
1179
- */
1180
- address: string;
1181
- }): CancelablePromise<ListAddressChainsResponse>;
1182
- }
1183
-
1184
- type ImageAsset = {
1185
- assetId?: string;
1380
+ name?: string;
1186
1381
  /**
1187
- * OUTPUT ONLY
1382
+ * The contract symbol.
1188
1383
  */
1189
- imageUri?: string;
1190
- };
1191
-
1192
- type PricingProviders = {
1193
- coingeckoCoinId?: string;
1194
- };
1195
-
1384
+ symbol?: string;
1385
+ /**
1386
+ * The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
1387
+ */
1388
+ decimals?: number;
1389
+ /**
1390
+ * The logo uri for the address.
1391
+ */
1392
+ logoUri?: string;
1393
+ /**
1394
+ * A wallet or contract address in mixed-case checksum encoding.
1395
+ */
1396
+ address: string;
1397
+ };
1398
+
1399
+ type NativeTransaction = {
1400
+ /**
1401
+ * The block number on the chain.
1402
+ */
1403
+ blockNumber: string;
1404
+ /**
1405
+ * The block finality timestamp.
1406
+ */
1407
+ blockTimestamp: number;
1408
+ /**
1409
+ * The block hash identifier.
1410
+ */
1411
+ blockHash: string;
1412
+ /**
1413
+ * The EVM chain ID on which the transaction occured.
1414
+ */
1415
+ chainId: string;
1416
+ /**
1417
+ * The index at which the transaction occured in the block (0-indexed).
1418
+ */
1419
+ blockIndex: number;
1420
+ /**
1421
+ * The transaction hash identifier.
1422
+ */
1423
+ txHash: string;
1424
+ /**
1425
+ * The transaction status, which is either 0 (failed) or 1 (successful).
1426
+ */
1427
+ txStatus: string;
1428
+ /**
1429
+ * The transaction type.
1430
+ */
1431
+ txType: number;
1432
+ /**
1433
+ * The gas limit set for the transaction.
1434
+ */
1435
+ gasLimit: string;
1436
+ /**
1437
+ * The amount of gas used.
1438
+ */
1439
+ gasUsed: string;
1440
+ /**
1441
+ * The gas price denominated by the number of decimals of the native token.
1442
+ */
1443
+ gasPrice: string;
1444
+ /**
1445
+ * The nonce used by the sender of the transaction.
1446
+ */
1447
+ nonce: string;
1448
+ from: RichAddress;
1449
+ to: RichAddress;
1450
+ method?: Method;
1451
+ value: string;
1452
+ };
1453
+
1454
+ type ListNativeTransactionsResponse = {
1455
+ /**
1456
+ * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
1457
+ */
1458
+ nextPageToken?: string;
1459
+ transactions: Array<NativeTransaction>;
1460
+ };
1461
+
1462
+ declare enum TransactionStatus {
1463
+ FAILED = "failed",
1464
+ SUCCESS = "success"
1465
+ }
1466
+
1467
+ declare class EvmChainsService {
1468
+ readonly httpRequest: BaseHttpRequest;
1469
+ constructor(httpRequest: BaseHttpRequest);
1470
+ /**
1471
+ * List all chains associated with a given address
1472
+ * Lists the chains where the specified address has participated in transactions or ERC token transfers, either as a sender or receiver. The data is refreshed every 15 minutes.
1473
+ * @returns ListAddressChainsResponse Successful response
1474
+ * @throws ApiError
1475
+ */
1476
+ listAddressChains({ address, }: {
1477
+ /**
1478
+ * A wallet address.
1479
+ */
1480
+ address: string;
1481
+ }): CancelablePromise<ListAddressChainsResponse>;
1482
+ /**
1483
+ * List chains
1484
+ * Lists the AvaCloud supported EVM-compatible chains. Filterable by network.
1485
+ * @returns ListChainsResponse Successful response
1486
+ * @throws ApiError
1487
+ */
1488
+ supportedChains({ network, feature, }: {
1489
+ /**
1490
+ * Either mainnet or testnet/fuji.
1491
+ */
1492
+ network?: Network;
1493
+ /**
1494
+ * Filter by feature.
1495
+ */
1496
+ feature?: ApiFeature;
1497
+ }): CancelablePromise<ListChainsResponse>;
1498
+ /**
1499
+ * Get chain information
1500
+ * Gets chain information for the EVM-compatible chain if supported by AvaCloud.
1501
+ * @returns GetChainResponse Successful response
1502
+ * @throws ApiError
1503
+ */
1504
+ getChainInfo({ chainId, }: {
1505
+ /**
1506
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1507
+ */
1508
+ chainId: string;
1509
+ }): CancelablePromise<GetChainResponse>;
1510
+ /**
1511
+ * @deprecated
1512
+ * **[Deprecated]** Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
1513
+ *
1514
+ * ⚠️ **This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead** .
1515
+ * @returns ListAddressChainsResponse Successful response
1516
+ * @throws ApiError
1517
+ */
1518
+ getAddressChains({ address, }: {
1519
+ /**
1520
+ * A wallet address.
1521
+ */
1522
+ address: string;
1523
+ }): CancelablePromise<ListAddressChainsResponse>;
1524
+ /**
1525
+ * @deprecated
1526
+ * **[Deprecated]** Lists the latest transactions for all supported EVM chains. Filterable by status.
1527
+ *
1528
+ * ⚠️ **This operation will be removed in a future release. Please use /v1/transactions endpoint instead** .
1529
+ * @returns ListNativeTransactionsResponse Successful response
1530
+ * @throws ApiError
1531
+ */
1532
+ listAllLatestTransactions({ pageToken, pageSize, network, status, }: {
1533
+ /**
1534
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1535
+ */
1536
+ pageToken?: string;
1537
+ /**
1538
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1539
+ */
1540
+ pageSize?: number;
1541
+ /**
1542
+ * Either mainnet or testnet/fuji.
1543
+ */
1544
+ network?: Network;
1545
+ /**
1546
+ * A status filter for listed transactions.
1547
+ */
1548
+ status?: TransactionStatus;
1549
+ }): CancelablePromise<ListNativeTransactionsResponse>;
1550
+ /**
1551
+ * @deprecated
1552
+ * **[Deprecated]** Lists the latest blocks for all supported EVM chains. Filterable by network.
1553
+ *
1554
+ * ⚠️ **This operation will be removed in a future release. Please use /v1/blocks endpoint instead** .
1555
+ * @returns ListEvmBlocksResponse Successful response
1556
+ * @throws ApiError
1557
+ */
1558
+ listAllLatestBlocks({ pageToken, pageSize, network, }: {
1559
+ /**
1560
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1561
+ */
1562
+ pageToken?: string;
1563
+ /**
1564
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1565
+ */
1566
+ pageSize?: number;
1567
+ /**
1568
+ * Either mainnet or testnet/fuji.
1569
+ */
1570
+ network?: Network;
1571
+ }): CancelablePromise<ListEvmBlocksResponse>;
1572
+ }
1573
+
1574
+ type ImageAsset = {
1575
+ assetId?: string;
1576
+ /**
1577
+ * OUTPUT ONLY
1578
+ */
1579
+ imageUri?: string;
1580
+ };
1581
+
1582
+ type PricingProviders = {
1583
+ coingeckoCoinId?: string;
1584
+ };
1585
+
1196
1586
  declare enum ResourceLinkType {
1197
1587
  BLOG = "Blog",
1198
1588
  COIN_GECKO = "CoinGecko",
@@ -1350,7 +1740,7 @@ type Erc1155Contract = {
1350
1740
  * A wallet or contract address in mixed-case checksum encoding.
1351
1741
  */
1352
1742
  address: string;
1353
- deploymentDetails: ContractDeploymentDetails;
1743
+ deploymentDetails?: ContractDeploymentDetails;
1354
1744
  ercType: Erc1155Contract.ercType;
1355
1745
  /**
1356
1746
  * The contract symbol.
@@ -1381,7 +1771,7 @@ type Erc20Contract = {
1381
1771
  * A wallet or contract address in mixed-case checksum encoding.
1382
1772
  */
1383
1773
  address: string;
1384
- deploymentDetails: ContractDeploymentDetails;
1774
+ deploymentDetails?: ContractDeploymentDetails;
1385
1775
  ercType: Erc20Contract.ercType;
1386
1776
  /**
1387
1777
  * The contract symbol.
@@ -1416,7 +1806,7 @@ type Erc721Contract = {
1416
1806
  * A wallet or contract address in mixed-case checksum encoding.
1417
1807
  */
1418
1808
  address: string;
1419
- deploymentDetails: ContractDeploymentDetails;
1809
+ deploymentDetails?: ContractDeploymentDetails;
1420
1810
  ercType: Erc721Contract.ercType;
1421
1811
  /**
1422
1812
  * The contract symbol.
@@ -1446,7 +1836,7 @@ type UnknownContract = {
1446
1836
  * A wallet or contract address in mixed-case checksum encoding.
1447
1837
  */
1448
1838
  address: string;
1449
- deploymentDetails: ContractDeploymentDetails;
1839
+ deploymentDetails?: ContractDeploymentDetails;
1450
1840
  ercType: UnknownContract.ercType;
1451
1841
  };
1452
1842
  declare namespace UnknownContract {
@@ -1513,29 +1903,6 @@ declare namespace Erc1155Token {
1513
1903
  }
1514
1904
  }
1515
1905
 
1516
- type RichAddress = {
1517
- /**
1518
- * The contract name.
1519
- */
1520
- name?: string;
1521
- /**
1522
- * The contract symbol.
1523
- */
1524
- symbol?: string;
1525
- /**
1526
- * The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
1527
- */
1528
- decimals?: number;
1529
- /**
1530
- * The logo uri for the address.
1531
- */
1532
- logoUri?: string;
1533
- /**
1534
- * A wallet or contract address in mixed-case checksum encoding.
1535
- */
1536
- address: string;
1537
- };
1538
-
1539
1906
  type Erc1155TransferDetails = {
1540
1907
  from: RichAddress;
1541
1908
  to: RichAddress;
@@ -1620,27 +1987,6 @@ type Erc721TransferDetails = {
1620
1987
  erc721Token: Erc721Token;
1621
1988
  };
1622
1989
 
1623
- /**
1624
- * The contract call type. NATIVE_TRANSFER indicates a transfer of the native token without any smart-contract interaction. CONTRACT_CALL indicates a smart-contract interaction. CONTRACT_CREATION indicates a smart-contract creation.
1625
- */
1626
- declare enum TransactionMethodType {
1627
- NATIVE_TRANSFER = "NATIVE_TRANSFER",
1628
- CONTRACT_CALL = "CONTRACT_CALL",
1629
- CONTRACT_CREATION = "CONTRACT_CREATION"
1630
- }
1631
-
1632
- type Method = {
1633
- callType: TransactionMethodType;
1634
- /**
1635
- * The contract method hash identifier. The method hash is only set if the `callType` is `CONTRACT_CALL`.
1636
- */
1637
- methodHash: string;
1638
- /**
1639
- * The contract method name including parameter types. If the `callType` is `NATIVE_TRANSFER` this is set to 'Native Transfer'. If the `callType` is `CONTRACT_CREATION` this is set to 'Contract Created'.
1640
- */
1641
- methodName?: string;
1642
- };
1643
-
1644
1990
  type FullNativeTransactionDetails = {
1645
1991
  /**
1646
1992
  * The block number on the chain.
@@ -1654,6 +2000,10 @@ type FullNativeTransactionDetails = {
1654
2000
  * The block hash identifier.
1655
2001
  */
1656
2002
  blockHash: string;
2003
+ /**
2004
+ * The EVM chain ID on which the transaction occured.
2005
+ */
2006
+ chainId: string;
1657
2007
  /**
1658
2008
  * The index at which the transaction occured in the block (0-indexed).
1659
2009
  */
@@ -1704,6 +2054,7 @@ declare enum InternalTransactionOpCall {
1704
2054
  CALL = "CALL",
1705
2055
  CREATE = "CREATE",
1706
2056
  CREATE2 = "CREATE2",
2057
+ CREATE3 = "CREATE3",
1707
2058
  CALLCODE = "CALLCODE",
1708
2059
  DELEGATECALL = "DELEGATECALL",
1709
2060
  STATICCALL = "STATICCALL"
@@ -1745,11 +2096,11 @@ type TeleporterMessageInfo = {
1745
2096
  /**
1746
2097
  * chain id of the source chain. valid only for destination transactions
1747
2098
  */
1748
- sourceChainId?: Record<string, any>;
2099
+ sourceChainId?: string;
1749
2100
  /**
1750
2101
  * chain id of the destination chain. valid only for source transactions
1751
2102
  */
1752
- destinationChainId?: Record<string, any>;
2103
+ destinationChainId?: string;
1753
2104
  };
1754
2105
 
1755
2106
  type GetTransactionResponse = {
@@ -1766,7 +2117,7 @@ type GetTransactionResponse = {
1766
2117
  */
1767
2118
  erc1155Transfers?: Array<Erc1155TransferDetails>;
1768
2119
  /**
1769
- * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2 calls. Use a client provider to recieve a full debug trace of the transaction.
2120
+ * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2/CREATE3 calls. Use a client provider to recieve a full debug trace of the transaction.
1770
2121
  */
1771
2122
  internalTransactions?: Array<InternalTransactionDetails>;
1772
2123
  networkTokenDetails: NetworkTokenDetails;
@@ -1917,84 +2268,25 @@ type ListInternalTransactionsResponse = {
1917
2268
  transactions: Array<InternalTransaction>;
1918
2269
  };
1919
2270
 
1920
- type NativeTransaction = {
2271
+ type TransactionDetails = {
1921
2272
  /**
1922
- * The block number on the chain.
2273
+ * The native (top-level) transaction details.
1923
2274
  */
1924
- blockNumber: string;
2275
+ nativeTransaction: NativeTransaction;
1925
2276
  /**
1926
- * The block finality timestamp.
2277
+ * The list of ERC-20 transfers.
1927
2278
  */
1928
- blockTimestamp: number;
2279
+ erc20Transfers?: Array<Erc20TransferDetails>;
1929
2280
  /**
1930
- * The block hash identifier.
2281
+ * The list of ERC-721 transfers.
1931
2282
  */
1932
- blockHash: string;
2283
+ erc721Transfers?: Array<Erc721TransferDetails>;
1933
2284
  /**
1934
- * The index at which the transaction occured in the block (0-indexed).
2285
+ * The list of ERC-1155 transfers.
1935
2286
  */
1936
- blockIndex: number;
2287
+ erc1155Transfers?: Array<Erc1155TransferDetails>;
1937
2288
  /**
1938
- * The transaction hash identifier.
1939
- */
1940
- txHash: string;
1941
- /**
1942
- * The transaction status, which is either 0 (failed) or 1 (successful).
1943
- */
1944
- txStatus: string;
1945
- /**
1946
- * The transaction type.
1947
- */
1948
- txType: number;
1949
- /**
1950
- * The gas limit set for the transaction.
1951
- */
1952
- gasLimit: string;
1953
- /**
1954
- * The amount of gas used.
1955
- */
1956
- gasUsed: string;
1957
- /**
1958
- * The gas price denominated by the number of decimals of the native token.
1959
- */
1960
- gasPrice: string;
1961
- /**
1962
- * The nonce used by the sender of the transaction.
1963
- */
1964
- nonce: string;
1965
- from: RichAddress;
1966
- to: RichAddress;
1967
- method?: Method;
1968
- value: string;
1969
- };
1970
-
1971
- type ListNativeTransactionsResponse = {
1972
- /**
1973
- * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
1974
- */
1975
- nextPageToken?: string;
1976
- transactions: Array<NativeTransaction>;
1977
- };
1978
-
1979
- type TransactionDetails = {
1980
- /**
1981
- * The native (top-level) transaction details.
1982
- */
1983
- nativeTransaction: NativeTransaction;
1984
- /**
1985
- * The list of ERC-20 transfers.
1986
- */
1987
- erc20Transfers?: Array<Erc20TransferDetails>;
1988
- /**
1989
- * The list of ERC-721 transfers.
1990
- */
1991
- erc721Transfers?: Array<Erc721TransferDetails>;
1992
- /**
1993
- * The list of ERC-1155 transfers.
1994
- */
1995
- erc1155Transfers?: Array<Erc1155TransferDetails>;
1996
- /**
1997
- * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2 calls. Use a client provider to recieve a full debug trace of the transaction.
2289
+ * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2/CREATE3 calls. Use a client provider to recieve a full debug trace of the transaction.
1998
2290
  */
1999
2291
  internalTransactions?: Array<InternalTransactionDetails>;
2000
2292
  };
@@ -2020,14 +2312,33 @@ declare enum SortOrder {
2020
2312
  DESC = "desc"
2021
2313
  }
2022
2314
 
2023
- declare enum TransactionStatus {
2024
- FAILED = "failed",
2025
- SUCCESS = "success"
2026
- }
2027
-
2028
2315
  declare class EvmTransactionsService {
2029
2316
  readonly httpRequest: BaseHttpRequest;
2030
2317
  constructor(httpRequest: BaseHttpRequest);
2318
+ /**
2319
+ * List the latest transactions across all supported EVM chains
2320
+ * Lists the most recent transactions from all supported EVM-compatible chains. The results can be filtered based on transaction status.
2321
+ * @returns ListNativeTransactionsResponse Successful response
2322
+ * @throws ApiError
2323
+ */
2324
+ listLatestTransactionsAllChains({ pageToken, pageSize, network, status, }: {
2325
+ /**
2326
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2327
+ */
2328
+ pageToken?: string;
2329
+ /**
2330
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2331
+ */
2332
+ pageSize?: number;
2333
+ /**
2334
+ * Either mainnet or testnet/fuji.
2335
+ */
2336
+ network?: Network;
2337
+ /**
2338
+ * A status filter for listed transactions.
2339
+ */
2340
+ status?: TransactionStatus;
2341
+ }): CancelablePromise<ListNativeTransactionsResponse>;
2031
2342
  /**
2032
2343
  * Get deployment transaction
2033
2344
  * If the address is a smart contract, returns the transaction in which it was deployed.
@@ -2274,7 +2585,7 @@ declare class EvmTransactionsService {
2274
2585
  * List internal transactions
2275
2586
  * Returns a list of internal transactions for an address and chain. Filterable by block range.
2276
2587
  *
2277
- * Note that the internal transactions list only contains `CALL` or `CALLCODE` transactions with a non-zero value and `CREATE`/`CREATE2` transactions. To get a complete list of internal transactions use the `debug_` prefixed RPC methods on an archive node.
2588
+ * Note that the internal transactions list only contains `CALL` or `CALLCODE` transactions with a non-zero value and `CREATE`/`CREATE2`/`CREATE3` transactions. To get a complete list of internal transactions use the `debug_` prefixed RPC methods on an archive node.
2278
2589
  * @returns ListInternalTransactionsResponse Successful response
2279
2590
  * @throws ApiError
2280
2591
  */
@@ -2326,7 +2637,7 @@ declare class EvmTransactionsService {
2326
2637
  * @returns ListNativeTransactionsResponse Successful response
2327
2638
  * @throws ApiError
2328
2639
  */
2329
- getTransactionsForBlock({ chainId, blockId, }: {
2640
+ getTransactionsForBlock({ chainId, blockId, pageToken, pageSize, }: {
2330
2641
  /**
2331
2642
  * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2332
2643
  */
@@ -2335,6 +2646,14 @@ declare class EvmTransactionsService {
2335
2646
  * A block identifier which is either a block number or the block hash.
2336
2647
  */
2337
2648
  blockId: string;
2649
+ /**
2650
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2651
+ */
2652
+ pageToken?: string;
2653
+ /**
2654
+ * The maximum number of items to return. The minimum page size is 0. The maximum pageSize is 100.
2655
+ */
2656
+ pageSize?: number;
2338
2657
  }): CancelablePromise<ListNativeTransactionsResponse>;
2339
2658
  /**
2340
2659
  * List latest transactions
@@ -2362,66 +2681,246 @@ declare class EvmTransactionsService {
2362
2681
  }): CancelablePromise<ListNativeTransactionsResponse>;
2363
2682
  }
2364
2683
 
2684
+ type HealthIndicatorResultDto = {
2685
+ /**
2686
+ * Status of the health indicator.
2687
+ */
2688
+ status?: HealthIndicatorResultDto.status;
2689
+ };
2690
+ declare namespace HealthIndicatorResultDto {
2691
+ /**
2692
+ * Status of the health indicator.
2693
+ */
2694
+ enum status {
2695
+ UP = "up",
2696
+ DOWN = "down"
2697
+ }
2698
+ }
2699
+
2700
+ type HealthCheckResultDto = {
2701
+ status?: HealthCheckResultDto.status;
2702
+ info?: any | null;
2703
+ error?: any | null;
2704
+ details?: Record<string, HealthIndicatorResultDto>;
2705
+ };
2706
+ declare namespace HealthCheckResultDto {
2707
+ enum status {
2708
+ ERROR = "error",
2709
+ OK = "ok",
2710
+ SHUTTING_DOWN = "shutting_down"
2711
+ }
2712
+ }
2713
+
2365
2714
  declare class HealthCheckService {
2366
2715
  readonly httpRequest: BaseHttpRequest;
2367
2716
  constructor(httpRequest: BaseHttpRequest);
2368
2717
  /**
2369
2718
  * Get the health of the service
2370
- * @returns any The Health Check is successful
2719
+ * Check the health of the service.
2720
+ * @returns HealthCheckResultDto The health of the service
2371
2721
  * @throws ApiError
2372
2722
  */
2373
- dataHealthCheck(): CancelablePromise<{
2374
- status?: string;
2375
- info?: Record<string, Record<string, string>> | null;
2376
- error?: Record<string, Record<string, string>> | null;
2377
- details?: Record<string, Record<string, string>>;
2378
- }>;
2723
+ dataHealthCheck(): CancelablePromise<HealthCheckResultDto>;
2379
2724
  }
2380
2725
 
2381
- type ListNftTokens = {
2726
+ type IcmDestinationTransaction = {
2727
+ txHash: string;
2728
+ timestamp: number;
2729
+ gasSpent: string;
2730
+ rewardRedeemer: string;
2731
+ delivererAddress: string;
2732
+ };
2733
+
2734
+ type IcmReceipt = {
2735
+ receivedMessageNonce: string;
2736
+ relayerRewardAddress: string;
2737
+ };
2738
+
2739
+ type IcmRewardDetails = {
2740
+ /**
2741
+ * A wallet or contract address in mixed-case checksum encoding.
2742
+ */
2743
+ address: string;
2744
+ /**
2745
+ * The contract name.
2746
+ */
2747
+ name: string;
2748
+ /**
2749
+ * The contract symbol.
2750
+ */
2751
+ symbol: string;
2752
+ /**
2753
+ * The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
2754
+ */
2755
+ decimals: number;
2756
+ /**
2757
+ * The logo uri for the address.
2758
+ */
2759
+ logoUri?: string;
2760
+ ercType: IcmRewardDetails.ercType;
2761
+ /**
2762
+ * The token price, if available.
2763
+ */
2764
+ price?: Money;
2765
+ value: string;
2766
+ };
2767
+ declare namespace IcmRewardDetails {
2768
+ enum ercType {
2769
+ ERC_20 = "ERC-20"
2770
+ }
2771
+ }
2772
+
2773
+ type IcmSourceTransaction = {
2774
+ txHash: string;
2775
+ timestamp: number;
2776
+ gasSpent: string;
2777
+ };
2778
+
2779
+ type DeliveredIcmMessage = {
2780
+ messageId: string;
2781
+ icmContractAddress: string;
2782
+ sourceBlockchainId: string;
2783
+ destinationBlockchainId: string;
2784
+ sourceEvmChainId: string;
2785
+ destinationEvmChainId: string;
2786
+ messageNonce: string;
2787
+ from: string;
2788
+ to: string;
2789
+ data?: string;
2790
+ messageExecuted: boolean;
2791
+ receipts: Array<IcmReceipt>;
2792
+ receiptDelivered: boolean;
2793
+ rewardDetails: IcmRewardDetails;
2794
+ sourceTransaction: IcmSourceTransaction;
2795
+ destinationTransaction: IcmDestinationTransaction;
2796
+ status: DeliveredIcmMessage.status;
2797
+ };
2798
+ declare namespace DeliveredIcmMessage {
2799
+ enum status {
2800
+ DELIVERED = "delivered"
2801
+ }
2802
+ }
2803
+
2804
+ type DeliveredSourceNotIndexedIcmMessage = {
2805
+ messageId: string;
2806
+ icmContractAddress: string;
2807
+ sourceBlockchainId: string;
2808
+ destinationBlockchainId: string;
2809
+ sourceEvmChainId: string;
2810
+ destinationEvmChainId: string;
2811
+ messageNonce: string;
2812
+ from: string;
2813
+ to: string;
2814
+ data?: string;
2815
+ messageExecuted: boolean;
2816
+ receipts: Array<IcmReceipt>;
2817
+ receiptDelivered: boolean;
2818
+ rewardDetails: IcmRewardDetails;
2819
+ destinationTransaction: IcmDestinationTransaction;
2820
+ status: DeliveredSourceNotIndexedIcmMessage.status;
2821
+ };
2822
+ declare namespace DeliveredSourceNotIndexedIcmMessage {
2823
+ enum status {
2824
+ DELIVERED_SOURCE_NOT_INDEXED = "delivered_source_not_indexed"
2825
+ }
2826
+ }
2827
+
2828
+ type PendingIcmMessage = {
2829
+ messageId: string;
2830
+ icmContractAddress: string;
2831
+ sourceBlockchainId: string;
2832
+ destinationBlockchainId: string;
2833
+ sourceEvmChainId: string;
2834
+ destinationEvmChainId: string;
2835
+ messageNonce: string;
2836
+ from: string;
2837
+ to: string;
2838
+ data?: string;
2839
+ messageExecuted: boolean;
2840
+ receipts: Array<IcmReceipt>;
2841
+ receiptDelivered: boolean;
2842
+ rewardDetails: IcmRewardDetails;
2843
+ sourceTransaction: IcmSourceTransaction;
2844
+ status: PendingIcmMessage.status;
2845
+ };
2846
+ declare namespace PendingIcmMessage {
2847
+ enum status {
2848
+ PENDING = "pending"
2849
+ }
2850
+ }
2851
+
2852
+ type ListIcmMessagesResponse = {
2382
2853
  /**
2383
2854
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
2384
2855
  */
2385
2856
  nextPageToken?: string;
2386
- tokens: Array<(Erc721Token | Erc1155Token)>;
2857
+ messages: Array<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
2387
2858
  };
2388
2859
 
2389
- declare class NfTsService {
2860
+ declare class InterchainMessagingService {
2390
2861
  readonly httpRequest: BaseHttpRequest;
2391
2862
  constructor(httpRequest: BaseHttpRequest);
2392
2863
  /**
2393
- * Reindex NFT metadata
2394
- * Triggers reindexing of token metadata for an NFT token. Reindexing can only be called once per hour for each NFT token.
2864
+ * Get an ICM message
2865
+ * Gets an ICM message by teleporter message ID.
2395
2866
  * @returns any Successful response
2396
2867
  * @throws ApiError
2397
2868
  */
2398
- reindexNft({ chainId, address, tokenId, }: {
2869
+ getIcmMessage({ messageId, }: {
2399
2870
  /**
2400
- * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2871
+ * The teleporter message ID of the ICM message.
2401
2872
  */
2402
- chainId: string;
2873
+ messageId: string;
2874
+ }): CancelablePromise<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
2875
+ /**
2876
+ * List ICM messages
2877
+ * Lists ICM messages. Ordered by timestamp in descending order.
2878
+ * @returns ListIcmMessagesResponse Successful response
2879
+ * @throws ApiError
2880
+ */
2881
+ listIcmMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, blockchainId, to, from, network, }: {
2403
2882
  /**
2404
- * Contract address on the relevant chain.
2883
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2405
2884
  */
2406
- address: string;
2885
+ pageToken?: string;
2407
2886
  /**
2408
- * TokenId on the contract
2887
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2409
2888
  */
2410
- tokenId: string;
2411
- }): CancelablePromise<any>;
2889
+ pageSize?: number;
2890
+ /**
2891
+ * The base58 encoded blockchain ID or evm chain ID of the source chain that the ICM message was sent from.
2892
+ */
2893
+ sourceBlockchainId?: string;
2894
+ /**
2895
+ * The base58 encoded blockchain ID or evm chain ID of the destination chain that the ICM message was sent to.
2896
+ */
2897
+ destinationBlockchainId?: string;
2898
+ /**
2899
+ * The base58 encoded blockchain ID of either source or destination chain that one ICM message interacts with.
2900
+ */
2901
+ blockchainId?: string;
2902
+ /**
2903
+ * The address of the recipient of the ICM message.
2904
+ */
2905
+ to?: string;
2906
+ /**
2907
+ * The address of the sender of the ICM message.
2908
+ */
2909
+ from?: string;
2910
+ /**
2911
+ * Either mainnet or testnet/fuji.
2912
+ */
2913
+ network?: Network;
2914
+ }): CancelablePromise<ListIcmMessagesResponse>;
2412
2915
  /**
2413
- * List tokens
2414
- * Lists tokens for an NFT contract.
2415
- * @returns ListNftTokens Successful response
2916
+ * List ICM messages by address
2917
+ * Lists ICM messages by address. Ordered by timestamp in descending order.
2918
+ * @returns ListIcmMessagesResponse Successful response
2416
2919
  * @throws ApiError
2417
2920
  */
2418
- listTokens({ chainId, address, pageToken, pageSize, }: {
2419
- /**
2420
- * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2421
- */
2422
- chainId: string;
2921
+ listIcmMessagesByAddress({ address, pageToken, pageSize, network, }: {
2423
2922
  /**
2424
- * Contract address on the relevant chain.
2923
+ * An EVM address.
2425
2924
  */
2426
2925
  address: string;
2427
2926
  /**
@@ -2432,10 +2931,71 @@ declare class NfTsService {
2432
2931
  * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2433
2932
  */
2434
2933
  pageSize?: number;
2435
- }): CancelablePromise<ListNftTokens>;
2436
- /**
2437
- * Get token details
2438
- * Gets token details for a specific token of an NFT contract.
2934
+ /**
2935
+ * Either mainnet or testnet/fuji.
2936
+ */
2937
+ network?: Network;
2938
+ }): CancelablePromise<ListIcmMessagesResponse>;
2939
+ }
2940
+
2941
+ type ListNftTokens = {
2942
+ /**
2943
+ * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
2944
+ */
2945
+ nextPageToken?: string;
2946
+ tokens: Array<(Erc721Token | Erc1155Token)>;
2947
+ };
2948
+
2949
+ declare class NfTsService {
2950
+ readonly httpRequest: BaseHttpRequest;
2951
+ constructor(httpRequest: BaseHttpRequest);
2952
+ /**
2953
+ * Reindex NFT metadata
2954
+ * Triggers reindexing of token metadata for an NFT token. Reindexing can only be called once per hour for each NFT token.
2955
+ * @returns any Successful response
2956
+ * @throws ApiError
2957
+ */
2958
+ reindexNft({ chainId, address, tokenId, }: {
2959
+ /**
2960
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2961
+ */
2962
+ chainId: string;
2963
+ /**
2964
+ * Contract address on the relevant chain.
2965
+ */
2966
+ address: string;
2967
+ /**
2968
+ * TokenId on the contract
2969
+ */
2970
+ tokenId: string;
2971
+ }): CancelablePromise<any>;
2972
+ /**
2973
+ * List tokens
2974
+ * Lists tokens for an NFT contract.
2975
+ * @returns ListNftTokens Successful response
2976
+ * @throws ApiError
2977
+ */
2978
+ listTokens({ chainId, address, pageToken, pageSize, }: {
2979
+ /**
2980
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2981
+ */
2982
+ chainId: string;
2983
+ /**
2984
+ * Contract address on the relevant chain.
2985
+ */
2986
+ address: string;
2987
+ /**
2988
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2989
+ */
2990
+ pageToken?: string;
2991
+ /**
2992
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2993
+ */
2994
+ pageSize?: number;
2995
+ }): CancelablePromise<ListNftTokens>;
2996
+ /**
2997
+ * Get token details
2998
+ * Gets token details for a specific token of an NFT contract.
2439
2999
  * @returns any Successful response
2440
3000
  * @throws ApiError
2441
3001
  */
@@ -2455,6 +3015,108 @@ declare class NfTsService {
2455
3015
  }): CancelablePromise<(Erc721Token | Erc1155Token)>;
2456
3016
  }
2457
3017
 
3018
+ type AccessRequest = {
3019
+ /**
3020
+ * The email address to send the access token to
3021
+ */
3022
+ email: string;
3023
+ /**
3024
+ * The captcha to verify the user
3025
+ */
3026
+ captcha: string;
3027
+ };
3028
+
3029
+ type NotificationsResponse = {
3030
+ message: string;
3031
+ };
3032
+
3033
+ type SubscribeRequest = {
3034
+ /**
3035
+ * The access token to use for authentication
3036
+ */
3037
+ accessToken: string;
3038
+ /**
3039
+ * The node ID to subscribe to
3040
+ */
3041
+ nodeId: string;
3042
+ /**
3043
+ * The notification types to subscribe to. If not provided, all notification types will be subscribed to
3044
+ */
3045
+ notifications?: Array<'connectivity' | 'ports' | 'version'>;
3046
+ };
3047
+
3048
+ type SubscriptionsRequest = {
3049
+ /**
3050
+ * The access token to use for authentication
3051
+ */
3052
+ accessToken: string;
3053
+ };
3054
+
3055
+ type SubscriptionsResponse = {
3056
+ /**
3057
+ * The email address of the user
3058
+ */
3059
+ email: string;
3060
+ /**
3061
+ * The subscriptions of the user
3062
+ */
3063
+ subscriptions: Record<string, {
3064
+ notifications?: Array<'connectivity' | 'ports' | 'version'>;
3065
+ }>;
3066
+ };
3067
+
3068
+ type UnsubscribeRequest = {
3069
+ /**
3070
+ * The access token to use for authentication
3071
+ */
3072
+ accessToken: string;
3073
+ /**
3074
+ * The node ID to subscribe to
3075
+ */
3076
+ nodeId: string;
3077
+ };
3078
+
3079
+ declare class NotificationsService {
3080
+ readonly httpRequest: BaseHttpRequest;
3081
+ constructor(httpRequest: BaseHttpRequest);
3082
+ /**
3083
+ * Access Notifications
3084
+ * Access notifications.
3085
+ * @returns NotificationsResponse Successful response
3086
+ * @throws ApiError
3087
+ */
3088
+ access({ requestBody, }: {
3089
+ requestBody: AccessRequest;
3090
+ }): CancelablePromise<NotificationsResponse>;
3091
+ /**
3092
+ * Subscribe to Notifications
3093
+ * Subscribe to receive notifications.
3094
+ * @returns NotificationsResponse Successful response
3095
+ * @throws ApiError
3096
+ */
3097
+ subscribe({ requestBody, }: {
3098
+ requestBody: SubscribeRequest;
3099
+ }): CancelablePromise<NotificationsResponse>;
3100
+ /**
3101
+ * Unsubscribe from Notifications
3102
+ * Unsubscribe from receiving notifications.
3103
+ * @returns NotificationsResponse Successful response
3104
+ * @throws ApiError
3105
+ */
3106
+ unsubscribe({ requestBody, }: {
3107
+ requestBody: UnsubscribeRequest;
3108
+ }): CancelablePromise<NotificationsResponse>;
3109
+ /**
3110
+ * Get Subscriptions
3111
+ * Get subscriptions.
3112
+ * @returns SubscriptionsResponse Successful response
3113
+ * @throws ApiError
3114
+ */
3115
+ subscriptions({ requestBody, }: {
3116
+ requestBody: SubscriptionsRequest;
3117
+ }): CancelablePromise<SubscriptionsResponse>;
3118
+ }
3119
+
2458
3120
  type EvmNetworkOptions = {
2459
3121
  addresses: Array<string>;
2460
3122
  includeChains: Array<string>;
@@ -2488,7 +3150,7 @@ declare enum PrimaryNetworkOperationType {
2488
3150
  type PrimaryNetworkOptions = {
2489
3151
  addresses?: Array<string>;
2490
3152
  cChainEvmAddresses?: Array<string>;
2491
- includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu' | 'p-chain' | 'x-chain' | 'c-chain'>;
3153
+ includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'p-chain' | 'x-chain' | 'c-chain'>;
2492
3154
  };
2493
3155
 
2494
3156
  type CreatePrimaryNetworkTransactionExportRequest = {
@@ -2543,7 +3205,7 @@ type OperationStatusResponse = {
2543
3205
  operationType: OperationType;
2544
3206
  operationStatus: OperationStatus;
2545
3207
  message?: string;
2546
- metadata: TransactionExportMetadata;
3208
+ metadata?: TransactionExportMetadata;
2547
3209
  createdAtTimestamp: number;
2548
3210
  updatedAtTimestamp: number;
2549
3211
  };
@@ -2576,14 +3238,29 @@ declare class OperationsService {
2576
3238
  }): CancelablePromise<OperationStatusResponse>;
2577
3239
  }
2578
3240
 
3241
+ type Blockchain = {
3242
+ createBlockTimestamp: number;
3243
+ createBlockNumber: string;
3244
+ blockchainId: string;
3245
+ vmId: string;
3246
+ subnetId: string;
3247
+ blockchainName: string;
3248
+ /**
3249
+ * EVM Chain ID for the EVM-based chains. This field is extracted from genesis data, and may be present for non-EVM chains as well.
3250
+ */
3251
+ evmChainId: number;
3252
+ /**
3253
+ * The genesis data of the blockchain.
3254
+ */
3255
+ genesisData?: Record<string, any>;
3256
+ };
3257
+
2579
3258
  declare enum BlockchainIds {
2580
3259
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
2581
3260
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
2582
3261
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
2583
- _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
2584
3262
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
2585
- Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
2586
- V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu"
3263
+ Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"
2587
3264
  }
2588
3265
 
2589
3266
  type ChainAddressChainIdMap = {
@@ -2607,16 +3284,31 @@ type DelegatorsDetails = {
2607
3284
  };
2608
3285
 
2609
3286
  type StakingDistribution = {
3287
+ /**
3288
+ * AvalancheGo version for the validator node.
3289
+ */
2610
3290
  version: string;
3291
+ /**
3292
+ * The total amount staked by validators using this version.
3293
+ */
2611
3294
  amountStaked: string;
3295
+ /**
3296
+ * The number of validators using this version.
3297
+ */
2612
3298
  validatorCount: number;
2613
3299
  };
2614
3300
 
2615
3301
  type ValidatorsDetails = {
2616
3302
  validatorCount: number;
2617
3303
  totalAmountStaked: string;
3304
+ /**
3305
+ * Total potential rewards from currently active validations and delegations.
3306
+ */
2618
3307
  estimatedAnnualStakingReward: string;
2619
3308
  stakingDistributionByVersion: Array<StakingDistribution>;
3309
+ /**
3310
+ * Ratio of total active stake amount to the current supply.
3311
+ */
2620
3312
  stakingRatio: string;
2621
3313
  };
2622
3314
 
@@ -2625,15 +3317,6 @@ type GetNetworkDetailsResponse = {
2625
3317
  delegatorDetails: DelegatorsDetails;
2626
3318
  };
2627
3319
 
2628
- type Blockchain = {
2629
- createBlockTimestamp: number;
2630
- createBlockNumber: string;
2631
- blockchainId: string;
2632
- vmId: string;
2633
- subnetId: string;
2634
- blockchainName: string;
2635
- };
2636
-
2637
3320
  type ListBlockchainsResponse = {
2638
3321
  /**
2639
3322
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
@@ -2668,7 +3351,13 @@ type CompletedDelegatorDetails = {
2668
3351
  delegationFee: string;
2669
3352
  startTimestamp: number;
2670
3353
  endTimestamp: number;
3354
+ /**
3355
+ * Total rewards distributed for the successful delegation.
3356
+ */
2671
3357
  grossReward: string;
3358
+ /**
3359
+ * Net rewards distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
3360
+ */
2672
3361
  netReward: string;
2673
3362
  delegationStatus: CompletedDelegatorDetails.delegationStatus;
2674
3363
  };
@@ -2686,7 +3375,13 @@ type PendingDelegatorDetails = {
2686
3375
  delegationFee: string;
2687
3376
  startTimestamp: number;
2688
3377
  endTimestamp: number;
3378
+ /**
3379
+ * Estimated total rewards that will be distributed for the successful delegation.
3380
+ */
2689
3381
  estimatedGrossReward: string;
3382
+ /**
3383
+ * Estimated net rewards that will be distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
3384
+ */
2690
3385
  estimatedNetReward: string;
2691
3386
  delegationStatus: PendingDelegatorDetails.delegationStatus;
2692
3387
  };
@@ -2717,6 +3412,10 @@ type L1ValidatorDetailsFull = {
2717
3412
  * Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
2718
3413
  */
2719
3414
  validationId: string;
3415
+ /**
3416
+ * Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
3417
+ */
3418
+ validationIdHex: string;
2720
3419
  nodeId: string;
2721
3420
  subnetId: string;
2722
3421
  /**
@@ -2751,10 +3450,10 @@ type ListL1ValidatorsResponse = {
2751
3450
  * The list of L1 validations for the given Subnet ID, NodeId or validationId
2752
3451
  */
2753
3452
  validators: Array<L1ValidatorDetailsFull>;
2754
- };
2755
-
2756
- type BlockchainInfo = {
2757
- blockchainId: string;
3453
+ /**
3454
+ * Block height at which the L1 validator's remaining balance is calculated
3455
+ */
3456
+ blockHeight: string;
2758
3457
  };
2759
3458
 
2760
3459
  type L1ValidatorManagerDetails = {
@@ -2804,11 +3503,15 @@ type Subnet = {
2804
3503
  * Whether the subnet is an L1 or not.
2805
3504
  */
2806
3505
  isL1: boolean;
3506
+ /**
3507
+ * Transaction hash of ConvertSubnetToL1Tx which converted this Subnet to L1.
3508
+ */
3509
+ l1ConversionTransactionHash?: string;
2807
3510
  /**
2808
3511
  * L1 validator manager details.
2809
3512
  */
2810
3513
  l1ValidatorManagerDetails?: L1ValidatorManagerDetails;
2811
- blockchains: Array<BlockchainInfo>;
3514
+ blockchains: Array<Blockchain>;
2812
3515
  };
2813
3516
 
2814
3517
  type ListSubnetsResponse = {
@@ -2824,6 +3527,29 @@ type BlsCredentials = {
2824
3527
  proofOfPossession: string;
2825
3528
  };
2826
3529
 
3530
+ type Geolocation = {
3531
+ /**
3532
+ * The name of the validator node.
3533
+ */
3534
+ city: string;
3535
+ /**
3536
+ * The city of the validator node.
3537
+ */
3538
+ country: string;
3539
+ /**
3540
+ * The country code of the validator node.
3541
+ */
3542
+ countryCode: string;
3543
+ /**
3544
+ * The latitude of the validator node.
3545
+ */
3546
+ latitude: number;
3547
+ /**
3548
+ * The longitude of the validator node.
3549
+ */
3550
+ longitude: number;
3551
+ };
3552
+
2827
3553
  type Rewards = {
2828
3554
  validationRewardAmount: string;
2829
3555
  delegationRewardAmount: string;
@@ -2855,6 +3581,9 @@ type ActiveValidatorDetails = {
2855
3581
  nodeId: string;
2856
3582
  subnetId: string;
2857
3583
  amountStaked: string;
3584
+ /**
3585
+ * The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
3586
+ */
2858
3587
  delegationFee?: string;
2859
3588
  startTimestamp: number;
2860
3589
  endTimestamp: number;
@@ -2862,15 +3591,37 @@ type ActiveValidatorDetails = {
2862
3591
  * Present for AddPermissionlessValidatorTx
2863
3592
  */
2864
3593
  blsCredentials?: BlsCredentials;
3594
+ /**
3595
+ * The percentage of this validator's stake amount to the total active stake.
3596
+ */
2865
3597
  stakePercentage: number;
3598
+ /**
3599
+ * The number of delegators linked to the validator.
3600
+ */
2866
3601
  delegatorCount: number;
3602
+ /**
3603
+ * The total amount in nAVAX delegated to the validator.
3604
+ */
2867
3605
  amountDelegated?: string;
3606
+ /**
3607
+ * The validator's uptime percentage, as observed by our internal node and measured over time.
3608
+ */
2868
3609
  uptimePerformance: number;
2869
3610
  avalancheGoVersion?: string;
3611
+ /**
3612
+ * The amount of stake in nAVAX that can be delegated to this validator.
3613
+ */
2870
3614
  delegationCapacity?: string;
3615
+ /**
3616
+ * Estimated rewards for the validator if the validation is successful.
3617
+ */
2871
3618
  potentialRewards: Rewards;
2872
3619
  validationStatus: ActiveValidatorDetails.validationStatus;
2873
3620
  validatorHealth: ValidatorHealthDetails;
3621
+ /**
3622
+ * The geographical location of the validator node, if available.
3623
+ */
3624
+ geolocation: Geolocation | null;
2874
3625
  };
2875
3626
  declare namespace ActiveValidatorDetails {
2876
3627
  enum validationStatus {
@@ -2883,6 +3634,9 @@ type CompletedValidatorDetails = {
2883
3634
  nodeId: string;
2884
3635
  subnetId: string;
2885
3636
  amountStaked: string;
3637
+ /**
3638
+ * The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
3639
+ */
2886
3640
  delegationFee?: string;
2887
3641
  startTimestamp: number;
2888
3642
  endTimestamp: number;
@@ -2906,6 +3660,9 @@ type PendingValidatorDetails = {
2906
3660
  nodeId: string;
2907
3661
  subnetId: string;
2908
3662
  amountStaked: string;
3663
+ /**
3664
+ * The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
3665
+ */
2909
3666
  delegationFee?: string;
2910
3667
  startTimestamp: number;
2911
3668
  endTimestamp: number;
@@ -2926,6 +3683,9 @@ type RemovedValidatorDetails = {
2926
3683
  nodeId: string;
2927
3684
  subnetId: string;
2928
3685
  amountStaked: string;
3686
+ /**
3687
+ * The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
3688
+ */
2929
3689
  delegationFee?: string;
2930
3690
  startTimestamp: number;
2931
3691
  endTimestamp: number;
@@ -2933,7 +3693,13 @@ type RemovedValidatorDetails = {
2933
3693
  * Present for AddPermissionlessValidatorTx
2934
3694
  */
2935
3695
  blsCredentials?: BlsCredentials;
3696
+ /**
3697
+ * The transaction hash that removed the permissioned subnet validator.
3698
+ */
2936
3699
  removeTxHash: string;
3700
+ /**
3701
+ * The timestamp of the transaction that removed the permissioned subnet validator.
3702
+ */
2937
3703
  removeTimestamp: number;
2938
3704
  validationStatus: RemovedValidatorDetails.validationStatus;
2939
3705
  };
@@ -3013,7 +3779,6 @@ type XChainAssetDetails = {
3013
3779
  declare enum XChainId {
3014
3780
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
3015
3781
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
3016
- _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
3017
3782
  X_CHAIN = "x-chain"
3018
3783
  }
3019
3784
 
@@ -3084,7 +3849,7 @@ declare class PrimaryNetworkService {
3084
3849
  */
3085
3850
  pageToken?: string;
3086
3851
  /**
3087
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3852
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 10000.
3088
3853
  */
3089
3854
  pageSize?: number;
3090
3855
  /**
@@ -3092,6 +3857,22 @@ declare class PrimaryNetworkService {
3092
3857
  */
3093
3858
  sortOrder?: SortOrder;
3094
3859
  }): CancelablePromise<ListBlockchainsResponse>;
3860
+ /**
3861
+ * Get blockchain details by ID
3862
+ * Get details of the blockchain registered on the network.
3863
+ * @returns Blockchain Successful response
3864
+ * @throws ApiError
3865
+ */
3866
+ getBlockchainById({ blockchainId, network, }: {
3867
+ /**
3868
+ * The blockchain ID of the blockchain to retrieve.
3869
+ */
3870
+ blockchainId: string;
3871
+ /**
3872
+ * Either mainnet or testnet/fuji.
3873
+ */
3874
+ network: Network;
3875
+ }): CancelablePromise<Blockchain>;
3095
3876
  /**
3096
3877
  * List subnets
3097
3878
  * Lists all subnets registered on the network.
@@ -3108,7 +3889,7 @@ declare class PrimaryNetworkService {
3108
3889
  */
3109
3890
  pageToken?: string;
3110
3891
  /**
3111
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3892
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 10000.
3112
3893
  */
3113
3894
  pageSize?: number;
3114
3895
  /**
@@ -3134,7 +3915,7 @@ declare class PrimaryNetworkService {
3134
3915
  }): CancelablePromise<Subnet>;
3135
3916
  /**
3136
3917
  * List validators
3137
- * Lists details for validators. By default, returns details for all validators. Filterable by validator node ids and minimum delegation capacity.
3918
+ * Lists details for validators. By default, returns details for all validators. The nodeIds parameter supports substring matching. Filterable by validation status, delegation capacity, time remaining, fee percentage, uptime performance, and subnet id.
3138
3919
  * @returns ListValidatorDetailsResponse Successful response
3139
3920
  * @throws ApiError
3140
3921
  */
@@ -3152,7 +3933,7 @@ declare class PrimaryNetworkService {
3152
3933
  */
3153
3934
  pageSize?: number;
3154
3935
  /**
3155
- * A comma separated list of node ids to filter by.
3936
+ * A comma separated list of node ids to filter by. Supports substring matching.
3156
3937
  */
3157
3938
  nodeIds?: string;
3158
3939
  /**
@@ -3296,7 +4077,7 @@ declare class PrimaryNetworkService {
3296
4077
  /**
3297
4078
  * The L1 Validator's validation ID to filter by. If not provided, then all L1 Validators will be returned.
3298
4079
  */
3299
- l1ValidationId?: any;
4080
+ l1ValidationId?: string;
3300
4081
  includeInactiveL1Validators?: boolean;
3301
4082
  /**
3302
4083
  * A valid node ID in format 'NodeID-HASH'.
@@ -3313,10 +4094,8 @@ declare enum BlockchainId {
3313
4094
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
3314
4095
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
3315
4096
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
3316
- _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
3317
4097
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
3318
4098
  Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
3319
- V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu",
3320
4099
  P_CHAIN = "p-chain",
3321
4100
  X_CHAIN = "x-chain",
3322
4101
  C_CHAIN = "c-chain"
@@ -3612,7 +4391,7 @@ declare class PrimaryNetworkBlocksService {
3612
4391
  * @returns ListPrimaryNetworkBlocksResponse Successful response
3613
4392
  * @throws ApiError
3614
4393
  */
3615
- listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, pageToken, pageSize, }: {
4394
+ listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, startTimestamp, endTimestamp, pageToken, pageSize, }: {
3616
4395
  /**
3617
4396
  * A primary network blockchain id or alias.
3618
4397
  */
@@ -3625,6 +4404,14 @@ declare class PrimaryNetworkBlocksService {
3625
4404
  * A primary network (P or X chain) nodeId.
3626
4405
  */
3627
4406
  nodeId: string;
4407
+ /**
4408
+ * Query param for retrieving items after a specific timestamp.
4409
+ */
4410
+ startTimestamp?: number;
4411
+ /**
4412
+ * Query param for retrieving items before a specific timestamp.
4413
+ */
4414
+ endTimestamp?: number;
3628
4415
  /**
3629
4416
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3630
4417
  */
@@ -3640,7 +4427,7 @@ declare class PrimaryNetworkBlocksService {
3640
4427
  * @returns ListPrimaryNetworkBlocksResponse Successful response
3641
4428
  * @throws ApiError
3642
4429
  */
3643
- listLatestPrimaryNetworkBlocks({ blockchainId, network, pageToken, pageSize, }: {
4430
+ listLatestPrimaryNetworkBlocks({ blockchainId, network, startTimestamp, endTimestamp, pageToken, pageSize, }: {
3644
4431
  /**
3645
4432
  * A primary network blockchain id or alias.
3646
4433
  */
@@ -3649,6 +4436,14 @@ declare class PrimaryNetworkBlocksService {
3649
4436
  * Either mainnet or testnet/fuji.
3650
4437
  */
3651
4438
  network: Network;
4439
+ /**
4440
+ * Query param for retrieving items after a specific timestamp.
4441
+ */
4442
+ startTimestamp?: number;
4443
+ /**
4444
+ * Query param for retrieving items before a specific timestamp.
4445
+ */
4446
+ endTimestamp?: number;
3652
4447
  /**
3653
4448
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3654
4449
  */
@@ -4058,11 +4853,24 @@ type ListCChainAtomicTransactionsResponse = {
4058
4853
  chainInfo: PrimaryNetworkChainInfo;
4059
4854
  };
4060
4855
 
4856
+ type BlockchainInfo = {
4857
+ chainName: string;
4858
+ vmId: string;
4859
+ /**
4860
+ * The genesis data of the blockchain. Present for CreateChainTx. EVM based chains will return the genesis data as an object. Non-EVM based chains will return the genesis data as an encoded string. The encoding depends on the VM
4861
+ */
4862
+ genesisData?: Record<string, any>;
4863
+ };
4864
+
4061
4865
  type L1ValidatorDetailsTransaction = {
4062
4866
  /**
4063
4867
  * Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
4064
4868
  */
4065
4869
  validationId: string;
4870
+ /**
4871
+ * Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
4872
+ */
4873
+ validationIdHex: string;
4066
4874
  nodeId: string;
4067
4875
  subnetId: string;
4068
4876
  /**
@@ -4074,7 +4882,7 @@ type L1ValidatorDetailsTransaction = {
4074
4882
  */
4075
4883
  remainingBalance: number;
4076
4884
  /**
4077
- * The increase in L1 validator balance in the current transaction. When the balance is returned after the L1 validator is disabled or removed, this value is negative
4885
+ * The increase in L1 validator balance (nAVAX) in the current transaction. When the balance is returned after the L1 validator is disabled or removed, this value is negative
4078
4886
  */
4079
4887
  balanceChange?: number;
4080
4888
  blsCredentials?: Record<string, any>;
@@ -4104,6 +4912,9 @@ declare enum PChainTransactionType {
4104
4912
  UNKNOWN = "UNKNOWN"
4105
4913
  }
4106
4914
 
4915
+ /**
4916
+ * Indicates whether the UTXO is staked or transferable
4917
+ */
4107
4918
  declare enum UtxoType {
4108
4919
  STAKE = "STAKE",
4109
4920
  TRANSFER = "TRANSFER"
@@ -4141,16 +4952,43 @@ type PChainUtxo = {
4141
4952
  assetId: string;
4142
4953
  blockNumber: string;
4143
4954
  blockTimestamp: number;
4955
+ /**
4956
+ * Block height in which the transaction consuming this UTXO was included
4957
+ */
4144
4958
  consumingBlockNumber?: string;
4959
+ /**
4960
+ * Timestamp in seconds at which this UTXO is used in a consuming transaction
4961
+ */
4145
4962
  consumingBlockTimestamp?: number;
4963
+ /**
4964
+ * Timestamp in seconds after which this UTXO can be consumed
4965
+ */
4146
4966
  platformLocktime?: number;
4967
+ /**
4968
+ * The index of the UTXO in the transaction
4969
+ */
4147
4970
  outputIndex: number;
4148
4971
  rewardType?: RewardType;
4972
+ /**
4973
+ * Timestamp in seconds before which a UTXO can only be used for staking transactions. After stakeable locktime, a UTXO can be used for anything
4974
+ */
4149
4975
  stakeableLocktime?: number;
4150
4976
  staked?: boolean;
4977
+ /**
4978
+ * The minimum number of signatures required to spend this UTXO
4979
+ */
4151
4980
  threshold?: number;
4981
+ /**
4982
+ * The hash of the transaction that created this UTXO
4983
+ */
4152
4984
  txHash: string;
4985
+ /**
4986
+ * Timestamp in seconds after which the staked UTXO will be unlocked.
4987
+ */
4153
4988
  utxoEndTimestamp?: number;
4989
+ /**
4990
+ * Timestamp in seconds at which the staked UTXO was locked.
4991
+ */
4154
4992
  utxoStartTimestamp?: number;
4155
4993
  utxoType: UtxoType;
4156
4994
  };
@@ -4165,9 +5003,18 @@ type PChainTransaction = {
4165
5003
  * The block finality timestamp.
4166
5004
  */
4167
5005
  blockTimestamp: number;
5006
+ /**
5007
+ * The height of the block in which the transaction was included
5008
+ */
4168
5009
  blockNumber: string;
4169
5010
  blockHash: string;
5011
+ /**
5012
+ * The consumed UTXOs of the transaction
5013
+ */
4170
5014
  consumedUtxos: Array<PChainUtxo>;
5015
+ /**
5016
+ * The newly created UTXOs of the transaction
5017
+ */
4171
5018
  emittedUtxos: Array<PChainUtxo>;
4172
5019
  /**
4173
5020
  * Source chain for an atomic transaction.
@@ -4178,11 +5025,11 @@ type PChainTransaction = {
4178
5025
  */
4179
5026
  destinationChain?: string;
4180
5027
  /**
4181
- * A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
5028
+ * A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The amount of nAVAX present in the newly created UTXOs of the transaction
4182
5029
  */
4183
5030
  value: Array<AssetAmount>;
4184
5031
  /**
4185
- * A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
5032
+ * A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The nAVAX amount burned in a transaction, partially or fully contributing to the transaction fee
4186
5033
  */
4187
5034
  amountBurned: Array<AssetAmount>;
4188
5035
  /**
@@ -4190,7 +5037,7 @@ type PChainTransaction = {
4190
5037
  */
4191
5038
  amountStaked: Array<AssetAmount>;
4192
5039
  /**
4193
- * A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
5040
+ * A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The amount of nAVAX locked for pay-as-you-go continuous fees to sustain L1 validation.
4194
5041
  */
4195
5042
  amountL1ValidatorBalanceBurned: Array<AssetAmount>;
4196
5043
  /**
@@ -4202,11 +5049,11 @@ type PChainTransaction = {
4202
5049
  */
4203
5050
  endTimestamp?: number;
4204
5051
  /**
4205
- * Present for AddValidatorTx, AddPermissionlessValidatorTx
5052
+ * The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations. Present for AddValidatorTx, AddPermissionlessValidatorTx
4206
5053
  */
4207
5054
  delegationFeePercent?: string;
4208
5055
  /**
4209
- * Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
5056
+ * The NodeID of the validator node linked to the stake transaction. Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
4210
5057
  */
4211
5058
  nodeId?: string;
4212
5059
  /**
@@ -4222,14 +5069,17 @@ type PChainTransaction = {
4222
5069
  */
4223
5070
  l1ValidatorDetails?: Array<L1ValidatorDetailsTransaction>;
4224
5071
  /**
4225
- * Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
5072
+ * Estimated reward from the staking transaction, if successful. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
4226
5073
  */
4227
5074
  estimatedReward?: string;
5075
+ /**
5076
+ * Reward transaction hash for the completed validations or delegations
5077
+ */
4228
5078
  rewardTxHash?: string;
4229
5079
  rewardAddresses?: Array<string>;
4230
5080
  memo?: string;
4231
5081
  /**
4232
- * Present for RewardValidatorTx
5082
+ * Staking transaction corresponding to the RewardValidatorTx
4233
5083
  */
4234
5084
  stakingTxHash?: string;
4235
5085
  /**
@@ -4237,9 +5087,13 @@ type PChainTransaction = {
4237
5087
  */
4238
5088
  subnetOwnershipInfo?: SubnetOwnershipInfo;
4239
5089
  /**
4240
- * Present for AddPermissionlessValidatorTx
5090
+ * Public Key and PoP of new validator registrations. Present for AddPermissionlessValidatorTx
4241
5091
  */
4242
5092
  blsCredentials?: BlsCredentials;
5093
+ /**
5094
+ * Details of the blockchain that was created in the CreateChainTx
5095
+ */
5096
+ blockchainInfo?: BlockchainInfo;
4243
5097
  };
4244
5098
 
4245
5099
  type ListPChainTransactionsResponse = {
@@ -4776,9 +5630,29 @@ declare class SignatureAggregatorService {
4776
5630
  * @returns SignatureAggregationResponse Successful response
4777
5631
  * @throws ApiError
4778
5632
  */
4779
- aggregateSignatures({ requestBody, }: {
5633
+ aggregateSignatures({ network, requestBody, }: {
5634
+ /**
5635
+ * Either mainnet or testnet/fuji.
5636
+ */
5637
+ network: Network;
4780
5638
  requestBody: SignatureAggregatorRequest;
4781
5639
  }): CancelablePromise<SignatureAggregationResponse>;
5640
+ /**
5641
+ * Get Aggregated Signatures
5642
+ * Get Aggregated Signatures for a P-Chain L1 related Warp Message.
5643
+ * @returns SignatureAggregationResponse Successful response
5644
+ * @throws ApiError
5645
+ */
5646
+ getAggregatedSignatures({ network, txHash, }: {
5647
+ /**
5648
+ * Either mainnet or testnet/fuji.
5649
+ */
5650
+ network: Network;
5651
+ /**
5652
+ * A primary network (P or X chain) transaction hash.
5653
+ */
5654
+ txHash: string;
5655
+ }): CancelablePromise<SignatureAggregationResponse>;
4782
5656
  }
4783
5657
 
4784
5658
  type TeleporterDestinationTransaction = {
@@ -4912,15 +5786,17 @@ type ListTeleporterMessagesResponse = {
4912
5786
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
4913
5787
  */
4914
5788
  nextPageToken?: string;
4915
- messages: Array<(PendingTeleporterMessage | DeliveredTeleporterMessage)>;
5789
+ messages: Array<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedIcmMessage)>;
4916
5790
  };
4917
5791
 
4918
5792
  declare class TeleporterService {
4919
5793
  readonly httpRequest: BaseHttpRequest;
4920
5794
  constructor(httpRequest: BaseHttpRequest);
4921
5795
  /**
4922
- * Get a teleporter message
4923
- * Gets a teleporter message by message ID.
5796
+ * @deprecated
5797
+ * **[Deprecated]** Gets a teleporter message by message ID.
5798
+ *
5799
+ * ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** .
4924
5800
  * @returns any Successful response
4925
5801
  * @throws ApiError
4926
5802
  */
@@ -4931,8 +5807,10 @@ declare class TeleporterService {
4931
5807
  messageId: string;
4932
5808
  }): CancelablePromise<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedTeleporterMessage)>;
4933
5809
  /**
4934
- * List teleporter messages
4935
- * Lists teleporter messages. Ordered by timestamp in descending order.
5810
+ * @deprecated
5811
+ * **[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order.
5812
+ *
5813
+ * ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** .
4936
5814
  * @returns ListTeleporterMessagesResponse Successful response
4937
5815
  * @throws ApiError
4938
5816
  */
@@ -4971,8 +5849,10 @@ declare class TeleporterService {
4971
5849
  network?: Network;
4972
5850
  }): CancelablePromise<ListTeleporterMessagesResponse>;
4973
5851
  /**
4974
- * List teleporter messages by address
4975
- * Lists teleporter messages by address. Ordered by timestamp in descending order.
5852
+ * @deprecated
5853
+ * **[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order.
5854
+ *
5855
+ * ⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** .
4976
5856
  * @returns ListTeleporterMessagesResponse Successful response
4977
5857
  * @throws ApiError
4978
5858
  */
@@ -5005,28 +5885,58 @@ type AddressesChangeRequest = {
5005
5885
 
5006
5886
  type AddressActivityMetadata = {
5007
5887
  /**
5008
- * Ethereum address(es) for the address_activity event type
5888
+ * Array of hexadecimal strings of the event signatures.
5889
+ */
5890
+ eventSignatures?: Array<string>;
5891
+ /**
5892
+ * Ethereum address(es) for the address_activity event type. The maximum number of 'addresses' you can track depends on the Data API plan you are subscribed to.
5009
5893
  */
5010
5894
  addresses: Array<string>;
5895
+ };
5896
+
5897
+ type EVMAddressActivityRequest = {
5898
+ eventType: EVMAddressActivityRequest.eventType;
5899
+ url: string;
5900
+ name?: string;
5901
+ description?: string;
5902
+ chainId: string;
5903
+ metadata: AddressActivityMetadata;
5011
5904
  /**
5012
- * Array of hexadecimal strings of the event signatures.
5905
+ * Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
5013
5906
  */
5014
- eventSignatures?: Array<string>;
5907
+ includeInternalTxs?: boolean;
5908
+ /**
5909
+ * Whether to include logs in the webhook payload.
5910
+ */
5911
+ includeLogs?: boolean;
5015
5912
  };
5913
+ declare namespace EVMAddressActivityRequest {
5914
+ enum eventType {
5915
+ ADDRESS_ACTIVITY = "address_activity"
5916
+ }
5917
+ }
5016
5918
 
5017
- declare enum EventType {
5919
+ declare enum AddressActivityEventType {
5018
5920
  ADDRESS_ACTIVITY = "address_activity"
5019
5921
  }
5020
5922
 
5021
- type CreateWebhookRequest = {
5923
+ declare enum WebhookStatusType {
5924
+ ACTIVE = "active",
5925
+ INACTIVE = "inactive"
5926
+ }
5927
+
5928
+ type EVMAddressActivityResponse = {
5929
+ id: string;
5022
5930
  url: string;
5023
5931
  chainId: string;
5024
- eventType: EventType;
5932
+ status: WebhookStatusType;
5933
+ createdAt: number;
5934
+ name: string;
5935
+ description: string;
5936
+ eventType: AddressActivityEventType;
5025
5937
  metadata: AddressActivityMetadata;
5026
- name?: string;
5027
- description?: string;
5028
5938
  /**
5029
- * Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
5939
+ * Whether to include traces in the webhook payload.
5030
5940
  */
5031
5941
  includeInternalTxs?: boolean;
5032
5942
  /**
@@ -5044,29 +5954,143 @@ type ListWebhookAddressesResponse = {
5044
5954
  totalAddresses: number;
5045
5955
  };
5046
5956
 
5047
- declare enum WebhookStatusType {
5048
- ACTIVE = "active",
5049
- INACTIVE = "inactive"
5957
+ declare enum PrimaryNetworkAddressActivityEventType {
5958
+ PRIMARY_NETWORK_ADDRESS_ACTIVITY = "primary_network_address_activity"
5959
+ }
5960
+
5961
+ /**
5962
+ * The type of key to monitor for the address activity event type.
5963
+ */
5964
+ declare enum PlatformAddressActivityKeyType {
5965
+ ADDRESSES = "addresses"
5966
+ }
5967
+
5968
+ /**
5969
+ * Array of address activity sub-event types
5970
+ */
5971
+ declare enum PrimaryNetworkAddressActivitySubEventType {
5972
+ BALANCE_CHANGE = "balance_change",
5973
+ BALANCE_THRESHOLD = "balance_threshold",
5974
+ REWARD_DISTRIBUTION = "reward_distribution"
5975
+ }
5976
+
5977
+ type PrimaryNetworkAddressActivitySubEvents = {
5978
+ addressActivitySubEvents: Array<PrimaryNetworkAddressActivitySubEventType>;
5979
+ };
5980
+
5981
+ /**
5982
+ * Type of balance to monitor
5983
+ */
5984
+ declare enum CommonBalanceType {
5985
+ UNLOCKED_UNSTAKED = "unlockedUnstaked",
5986
+ UNLOCKED_STAKED = "unlockedStaked",
5987
+ LOCKED_PLATFORM = "lockedPlatform",
5988
+ LOCKED_STAKEABLE = "lockedStakeable",
5989
+ LOCKED_STAKED = "lockedStaked",
5990
+ PENDING_STAKED = "pendingStaked",
5991
+ UNLOCKED = "unlocked",
5992
+ LOCKED = "locked",
5993
+ ATOMIC_MEMORY_UNLOCKED = "atomicMemoryUnlocked",
5994
+ ATOMIC_MEMORY_LOCKED = "atomicMemoryLocked"
5050
5995
  }
5051
5996
 
5052
- type WebhookResponse = {
5997
+ type PrimaryNetworkBalanceThresholdFilter = {
5998
+ balanceType: CommonBalanceType;
5999
+ /**
6000
+ * Threshold for balance corresponding to balanceType in nAVAX
6001
+ */
6002
+ balanceThreshold: string;
6003
+ };
6004
+
6005
+ type PrimaryNetworkAddressActivityMetadata = {
6006
+ /**
6007
+ * Array of hexadecimal strings of the event signatures.
6008
+ */
6009
+ eventSignatures?: Array<string>;
6010
+ keyType: PlatformAddressActivityKeyType;
6011
+ /**
6012
+ * Array of keys like addresses corresponding to the keyType being monitored. For PrimaryNetworkAddressActivity event, an array of multiple addresses can be provided. The maximum number of 'addresses' you can track depends on the Data API plan you are subscribed to.
6013
+ */
6014
+ keys: Array<string>;
6015
+ /**
6016
+ * Sub-events to monitor
6017
+ */
6018
+ subEvents: PrimaryNetworkAddressActivitySubEvents;
6019
+ /**
6020
+ * Balance threshold filter
6021
+ */
6022
+ balanceThresholdFilter?: PrimaryNetworkBalanceThresholdFilter;
6023
+ };
6024
+
6025
+ type PrimaryNetworkAddressActivityResponse = {
5053
6026
  id: string;
5054
- eventType: EventType;
5055
- metadata: AddressActivityMetadata;
6027
+ url: string;
6028
+ chainId: string;
6029
+ status: WebhookStatusType;
6030
+ createdAt: number;
6031
+ name: string;
6032
+ description: string;
6033
+ eventType: PrimaryNetworkAddressActivityEventType;
6034
+ metadata: PrimaryNetworkAddressActivityMetadata;
6035
+ };
6036
+
6037
+ declare enum ValidatorActivityEventType {
6038
+ VALIDATOR_ACTIVITY = "validator_activity"
6039
+ }
6040
+
6041
+ /**
6042
+ * The type of key to monitor for the validator activity event type.
6043
+ */
6044
+ declare enum ValidatorActivityKeyType {
6045
+ NODE_ID = "nodeId",
6046
+ SUBNET_ID = "subnetId"
6047
+ }
6048
+
6049
+ type ValidatorActivitySubEvents = {
5056
6050
  /**
5057
- * Whether to include traces in the webhook payload.
6051
+ * Array of validator activity sub-event types
5058
6052
  */
5059
- includeInternalTxs?: boolean;
6053
+ validatorActivitySubEvents: Array<'validator_stake' | 'delegator_stake' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
6054
+ };
6055
+
6056
+ type ValidatorActivityMetadata = {
5060
6057
  /**
5061
- * Whether to include logs in the webhook payload.
6058
+ * Array of hexadecimal strings of the event signatures.
5062
6059
  */
5063
- includeLogs?: boolean;
6060
+ eventSignatures?: Array<string>;
6061
+ keyType: ValidatorActivityKeyType;
6062
+ /**
6063
+ * Array of keys like NodeID or SubnetID corresponding to the keyType being monitored. ValidatorActivity event will only accept a single key
6064
+ */
6065
+ keys: Array<string>;
6066
+ /**
6067
+ * Sub-events to monitor
6068
+ */
6069
+ subEvents: ValidatorActivitySubEvents;
6070
+ /**
6071
+ * Array of node IDs to filter the events
6072
+ */
6073
+ nodeIds?: Array<string>;
6074
+ /**
6075
+ * Array of subnet IDs to filter the events
6076
+ */
6077
+ subnetIds?: Array<string>;
6078
+ /**
6079
+ * L1 validator fee balance threshold in nAVAX
6080
+ */
6081
+ l1ValidatorFeeBalanceThreshold?: string;
6082
+ };
6083
+
6084
+ type ValidatorActivityResponse = {
6085
+ id: string;
5064
6086
  url: string;
5065
6087
  chainId: string;
5066
6088
  status: WebhookStatusType;
5067
6089
  createdAt: number;
5068
6090
  name: string;
5069
6091
  description: string;
6092
+ eventType: ValidatorActivityEventType;
6093
+ metadata: ValidatorActivityMetadata;
5070
6094
  };
5071
6095
 
5072
6096
  type ListWebhooksResponse = {
@@ -5074,9 +6098,32 @@ type ListWebhooksResponse = {
5074
6098
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
5075
6099
  */
5076
6100
  nextPageToken?: string;
5077
- webhooks: Array<WebhookResponse>;
6101
+ webhooks: Array<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
5078
6102
  };
5079
6103
 
6104
+ declare enum PrimaryNetworkType {
6105
+ MAINNET = "mainnet",
6106
+ FUJI = "fuji"
6107
+ }
6108
+
6109
+ type PrimaryNetworkAddressActivityRequest = {
6110
+ eventType: PrimaryNetworkAddressActivityRequest.eventType;
6111
+ url: string;
6112
+ name?: string;
6113
+ description?: string;
6114
+ network: PrimaryNetworkType;
6115
+ chainId: string;
6116
+ /**
6117
+ * Metadata for platform address activity event
6118
+ */
6119
+ metadata: PrimaryNetworkAddressActivityMetadata;
6120
+ };
6121
+ declare namespace PrimaryNetworkAddressActivityRequest {
6122
+ enum eventType {
6123
+ PRIMARY_NETWORK_ADDRESS_ACTIVITY = "primary_network_address_activity"
6124
+ }
6125
+ }
6126
+
5080
6127
  type SharedSecretsResponse = {
5081
6128
  secret: string;
5082
6129
  };
@@ -5093,6 +6140,23 @@ type UpdateWebhookRequest = {
5093
6140
  includeLogs?: boolean;
5094
6141
  };
5095
6142
 
6143
+ type ValidatorActivityRequest = {
6144
+ eventType: ValidatorActivityRequest.eventType;
6145
+ url: string;
6146
+ name?: string;
6147
+ description?: string;
6148
+ network: PrimaryNetworkType;
6149
+ /**
6150
+ * Metadata for platform validator activity event
6151
+ */
6152
+ metadata: ValidatorActivityMetadata;
6153
+ };
6154
+ declare namespace ValidatorActivityRequest {
6155
+ enum eventType {
6156
+ VALIDATOR_ACTIVITY = "validator_activity"
6157
+ }
6158
+ }
6159
+
5096
6160
  declare enum WebhookStatus {
5097
6161
  ACTIVE = "active",
5098
6162
  INACTIVE = "inactive"
@@ -5104,12 +6168,12 @@ declare class WebhooksService {
5104
6168
  /**
5105
6169
  * Create a webhook
5106
6170
  * Create a new webhook.
5107
- * @returns WebhookResponse Successful response
6171
+ * @returns any Successful response
5108
6172
  * @throws ApiError
5109
6173
  */
5110
6174
  createWebhook({ requestBody, }: {
5111
- requestBody: CreateWebhookRequest;
5112
- }): CancelablePromise<WebhookResponse>;
6175
+ requestBody: (EVMAddressActivityRequest | PrimaryNetworkAddressActivityRequest | ValidatorActivityRequest);
6176
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
5113
6177
  /**
5114
6178
  * List webhooks
5115
6179
  * Lists webhooks for the user.
@@ -5133,7 +6197,7 @@ declare class WebhooksService {
5133
6197
  /**
5134
6198
  * Get a webhook by ID
5135
6199
  * Retrieves a webhook by ID.
5136
- * @returns WebhookResponse Successful response
6200
+ * @returns any Successful response
5137
6201
  * @throws ApiError
5138
6202
  */
5139
6203
  getWebhook({ id, }: {
@@ -5141,11 +6205,11 @@ declare class WebhooksService {
5141
6205
  * The webhook identifier.
5142
6206
  */
5143
6207
  id: string;
5144
- }): CancelablePromise<WebhookResponse>;
6208
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
5145
6209
  /**
5146
6210
  * Deactivate a webhook
5147
6211
  * Deactivates a webhook by ID.
5148
- * @returns WebhookResponse Successful response
6212
+ * @returns any Successful response
5149
6213
  * @throws ApiError
5150
6214
  */
5151
6215
  deactivateWebhook({ id, }: {
@@ -5153,11 +6217,11 @@ declare class WebhooksService {
5153
6217
  * The webhook identifier.
5154
6218
  */
5155
6219
  id: string;
5156
- }): CancelablePromise<WebhookResponse>;
6220
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
5157
6221
  /**
5158
6222
  * Update a webhook
5159
6223
  * Updates an existing webhook.
5160
- * @returns WebhookResponse Successful response
6224
+ * @returns any Successful response
5161
6225
  * @throws ApiError
5162
6226
  */
5163
6227
  updateWebhook({ id, requestBody, }: {
@@ -5166,14 +6230,14 @@ declare class WebhooksService {
5166
6230
  */
5167
6231
  id: string;
5168
6232
  requestBody: UpdateWebhookRequest;
5169
- }): CancelablePromise<WebhookResponse>;
6233
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
5170
6234
  /**
5171
- * Generate a shared secret
5172
- * Generates a new shared secret.
6235
+ * Generate or rotate a shared secret
6236
+ * Generates a new shared secret or rotate an existing one.
5173
6237
  * @returns SharedSecretsResponse Successful response
5174
6238
  * @throws ApiError
5175
6239
  */
5176
- generateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
6240
+ generateOrRotateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
5177
6241
  /**
5178
6242
  * Get a shared secret
5179
6243
  * Get a previously generated shared secret.
@@ -5182,9 +6246,9 @@ declare class WebhooksService {
5182
6246
  */
5183
6247
  getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
5184
6248
  /**
5185
- * Add addresses to webhook
5186
- * Add addresses to webhook.
5187
- * @returns WebhookResponse Successful response
6249
+ * Add addresses to EVM activity webhook
6250
+ * Add addresses to webhook. Only valid for EVM activity webhooks.
6251
+ * @returns EVMAddressActivityResponse Successful response
5188
6252
  * @throws ApiError
5189
6253
  */
5190
6254
  addAddressesToWebhook({ id, requestBody, }: {
@@ -5193,11 +6257,11 @@ declare class WebhooksService {
5193
6257
  */
5194
6258
  id: string;
5195
6259
  requestBody: AddressesChangeRequest;
5196
- }): CancelablePromise<WebhookResponse>;
6260
+ }): CancelablePromise<EVMAddressActivityResponse>;
5197
6261
  /**
5198
- * Remove addresses from webhook
5199
- * Remove addresses from webhook.
5200
- * @returns WebhookResponse Successful response
6262
+ * Remove addresses from EVM activity webhook
6263
+ * Remove addresses from webhook. Only valid for EVM activity webhooks.
6264
+ * @returns EVMAddressActivityResponse Successful response
5201
6265
  * @throws ApiError
5202
6266
  */
5203
6267
  removeAddressesFromWebhook({ id, requestBody, }: {
@@ -5206,10 +6270,10 @@ declare class WebhooksService {
5206
6270
  */
5207
6271
  id: string;
5208
6272
  requestBody: AddressesChangeRequest;
5209
- }): CancelablePromise<WebhookResponse>;
6273
+ }): CancelablePromise<EVMAddressActivityResponse>;
5210
6274
  /**
5211
- * List adresses by webhook
5212
- * List adresses by webhook.
6275
+ * List adresses by EVM activity webhooks
6276
+ * List adresses by webhook. Only valid for EVM activity webhooks.
5213
6277
  * @returns ListWebhookAddressesResponse Successful response
5214
6278
  * @throws ApiError
5215
6279
  */
@@ -5231,6 +6295,7 @@ declare class WebhooksService {
5231
6295
 
5232
6296
  type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;
5233
6297
  declare class Glacier {
6298
+ readonly avaxSupply: AvaxSupplyService;
5234
6299
  readonly dataApiUsageMetrics: DataApiUsageMetricsService;
5235
6300
  readonly default: DefaultService;
5236
6301
  readonly evmBalances: EvmBalancesService;
@@ -5239,7 +6304,9 @@ declare class Glacier {
5239
6304
  readonly evmContracts: EvmContractsService;
5240
6305
  readonly evmTransactions: EvmTransactionsService;
5241
6306
  readonly healthCheck: HealthCheckService;
6307
+ readonly interchainMessaging: InterchainMessagingService;
5242
6308
  readonly nfTs: NfTsService;
6309
+ readonly notifications: NotificationsService;
5243
6310
  readonly operations: OperationsService;
5244
6311
  readonly primaryNetwork: PrimaryNetworkService;
5245
6312
  readonly primaryNetworkBalances: PrimaryNetworkBalancesService;
@@ -5272,6 +6339,17 @@ declare class ApiError extends Error {
5272
6339
  constructor(request: ApiRequestOptions, response: ApiResult, message: string);
5273
6340
  }
5274
6341
 
6342
+ type AccessListData = {
6343
+ /**
6344
+ * Access Address
6345
+ */
6346
+ accessAddresses: string;
6347
+ /**
6348
+ * Storage keys
6349
+ */
6350
+ storageKeys: Array<string>;
6351
+ };
6352
+
5275
6353
  type BadGateway = {
5276
6354
  /**
5277
6355
  * The error message describing the reason for the exception
@@ -5306,6 +6384,76 @@ type DataListChainsResponse = {
5306
6384
  chains: Array<ChainInfo>;
5307
6385
  };
5308
6386
 
6387
+ type ERCToken = {
6388
+ /**
6389
+ * Token contract address
6390
+ */
6391
+ address: string;
6392
+ /**
6393
+ * Token name
6394
+ */
6395
+ name: string;
6396
+ /**
6397
+ * Token symbol
6398
+ */
6399
+ symbol: string;
6400
+ /**
6401
+ * Token decimals
6402
+ */
6403
+ decimals: number;
6404
+ /**
6405
+ * Value including decimals
6406
+ */
6407
+ valueWithDecimals: string;
6408
+ };
6409
+
6410
+ type ERCTransfer = {
6411
+ /**
6412
+ * Transaction hash
6413
+ */
6414
+ transactionHash: string;
6415
+ /**
6416
+ * Transfer type
6417
+ */
6418
+ type: string;
6419
+ /**
6420
+ * Sender address
6421
+ */
6422
+ from: string;
6423
+ /**
6424
+ * Recipient address
6425
+ */
6426
+ to: string;
6427
+ /**
6428
+ * Amount transferred
6429
+ */
6430
+ value: string;
6431
+ /**
6432
+ * Token Id
6433
+ */
6434
+ tokenId?: string;
6435
+ /**
6436
+ * Block timestamp
6437
+ */
6438
+ blockTimestamp: number;
6439
+ /**
6440
+ * Log index
6441
+ */
6442
+ logIndex: number;
6443
+ /**
6444
+ * erc20 Token details
6445
+ */
6446
+ erc20Token?: ERCToken;
6447
+ /**
6448
+ * erc721 Token details
6449
+ */
6450
+ erc721Token?: ERCToken;
6451
+ /**
6452
+ * erc1155 Token details
6453
+ */
6454
+ erc1155Token?: ERCToken;
6455
+ };
6456
+
5309
6457
  type Forbidden = {
5310
6458
  /**
5311
6459
  * The error message describing the reason for the exception
@@ -5336,6 +6484,64 @@ type InternalServerError = {
5336
6484
  error: string;
5337
6485
  };
5338
6486
 
6487
+ type Log = {
6488
+ /**
6489
+ * Contract address
6490
+ */
6491
+ address: string;
6492
+ /**
6493
+ * First topic
6494
+ */
6495
+ topic0: string;
6496
+ /**
6497
+ * Second topic (optional)
6498
+ */
6499
+ topic1?: string;
6500
+ /**
6501
+ * Third topic (optional)
6502
+ */
6503
+ topic2?: string;
6504
+ /**
6505
+ * Fourth topic (optional)
6506
+ */
6507
+ topic3?: string;
6508
+ /**
6509
+ * Event data
6510
+ */
6511
+ data: string;
6512
+ /**
6513
+ * Transaction index
6514
+ */
6515
+ transactionIndex: number;
6516
+ /**
6517
+ * Log index
6518
+ */
6519
+ logIndex: number;
6520
+ /**
6521
+ * Indicates if the log was removed
6522
+ */
6523
+ removed: boolean;
6524
+ };
6525
+
6526
+ type NetworkTokenInfo = {
6527
+ /**
6528
+ * Token name
6529
+ */
6530
+ tokenName?: string;
6531
+ /**
6532
+ * Token symbol
6533
+ */
6534
+ tokenSymbol?: string;
6535
+ /**
6536
+ * Token decimals
6537
+ */
6538
+ tokenDecimals?: number;
6539
+ /**
6540
+ * Value including decimals
6541
+ */
6542
+ valueWithDecimals?: string;
6543
+ };
6544
+
5339
6545
  type NextPageToken = {
5340
6546
  /**
5341
6547
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
@@ -5388,6 +6594,163 @@ type TooManyRequests = {
5388
6594
  error: string;
5389
6595
  };
5390
6596
 
6597
+ type WebhookInternalTransaction = {
6598
+ /**
6599
+ * Sender address
6600
+ */
6601
+ from: string;
6602
+ /**
6603
+ * Recipient address
6604
+ */
6605
+ to: string;
6606
+ /**
6607
+ * Internal transaction type
6608
+ */
6609
+ internalTxType: string;
6610
+ /**
6611
+ * Value transferred
6612
+ */
6613
+ value: string;
6614
+ /**
6615
+ * Gas used
6616
+ */
6617
+ gasUsed: string;
6618
+ /**
6619
+ * Gas limit
6620
+ */
6621
+ gasLimit: string;
6622
+ /**
6623
+ * Transaction hash
6624
+ */
6625
+ transactionHash: string;
6626
+ };
6627
+
6628
+ type Transaction = {
6629
+ /**
6630
+ * Block hash of the transaction
6631
+ */
6632
+ blockHash: string;
6633
+ /**
6634
+ * Block number of the transaction
6635
+ */
6636
+ blockNumber: string;
6637
+ /**
6638
+ * Sender address
6639
+ */
6640
+ from: string;
6641
+ /**
6642
+ * Gas limit for the transaction
6643
+ */
6644
+ gas: string;
6645
+ /**
6646
+ * Gas price used
6647
+ */
6648
+ gasPrice: string;
6649
+ /**
6650
+ * Maximum fee per gas
6651
+ */
6652
+ maxFeePerGas: string;
6653
+ /**
6654
+ * Maximum priority fee per gas
6655
+ */
6656
+ maxPriorityFeePerGas: string;
6657
+ /**
6658
+ * Transaction hash
6659
+ */
6660
+ txHash: string;
6661
+ /**
6662
+ * Transaction status
6663
+ */
6664
+ txStatus: string;
6665
+ /**
6666
+ * Input data
6667
+ */
6668
+ input: string;
6669
+ /**
6670
+ * Nonce value
6671
+ */
6672
+ nonce: string;
6673
+ /**
6674
+ * Recipient address
6675
+ */
6676
+ to: string;
6677
+ /**
6678
+ * Transaction index
6679
+ */
6680
+ transactionIndex: number;
6681
+ /**
6682
+ * Value transferred in the transaction
6683
+ */
6684
+ value: string;
6685
+ /**
6686
+ * Transaction type
6687
+ */
6688
+ type: number;
6689
+ /**
6690
+ * Chain ID of the network
6691
+ */
6692
+ chainId: string;
6693
+ /**
6694
+ * Cumulative gas used
6695
+ */
6696
+ receiptCumulativeGasUsed: string;
6697
+ /**
6698
+ * Gas used
6699
+ */
6700
+ receiptGasUsed: string;
6701
+ /**
6702
+ * Effective gas price
6703
+ */
6704
+ receiptEffectiveGasPrice: string;
6705
+ /**
6706
+ * Receipt root
6707
+ */
6708
+ receiptRoot: string;
6709
+ /**
6710
+ * Block timestamp
6711
+ */
6712
+ blockTimestamp: number;
6713
+ /**
6714
+ * Contract address (optional)
6715
+ */
6716
+ contractAddress?: string;
6717
+ /**
6718
+ * ERC20 transfers
6719
+ */
6720
+ erc20Transfers: Array<ERCTransfer>;
6721
+ /**
6722
+ * ERC721 transfers
6723
+ */
6724
+ erc721Transfers: Array<ERCTransfer>;
6725
+ /**
6726
+ * ERC1155 transfers
6727
+ */
6728
+ erc1155Transfers: Array<ERCTransfer>;
6729
+ /**
6730
+ * Internal transactions (optional)
6731
+ */
6732
+ internalTransactions?: Array<WebhookInternalTransaction>;
6733
+ /**
6734
+ * Access list (optional)
6735
+ */
6736
+ accessList?: Array<AccessListData>;
6737
+ /**
6738
+ * Network token info (optional)
6739
+ */
6740
+ networkToken?: NetworkTokenInfo;
6741
+ };
6742
+
6743
+ type TransactionEvent = {
6744
+ /**
6745
+ * Transaction details
6746
+ */
6747
+ transaction: Transaction;
6748
+ /**
6749
+ * Array of log events
6750
+ */
6751
+ logs?: Array<Log>;
6752
+ };
6753
+
5391
6754
  type Unauthorized = {
5392
6755
  /**
5393
6756
  * The error message describing the reason for the exception
@@ -5403,4 +6766,31 @@ type Unauthorized = {
5403
6766
  error: string;
5404
6767
  };
5405
6768
 
5406
- export { ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiError, ApiFeature, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BalanceOwner, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlockchainInfo, BlsCredentials, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CreateWebhookRequest, CurrencyCode, DataApiUsageMetricsService, DataListChainsResponse, DefaultService, DelegationStatusType, DelegatorsDetails, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, EVMInput, EVMOperationType, EVMOutput, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc20Transfer, Erc20TransferDetails, Erc721Contract, Erc721Token, Erc721TokenBalance, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EventType, EvmBalancesService, EvmBlock, EvmBlocksService, EvmChainsService, EvmContractsService, EvmNetworkOptions, EvmTransactionsService, Forbidden, FullNativeTransactionDetails, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, Glacier, HealthCheckService, HistoricalReward, ImageAsset, InternalServerError, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, L1ValidatorDetailsFull, L1ValidatorDetailsTransaction, L1ValidatorManagerDetails, ListAddressChainsResponse, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListInternalTransactionsResponse, ListL1ValidatorsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NextPageToken, NfTsService, NftTokenMetadataStatus, NotFound, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingReward, PendingTeleporterMessage, PendingValidatorDetails, PricingProviders, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RemovedValidatorDetails, RequestType, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, RpcMetrics, RpcUsageMetricsResponseDTO, RpcUsageMetricsValueAggregated, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, SignatureAggregatorService, SortByOption, SortOrder, StakingDistribution, Subnet, SubnetOwnershipInfo, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterRewardDetails, TeleporterService, TeleporterSourceTransaction, TimeIntervalGranularityExtended, TooManyRequests, TransactionDetails, TransactionDirectionType, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, Unauthorized, UnknownContract, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsGroupByEnum, UsageMetricsResponseDTO, UsageMetricsValueDTO, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };
6769
+ type WebhookAddressActivityResponse = {
6770
+ /**
6771
+ * Webhook ID
6772
+ */
6773
+ webhookId: string;
6774
+ /**
6775
+ * Event type
6776
+ */
6777
+ eventType: WebhookAddressActivityResponse.eventType;
6778
+ /**
6779
+ * Message ID
6780
+ */
6781
+ messageId: string;
6782
+ /**
6783
+ * Event details
6784
+ */
6785
+ event: TransactionEvent;
6786
+ };
6787
+ declare namespace WebhookAddressActivityResponse {
6788
+ /**
6789
+ * Event type
6790
+ */
6791
+ enum eventType {
6792
+ ADDRESS_ACTIVITY = "address_activity"
6793
+ }
6794
+ }
6795
+
6796
+ export { AccessListData, AccessRequest, ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityEventType, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiError, ApiFeature, AssetAmount, AssetWithPriceInfo, AvaxSupplyService, BadGateway, BadRequest, BalanceOwner, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlockchainInfo, BlsCredentials, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CommonBalanceType, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CurrencyCode, DataApiUsageMetricsService, DataListChainsResponse, DefaultService, DelegationStatusType, DelegatorsDetails, DeliveredIcmMessage, DeliveredSourceNotIndexedIcmMessage, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, ERCToken, ERCTransfer, EVMAddressActivityRequest, EVMAddressActivityResponse, EVMInput, EVMOperationType, EVMOutput, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc20Transfer, Erc20TransferDetails, Erc721Contract, Erc721Token, Erc721TokenBalance, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EvmBalancesService, EvmBlock, EvmBlocksService, EvmChainsService, EvmContractsService, EvmNetworkOptions, EvmTransactionsService, Forbidden, FullNativeTransactionDetails, Geolocation, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, Glacier, HealthCheckResultDto, HealthCheckService, HealthIndicatorResultDto, HistoricalReward, IcmDestinationTransaction, IcmReceipt, IcmRewardDetails, IcmSourceTransaction, ImageAsset, InterchainMessagingService, InternalServerError, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, L1ValidatorDetailsFull, L1ValidatorDetailsTransaction, L1ValidatorManagerDetails, ListAddressChainsResponse, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListIcmMessagesResponse, ListInternalTransactionsResponse, ListL1ValidatorsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Log, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NetworkTokenInfo, NextPageToken, NfTsService, NftTokenMetadataStatus, NotFound, NotificationsResponse, NotificationsService, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingIcmMessage, PendingReward, PendingTeleporterMessage, PendingValidatorDetails, PlatformAddressActivityKeyType, PricingProviders, PrimaryNetworkAddressActivityEventType, PrimaryNetworkAddressActivityMetadata, PrimaryNetworkAddressActivityRequest, PrimaryNetworkAddressActivityResponse, PrimaryNetworkAddressActivitySubEventType, PrimaryNetworkAddressActivitySubEvents, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalanceThresholdFilter, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkRpcMetricsGroupByEnum, PrimaryNetworkRpcTimeIntervalGranularity, PrimaryNetworkRpcUsageMetricsResponseDTO, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RemovedValidatorDetails, RequestType, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, RpcMetrics, RpcUsageMetricsGroupByEnum, RpcUsageMetricsValueAggregated, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, SignatureAggregatorService, SortByOption, SortOrder, StakingDistribution, Subnet, SubnetOwnershipInfo, SubnetRpcTimeIntervalGranularity, SubnetRpcUsageMetricsResponseDTO, SubscribeRequest, SubscriptionsRequest, SubscriptionsResponse, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterRewardDetails, TeleporterService, TeleporterSourceTransaction, TimeIntervalGranularityExtended, TooManyRequests, Transaction, TransactionDetails, TransactionDirectionType, TransactionEvent, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, Unauthorized, UnknownContract, UnsubscribeRequest, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsGroupByEnum, UsageMetricsResponseDTO, UsageMetricsValueDTO, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorActivityEventType, ValidatorActivityKeyType, ValidatorActivityMetadata, ValidatorActivityRequest, ValidatorActivityResponse, ValidatorActivitySubEvents, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookAddressActivityResponse, WebhookInternalTransaction, WebhookStatus, WebhookStatusType, WebhooksService, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };