@console-wallet/dapp-sdk 0.0.19 → 0.0.20

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 (70) hide show
  1. package/README.md +3 -0
  2. package/dist/cjs/api/client.api.d.ts +386 -0
  3. package/dist/cjs/api/client.api.js +14 -0
  4. package/dist/cjs/api/client.api.js.map +1 -0
  5. package/dist/cjs/api/generated-indexer-api.d.ts +797 -312
  6. package/dist/cjs/api/generated-indexer-api.js +119 -2
  7. package/dist/cjs/api/generated-indexer-api.js.map +1 -1
  8. package/dist/cjs/api/index.d.ts +1 -0
  9. package/dist/cjs/api/index.js +1 -0
  10. package/dist/cjs/api/index.js.map +1 -1
  11. package/dist/cjs/helpers/handleResponce.helper.d.ts +1 -1
  12. package/dist/cjs/index.d.ts +3 -1
  13. package/dist/cjs/index.js +0 -1
  14. package/dist/cjs/index.js.map +1 -1
  15. package/dist/cjs/requests/getOffers.d.ts +2 -0
  16. package/dist/cjs/requests/getOffers.js +24 -0
  17. package/dist/cjs/requests/getOffers.js.map +1 -0
  18. package/dist/cjs/requests/getTransfer.d.ts +2 -0
  19. package/dist/cjs/requests/getTransfer.js +24 -0
  20. package/dist/cjs/requests/getTransfer.js.map +1 -0
  21. package/dist/cjs/requests/getTransfers.d.ts +2 -0
  22. package/dist/cjs/requests/getTransfers.js +24 -0
  23. package/dist/cjs/requests/getTransfers.js.map +1 -0
  24. package/dist/cjs/requests/index.d.ts +3 -0
  25. package/dist/cjs/requests/index.js +3 -0
  26. package/dist/cjs/requests/index.js.map +1 -1
  27. package/dist/cjs/types/communication.types.d.ts +4 -1
  28. package/dist/cjs/types/communication.types.js +3 -0
  29. package/dist/cjs/types/communication.types.js.map +1 -1
  30. package/dist/cjs/types/history.types.d.ts +20 -0
  31. package/dist/cjs/types/history.types.js +3 -0
  32. package/dist/cjs/types/history.types.js.map +1 -0
  33. package/dist/cjs/types/index.d.ts +1 -0
  34. package/dist/cjs/types/index.js +1 -0
  35. package/dist/cjs/types/index.js.map +1 -1
  36. package/dist/esm/api/client.api.d.ts +386 -0
  37. package/dist/esm/api/client.api.js +11 -0
  38. package/dist/esm/api/client.api.js.map +1 -0
  39. package/dist/esm/api/generated-indexer-api.d.ts +797 -312
  40. package/dist/esm/api/generated-indexer-api.js +119 -2
  41. package/dist/esm/api/generated-indexer-api.js.map +1 -1
  42. package/dist/esm/api/index.d.ts +1 -0
  43. package/dist/esm/api/index.js +1 -0
  44. package/dist/esm/api/index.js.map +1 -1
  45. package/dist/esm/helpers/handleResponce.helper.d.ts +1 -1
  46. package/dist/esm/index.d.ts +3 -1
  47. package/dist/esm/index.js +0 -1
  48. package/dist/esm/index.js.map +1 -1
  49. package/dist/esm/requests/getOffers.d.ts +2 -0
  50. package/dist/esm/requests/getOffers.js +20 -0
  51. package/dist/esm/requests/getOffers.js.map +1 -0
  52. package/dist/esm/requests/getTransfer.d.ts +2 -0
  53. package/dist/esm/requests/getTransfer.js +20 -0
  54. package/dist/esm/requests/getTransfer.js.map +1 -0
  55. package/dist/esm/requests/getTransfers.d.ts +2 -0
  56. package/dist/esm/requests/getTransfers.js +20 -0
  57. package/dist/esm/requests/getTransfers.js.map +1 -0
  58. package/dist/esm/requests/index.d.ts +3 -0
  59. package/dist/esm/requests/index.js +3 -0
  60. package/dist/esm/requests/index.js.map +1 -1
  61. package/dist/esm/types/communication.types.d.ts +4 -1
  62. package/dist/esm/types/communication.types.js +3 -0
  63. package/dist/esm/types/communication.types.js.map +1 -1
  64. package/dist/esm/types/history.types.d.ts +20 -0
  65. package/dist/esm/types/history.types.js +2 -0
  66. package/dist/esm/types/history.types.js.map +1 -0
  67. package/dist/esm/types/index.d.ts +1 -0
  68. package/dist/esm/types/index.js +1 -0
  69. package/dist/esm/types/index.js.map +1 -1
  70. package/package.json +1 -1
@@ -44,7 +44,7 @@ export interface AnsEntry {
44
44
  /**
45
45
  * Expiration of ANS
46
46
  * @format date-time
47
- * @example "2025-10-29T13:51:12.907255525Z"
47
+ * @example "2025-11-10T12:46:25.064528083Z"
48
48
  */
49
49
  expires_at: string;
50
50
  url?: string | null;
@@ -427,6 +427,58 @@ export interface CommonEventData {
427
427
  * @example "001dbd4eac6d06371a1dc850d3cc3d1039688403fe2f9ab98985e8e8d0701f211fca111220b859db866c3cf320cf3dda548cca9a43d7770b6a5a5937a926b771a222674385"
428
428
  */
429
429
  export type ContractId = string;
430
+ /** Represents aggregated token transfer statistics between a party and one of its counterparties. */
431
+ export interface CounterpartyStat {
432
+ /**
433
+ * Unique identifier of the counterparty that interacted with the specified party.
434
+ *
435
+ * This corresponds to the `party_id` of the other participant in the token transfers.
436
+ */
437
+ counterparty_id: PartyId;
438
+ /**
439
+ * **Total** number of token transfers exchanged with this counterparty
440
+ * (including both sent and received transfers).
441
+ * @format integer
442
+ * @min 0
443
+ * @example "864"
444
+ */
445
+ total_transfers_count: number;
446
+ /**
447
+ * (including both sent and received volume).
448
+ * @format decimal
449
+ * @min 0
450
+ * @example "912.468"
451
+ */
452
+ total_transfers_volume: string;
453
+ /**
454
+ * Total number of token transfers **received** from this counterparty.
455
+ * @format integer
456
+ * @min 0
457
+ * @example "432"
458
+ */
459
+ transfers_in_count: number;
460
+ /**
461
+ * Total token **volume received** from this counterparty.
462
+ * @format decimal
463
+ * @min 0
464
+ * @example "123.456"
465
+ */
466
+ transfers_in_volume: string;
467
+ /**
468
+ * Total number of token transfers **sent** to this counterparty.
469
+ * @format integer
470
+ * @min 0
471
+ * @example "432"
472
+ */
473
+ transfers_out_count: number;
474
+ /**
475
+ * Total token **volume sent** to this counterparty.
476
+ * @format decimal
477
+ * @min 0
478
+ * @example "789.012"
479
+ */
480
+ transfers_out_volume: string;
481
+ }
430
482
  export type CreatedEvent = CommonEventData & {
431
483
  create_arguments: any;
432
484
  /** @format date-time */
@@ -789,6 +841,17 @@ export interface DailyRewardStatistic {
789
841
  */
790
842
  validator_change_amount_per_day: string;
791
843
  }
844
+ export interface DailyRewardStatisticAggregate {
845
+ /** Data presents rewards change by days. */
846
+ data: DailyRewardStatistic[];
847
+ /**
848
+ * Total volume of rewards for a certain date range
849
+ * @format decimal
850
+ * @min 0
851
+ * @example "1234.094384"
852
+ */
853
+ total_volume: string;
854
+ }
792
855
  /**
793
856
  * Daily statistics data transfer object
794
857
  *
@@ -983,6 +1046,177 @@ export interface FeaturedAppExtended {
983
1046
  */
984
1047
  volume: string;
985
1048
  }
1049
+ /**
1050
+ * Statistics data transfer object
1051
+ *
1052
+ * Contains comprehensive statistical information about the network state,
1053
+ * including financial metrics, network activity, and system information.
1054
+ */
1055
+ export interface GeneralStatistic {
1056
+ /**
1057
+ * Current price of the canton coin cryptocurrency
1058
+ * Represents the current market price of the chain's native token
1059
+ * in the specified denomination (e.g., USD).
1060
+ * @format decimal
1061
+ * @min 0
1062
+ * @example "1.123456"
1063
+ */
1064
+ cc_price: string;
1065
+ /**
1066
+ * Number of featured applications
1067
+ *
1068
+ * Count of applications that are currently featured
1069
+ * within the network ecosystem.
1070
+ * @format integer
1071
+ * @min 0
1072
+ * @example 457
1073
+ */
1074
+ featured_apps_count: number;
1075
+ /**
1076
+ * Total transaction fees accumulated by the network
1077
+ *
1078
+ * Represents the cumulative sum of all transaction fees collected
1079
+ * by the network.
1080
+ * @format decimal
1081
+ * @min 0
1082
+ * @example "11111.123456"
1083
+ */
1084
+ fee_accumulated: string;
1085
+ /**
1086
+ * Latest confirmed round number
1087
+ * The most recent round that has been finalized
1088
+ * by the network.
1089
+ * @format integer
1090
+ * @min 0
1091
+ * @example 5789
1092
+ */
1093
+ latest_round: number;
1094
+ /**
1095
+ * Total market capitalization
1096
+ * Calculated as: `cc_price × total_supply`. Represents the total
1097
+ * market value of all circulating native tokens.
1098
+ * @format decimal
1099
+ * @min 0
1100
+ * @example "1.123456"
1101
+ */
1102
+ market_cap: string;
1103
+ /**
1104
+ * Current migration version
1105
+ *
1106
+ * Indicates the active migration of the network.
1107
+ * @format integer
1108
+ * @min 0
1109
+ * @example 0
1110
+ */
1111
+ migration: number;
1112
+ /**
1113
+ * Number of super validators
1114
+ *
1115
+ * Count of specialized super validators that perform specific network
1116
+ * functions beyond basic validation.
1117
+ * @format integer
1118
+ * @min 0
1119
+ * @example 13
1120
+ */
1121
+ sv_count: number;
1122
+ /**
1123
+ * Total accumulated votes by the network
1124
+ *
1125
+ * Represents the cumulative sum of all transfers collected
1126
+ * by the network.
1127
+ * @format integer
1128
+ * @min 0
1129
+ * @example "11111"
1130
+ */
1131
+ total_governance_vote_count: number;
1132
+ /**
1133
+ * Total number of participating parties
1134
+ *
1135
+ * Count of all active parties in the network
1136
+ * @format integer
1137
+ * @min 0
1138
+ * @example 1234
1139
+ */
1140
+ total_parties: number;
1141
+ /**
1142
+ * Total rewards obtained.
1143
+ * Represents the cumulative sum of rewards collected.
1144
+ * @format decimal
1145
+ * @min 0
1146
+ * @example "119374656875.1096"
1147
+ */
1148
+ total_rewards: string;
1149
+ /**
1150
+ * Total rewards unclaimed.
1151
+ * Represents the cumulative sum of rewards unclaimed.
1152
+ */
1153
+ total_rewards_missed: string;
1154
+ /**
1155
+ * Total supply of the canton coin cryptocurrency
1156
+ *
1157
+ * The complete circulating supply of the native token, including
1158
+ * all minted tokens currently in existence.
1159
+ * @format decimal
1160
+ * @min 0
1161
+ * @example "1.123456"
1162
+ */
1163
+ total_supply: string;
1164
+ /**
1165
+ * Total token transfers accumulated by the network
1166
+ *
1167
+ * Represents the cumulative sum of all transfers collected
1168
+ * by the network.
1169
+ * @format integer
1170
+ * @min 0
1171
+ * @example "11111"
1172
+ */
1173
+ total_transfer_count: number;
1174
+ /**
1175
+ * Total number of updates processed
1176
+ *
1177
+ * Cumulative count of all updates processed by the network.
1178
+ * @format integer
1179
+ * @min 0
1180
+ * @example 10123456
1181
+ */
1182
+ updates_count: number;
1183
+ /**
1184
+ * Number of active validators
1185
+ *
1186
+ * Count of nodes currently participating in update production and
1187
+ * network consensus.
1188
+ * @format integer
1189
+ * @min 0
1190
+ * @example 123
1191
+ */
1192
+ validator_count: number;
1193
+ /**
1194
+ * Current network protocol version
1195
+ *
1196
+ * The semantic version string representing the current protocol
1197
+ * version implemented by the network.
1198
+ * @example "4.3.9"
1199
+ */
1200
+ version: string;
1201
+ /**
1202
+ * Trading volume over a 24-hour
1203
+ * Represents the 24-hour trading volume of the native token
1204
+ * across all transfers.
1205
+ * @format decimal
1206
+ * @min 0
1207
+ * @example "1.123456"
1208
+ */
1209
+ volume: string;
1210
+ /**
1211
+ * Percentage change in trading volume over a 24-hour period
1212
+ *
1213
+ * Represents the percentage increase or decrease in the native token's
1214
+ * trading volume compared to the previous 24-hour period (day-over-day).
1215
+ * @format decimal_float
1216
+ * @example "1.9"
1217
+ */
1218
+ volume_gain_percentage: number;
1219
+ }
986
1220
  /** Represents Governance details. */
987
1221
  export type GovernanceDetails = GovernanceShort & {
988
1222
  action_data: any;
@@ -1148,6 +1382,54 @@ export interface InstructionSummary {
1148
1382
  /** Result status of Instrustin transfer. */
1149
1383
  status: TokenTransferInstructionStatus;
1150
1384
  }
1385
+ /**
1386
+ * Represents the count of token transfers exchanged between two parties.
1387
+ *
1388
+ * This struct provides a simple summary of directional transfer activity:
1389
+ * - `transfers_in_count`: how many transfers were **received** from the other party.
1390
+ * - `transfers_out_count`: how many transfers were **sent** to the other party.
1391
+ * - `transfers_in_volume`: the total token amount **received** from the other party.
1392
+ * - `transfers_out_volume`: the total token amount **sent** to the other party.
1393
+ */
1394
+ export interface InteractionsStat {
1395
+ /**
1396
+ * Total number of token transfers **received** from the specified counterparty.
1397
+ *
1398
+ * This represents how many times the target party acted as a **receiver**
1399
+ * in transfers initiated by the other party.
1400
+ * @format integer
1401
+ * @min 0
1402
+ * @example "432"
1403
+ */
1404
+ transfers_in_count: number;
1405
+ /**
1406
+ *
1407
+ * This represents the sum of token amounts where the target party acted as a **receiver**.
1408
+ * @format decimal
1409
+ * @min 0
1410
+ * @example "123.456"
1411
+ */
1412
+ transfers_in_volume: string;
1413
+ /**
1414
+ * Total number of token transfers **sent** to the specified counterparty.
1415
+ *
1416
+ * This represents how many times the target party acted as a **sender**
1417
+ * in transfers directed to the other party.
1418
+ * @format integer
1419
+ * @min 0
1420
+ * @example "432"
1421
+ */
1422
+ transfers_out_count: number;
1423
+ /**
1424
+ * Total token **volume sent** to the specified counterparty.
1425
+ *
1426
+ * This represents the sum of token amounts where the target party acted as a **sender**.
1427
+ * @format decimal
1428
+ * @min 0
1429
+ * @example "789.012"
1430
+ */
1431
+ transfers_out_volume: string;
1432
+ }
1151
1433
  /** Represents reason of transfer failure. */
1152
1434
  export type InvalidTransferReason = {
1153
1435
  tag: "itrInsufficientFunds";
@@ -1245,7 +1527,7 @@ export interface MiningRound {
1245
1527
  /**
1246
1528
  * Date time of mining round being archived (optional)
1247
1529
  * @format date-time
1248
- * @example "2025-10-29T13:51:12.908567508Z"
1530
+ * @example "2025-11-10T12:46:25.065507187Z"
1249
1531
  */
1250
1532
  archived_at?: string | null;
1251
1533
  /** Configuration of Mining round. */
@@ -1258,7 +1540,7 @@ export interface MiningRound {
1258
1540
  mining_round_type: "open" | "closed" | "issuing" | "summarizing";
1259
1541
  /**
1260
1542
  * @format date-time
1261
- * @example "2025-10-29T13:51:12.908566756Z"
1543
+ * @example "2025-11-10T12:46:25.065506476Z"
1262
1544
  */
1263
1545
  record_time: string;
1264
1546
  /**
@@ -1784,6 +2066,17 @@ export interface PagedBoolResponseUpdateHistory {
1784
2066
  * reference for this specific transaction update.
1785
2067
  */
1786
2068
  update_id: UpdateId;
2069
+ /**
2070
+ * The **estimated size** of the underlying Daml transaction in **bytes**.
2071
+ *
2072
+ * This value represents the total byte size of the transaction's payload
2073
+ * as stored on the ledger, providing a metric for the complexity
2074
+ * and resource consumption of the update.
2075
+ * @format integer
2076
+ * @min 0
2077
+ * @example 9847
2078
+ */
2079
+ update_size: number;
1787
2080
  }[];
1788
2081
  has_more: boolean;
1789
2082
  }
@@ -2718,7 +3011,7 @@ export interface PagedGovernanceResponseGovernanceShort {
2718
3011
  }[];
2719
3012
  /**
2720
3013
  * @format date-time
2721
- * @example "2025-10-29T13:51:12.913779582Z"
3014
+ * @example "2025-11-10T12:46:25.069234341Z"
2722
3015
  */
2723
3016
  next_cursor?: string | null;
2724
3017
  /**
@@ -2788,7 +3081,7 @@ export interface PagedResponseAppReward {
2788
3081
  }[];
2789
3082
  /**
2790
3083
  * @format date-time
2791
- * @example "2025-10-29T13:51:12.915024420Z"
3084
+ * @example "2025-11-10T12:46:25.070666705Z"
2792
3085
  */
2793
3086
  next_cursor?: string | null;
2794
3087
  }
@@ -2808,7 +3101,7 @@ export interface PagedResponseFeaturedApp {
2808
3101
  }[];
2809
3102
  /**
2810
3103
  * @format date-time
2811
- * @example "2025-10-29T13:51:12.913405393Z"
3104
+ * @example "2025-11-10T12:46:25.068761524Z"
2812
3105
  */
2813
3106
  next_cursor?: string | null;
2814
3107
  }
@@ -2899,7 +3192,7 @@ export interface PagedResponseGovernanceShort {
2899
3192
  }[];
2900
3193
  /**
2901
3194
  * @format date-time
2902
- * @example "2025-10-29T13:51:12.913502565Z"
3195
+ * @example "2025-11-10T12:46:25.068899223Z"
2903
3196
  */
2904
3197
  next_cursor?: string | null;
2905
3198
  }
@@ -2961,7 +3254,7 @@ export interface PagedResponseMigrationStatistic {
2961
3254
  }[];
2962
3255
  /**
2963
3256
  * @format date-time
2964
- * @example "2025-10-29T13:51:12.910113097Z"
3257
+ * @example "2025-11-10T12:46:25.067304023Z"
2965
3258
  */
2966
3259
  next_cursor?: string | null;
2967
3260
  }
@@ -2970,7 +3263,7 @@ export interface PagedResponseMiningRound {
2970
3263
  /**
2971
3264
  * Date time of mining round being archived (optional)
2972
3265
  * @format date-time
2973
- * @example "2025-10-29T13:51:12.908575924Z"
3266
+ * @example "2025-11-10T12:46:25.065512867Z"
2974
3267
  */
2975
3268
  archived_at?: string | null;
2976
3269
  /** Configuration of Mining round. */
@@ -2983,7 +3276,7 @@ export interface PagedResponseMiningRound {
2983
3276
  mining_round_type: "open" | "closed" | "issuing" | "summarizing";
2984
3277
  /**
2985
3278
  * @format date-time
2986
- * @example "2025-10-29T13:51:12.908575263Z"
3279
+ * @example "2025-11-10T12:46:25.065512166Z"
2987
3280
  */
2988
3281
  record_time: string;
2989
3282
  /**
@@ -2996,7 +3289,35 @@ export interface PagedResponseMiningRound {
2996
3289
  }[];
2997
3290
  /**
2998
3291
  * @format date-time
2999
- * @example "2025-10-29T13:51:12.908589810Z"
3292
+ * @example "2025-11-10T12:46:25.065526473Z"
3293
+ */
3294
+ next_cursor?: string | null;
3295
+ }
3296
+ export interface PagedResponsePriceVote {
3297
+ data: {
3298
+ /**
3299
+ * The Amulet price reported by the Super Validator in this vote.
3300
+ * @format decimal
3301
+ * @min 0
3302
+ * @example "0.154"
3303
+ */
3304
+ amulet_price?: string | null;
3305
+ /** The Party ID of DSO. */
3306
+ dso_party_id: PartyId;
3307
+ /** The event identifier that created this AmuletPriceVote record. */
3308
+ event_id: EventId;
3309
+ /**
3310
+ * The timestamp when the price vote was recorded on the ledger.
3311
+ * @format date-time
3312
+ * @example "2025-12-31T23:59:59Z"
3313
+ */
3314
+ record_time: string;
3315
+ /** The Party ID of the Super Validator who submitted the vote. */
3316
+ sv_party_id: PartyId;
3317
+ }[];
3318
+ /**
3319
+ * @format date-time
3320
+ * @example "2025-11-10T12:46:25.069388288Z"
3000
3321
  */
3001
3322
  next_cursor?: string | null;
3002
3323
  }
@@ -3022,7 +3343,7 @@ export interface PagedResponseReward {
3022
3343
  party_id: PartyId;
3023
3344
  /**
3024
3345
  * @format date-time
3025
- * @example "2025-10-29T13:51:12.918002989Z"
3346
+ * @example "2025-11-10T12:46:25.071561811Z"
3026
3347
  */
3027
3348
  record_time: string;
3028
3349
  /**
@@ -3049,7 +3370,7 @@ export interface PagedResponseReward {
3049
3370
  }[];
3050
3371
  /**
3051
3372
  * @format date-time
3052
- * @example "2025-10-29T13:51:12.918017616Z"
3373
+ * @example "2025-11-10T12:46:25.071573754Z"
3053
3374
  */
3054
3375
  next_cursor?: string | null;
3055
3376
  }
@@ -3119,7 +3440,7 @@ export interface PagedResponseSVReward {
3119
3440
  }[];
3120
3441
  /**
3121
3442
  * @format date-time
3122
- * @example "2025-10-29T13:51:12.917676508Z"
3443
+ * @example "2025-11-10T12:46:25.071249266Z"
3123
3444
  */
3124
3445
  next_cursor?: string | null;
3125
3446
  }
@@ -3137,6 +3458,14 @@ export interface PagedResponseSuperValidator {
3137
3458
  * @format date-time
3138
3459
  */
3139
3460
  available_after?: string | null;
3461
+ /**
3462
+ * The average time (in seconds) between consecutive
3463
+ * Amulet price votes submitted by this Super Validator. (Nullable)
3464
+ * @format integer
3465
+ * @min 0
3466
+ * @example "3600"
3467
+ */
3468
+ avg_voting_velocity?: number | null;
3140
3469
  /**
3141
3470
  * Host point of super validator.
3142
3471
  * @example "Global-Synchronizer-Foundation"
@@ -3177,6 +3506,11 @@ export interface PagedResponseSuperValidator {
3177
3506
  participated_updates_count: number;
3178
3507
  /** Super Validator identifier. */
3179
3508
  sv_id: PartyId;
3509
+ /**
3510
+ * **A list of the top 3 (or fewer) regular Validator IDs** sponsored by this
3511
+ * Super Validator, typically based on a metric like stake or activity.
3512
+ */
3513
+ top_validators: PartyId[];
3180
3514
  /**
3181
3515
  * Total count of transfers in which the validator participates as a receiver or sender
3182
3516
  * @format integer
@@ -3202,7 +3536,7 @@ export interface PagedResponseSuperValidator {
3202
3536
  }[];
3203
3537
  /**
3204
3538
  * @format date-time
3205
- * @example "2025-10-29T13:51:12.914350851Z"
3539
+ * @example "2025-11-10T12:46:25.069907442Z"
3206
3540
  */
3207
3541
  next_cursor?: string | null;
3208
3542
  }
@@ -3239,7 +3573,7 @@ export interface PagedResponseTokenTransfer {
3239
3573
  }[];
3240
3574
  /**
3241
3575
  * @format date-time
3242
- * @example "2025-10-29T13:51:12.906266115Z"
3576
+ * @example "2025-11-10T12:46:25.063628086Z"
3243
3577
  */
3244
3578
  next_cursor?: string | null;
3245
3579
  }
@@ -3336,7 +3670,7 @@ export interface PagedResponseTokenTransferInstruction {
3336
3670
  }[];
3337
3671
  /**
3338
3672
  * @format date-time
3339
- * @example "2025-10-29T13:51:12.906391199Z"
3673
+ * @example "2025-11-10T12:46:25.063734837Z"
3340
3674
  */
3341
3675
  next_cursor?: string | null;
3342
3676
  }
@@ -3411,10 +3745,21 @@ export interface PagedResponseUpdateHistory {
3411
3745
  * reference for this specific transaction update.
3412
3746
  */
3413
3747
  update_id: UpdateId;
3748
+ /**
3749
+ * The **estimated size** of the underlying Daml transaction in **bytes**.
3750
+ *
3751
+ * This value represents the total byte size of the transaction's payload
3752
+ * as stored on the ledger, providing a metric for the complexity
3753
+ * and resource consumption of the update.
3754
+ * @format integer
3755
+ * @min 0
3756
+ * @example 9847
3757
+ */
3758
+ update_size: number;
3414
3759
  }[];
3415
3760
  /**
3416
3761
  * @format date-time
3417
- * @example "2025-10-29T13:51:12.909585441Z"
3762
+ * @example "2025-11-10T12:46:25.066728695Z"
3418
3763
  */
3419
3764
  next_cursor?: string | null;
3420
3765
  }
@@ -3461,7 +3806,7 @@ export interface PagedResponseValidatorReward {
3461
3806
  }[];
3462
3807
  /**
3463
3808
  * @format date-time
3464
- * @example "2025-10-29T13:51:12.917385034Z"
3809
+ * @example "2025-11-10T12:46:25.071012522Z"
3465
3810
  */
3466
3811
  next_cursor?: string | null;
3467
3812
  }
@@ -3508,7 +3853,7 @@ export interface PagedResponseValidatorShorten {
3508
3853
  /**
3509
3854
  * Last time activity detected by validator.
3510
3855
  * @format date-time
3511
- * @example "2025-10-29T13:51:12.913083942Z"
3856
+ * @example "2025-11-10T12:46:25.068439792Z"
3512
3857
  */
3513
3858
  last_active_at: string | null;
3514
3859
  /**
@@ -3521,7 +3866,7 @@ export interface PagedResponseValidatorShorten {
3521
3866
  /**
3522
3867
  * Last update time of Validator's license.
3523
3868
  * @format date-time
3524
- * @example "2025-10-29T13:51:12.913084684Z"
3869
+ * @example "2025-11-10T12:46:25.068440914Z"
3525
3870
  */
3526
3871
  metadata_last_update?: string | null;
3527
3872
  /**
@@ -3541,7 +3886,7 @@ export interface PagedResponseValidatorShorten {
3541
3886
  /**
3542
3887
  * creation time of Validator's license.
3543
3888
  * @format date-time
3544
- * @example "2025-10-29T13:51:12.913092709Z"
3889
+ * @example "2025-11-10T12:46:25.068451304Z"
3545
3890
  */
3546
3891
  record_time: string;
3547
3892
  /** Validator's sponsor */
@@ -3580,11 +3925,66 @@ export interface PagedResponseValidatorShorten {
3580
3925
  }[];
3581
3926
  /**
3582
3927
  * @format date-time
3583
- * @example "2025-10-29T13:51:12.913143664Z"
3928
+ * @example "2025-11-10T12:46:25.068491579Z"
3584
3929
  */
3585
3930
  next_cursor?: string | null;
3586
3931
  }
3587
- export interface PagedTotalResponseFeaturedAppExtended {
3932
+ export interface PagedTotalOffsetAnsResponseCounterpartyStat {
3933
+ ans_binding: Record<string, AnsEntry[]>;
3934
+ data: {
3935
+ /**
3936
+ * Unique identifier of the counterparty that interacted with the specified party.
3937
+ *
3938
+ * This corresponds to the `party_id` of the other participant in the token transfers.
3939
+ */
3940
+ counterparty_id: PartyId;
3941
+ /**
3942
+ * **Total** number of token transfers exchanged with this counterparty
3943
+ * (including both sent and received transfers).
3944
+ * @format integer
3945
+ * @min 0
3946
+ * @example "864"
3947
+ */
3948
+ total_transfers_count: number;
3949
+ /**
3950
+ * (including both sent and received volume).
3951
+ * @format decimal
3952
+ * @min 0
3953
+ * @example "912.468"
3954
+ */
3955
+ total_transfers_volume: string;
3956
+ /**
3957
+ * Total number of token transfers **received** from this counterparty.
3958
+ * @format integer
3959
+ * @min 0
3960
+ * @example "432"
3961
+ */
3962
+ transfers_in_count: number;
3963
+ /**
3964
+ * Total token **volume received** from this counterparty.
3965
+ * @format decimal
3966
+ * @min 0
3967
+ * @example "123.456"
3968
+ */
3969
+ transfers_in_volume: string;
3970
+ /**
3971
+ * Total number of token transfers **sent** to this counterparty.
3972
+ * @format integer
3973
+ * @min 0
3974
+ * @example "432"
3975
+ */
3976
+ transfers_out_count: number;
3977
+ /**
3978
+ * Total token **volume sent** to this counterparty.
3979
+ * @format decimal
3980
+ * @min 0
3981
+ * @example "789.012"
3982
+ */
3983
+ transfers_out_volume: string;
3984
+ }[];
3985
+ paging: Paging;
3986
+ }
3987
+ export interface PagedTotalOffsetResponseFeaturedAppExtended {
3588
3988
  data: {
3589
3989
  app_name?: string | null;
3590
3990
  /**
@@ -3621,9 +4021,13 @@ export interface PagedTotalResponseFeaturedAppExtended {
3621
4021
  */
3622
4022
  volume: string;
3623
4023
  }[];
4024
+ paging: Paging;
4025
+ }
4026
+ export interface PagedTotalResponsePartyId {
4027
+ data: string[];
3624
4028
  /**
3625
4029
  * @format date-time
3626
- * @example "2025-10-29T13:51:12.919535123Z"
4030
+ * @example "2025-11-10T12:46:25.069986260Z"
3627
4031
  */
3628
4032
  next_cursor?: string | null;
3629
4033
  /**
@@ -3634,6 +4038,27 @@ export interface PagedTotalResponseFeaturedAppExtended {
3634
4038
  */
3635
4039
  total_count: number;
3636
4040
  }
4041
+ export interface Paging {
4042
+ /**
4043
+ * @format integer
4044
+ * @min 0
4045
+ * @example "10"
4046
+ */
4047
+ limit: number;
4048
+ /**
4049
+ * @format integer
4050
+ * @min 0
4051
+ * @max 10000
4052
+ * @example "0"
4053
+ */
4054
+ offset: number;
4055
+ /**
4056
+ * @format integer
4057
+ * @min 0
4058
+ * @example "432"
4059
+ */
4060
+ total: number;
4061
+ }
3637
4062
  export interface PartyAmuletName {
3638
4063
  /** Daml contract ID encoded as a 138-character lowercase hexadecimal string */
3639
4064
  contract_id: ContractId;
@@ -3845,227 +4270,78 @@ export interface PartyInfo {
3845
4270
  * Transfer instructions represent individual steps in multi-step transfer processes.
3846
4271
  * @format int64
3847
4272
  */
3848
- total_transfer_instruction_count: number;
3849
- /**
3850
- * Number of transfer instructions where this party was the receiver.
3851
- *
3852
- * Indicates participation as a receiver in complex transfer workflows.
3853
- * @format int64
3854
- */
3855
- total_transfer_instruction_count_as_receiver: number;
3856
- /**
3857
- * Number of transfer instructions where this party was the sender.
3858
- *
3859
- * Indicates initiation of complex transfer workflows.
3860
- * @format int64
3861
- */
3862
- total_transfer_instruction_count_as_sender: number;
3863
- /**
3864
- * Total number of completed transfer transactions this party has been involved in.
3865
- *
3866
- * Counts both incoming and outgoing transfers across all types.
3867
- * Useful for activity scoring or reputation systems.
3868
- * @format int64
3869
- */
3870
- total_transfers_count: number;
3871
- /**
3872
- * Total number of updates this party has been involved in.
3873
- * @format int64
3874
- */
3875
- total_updates_count: number;
3876
- /**
3877
- * Additional validator details
3878
- *
3879
- * This field contains data about the validator if the specified party is a validator.
3880
- * The field is null if the specified party is not a validator.
3881
- *
3882
- * **Note on nested structure:** The `sv_license` field within `ValidatorDetails` will be
3883
- * specifically set to `None` when this structure is used inside `PartyInfo`.
3884
- */
3885
- validator_license?: null | ValidatorDetails;
3886
- }
3887
- /**
3888
- * Role type of Party in token transfer instruction
3889
- * One of: any, sender, receiver, provider
3890
- * @default "any"
3891
- * @example "sender"
3892
- */
3893
- export declare enum PartyRoleType {
3894
- Any = "any",
3895
- Sender = "sender",
3896
- Receiver = "receiver",
3897
- Provider = "provider"
3898
- }
3899
- /** Represents an Amulet price vote submitted by a Super Validator. */
3900
- export interface PriceVote {
3901
- /**
3902
- * The Amulet price reported by the Super Validator in this vote.
3903
- * @format decimal
3904
- * @min 0
3905
- * @example "0.154"
3906
- */
3907
- amulet_price?: string | null;
3908
- /** The Party ID of DSO. */
3909
- dso_party_id: PartyId;
3910
- /** The event identifier that created this AmuletPriceVote record. */
3911
- event_id: EventId;
3912
- /**
3913
- * The timestamp when the price vote was recorded on the ledger.
3914
- * @format date-time
3915
- * @example "2025-12-31T23:59:59Z"
3916
- */
3917
- record_time: string;
3918
- /** The Party ID of the Super Validator who submitted the vote. */
3919
- sv_party_id: PartyId;
3920
- }
3921
- /**
3922
- * Statistics data transfer object
3923
- *
3924
- * Contains comprehensive statistical information about the network state,
3925
- * including financial metrics, network activity, and system information.
3926
- */
3927
- export interface PricesStatistic {
3928
- /**
3929
- * Current price of the canton coin cryptocurrency
3930
- * Represents the current market price of the chain's native token
3931
- * in the specified denomination (e.g., USD).
3932
- * @format decimal
3933
- * @min 0
3934
- * @example "1.123456"
3935
- */
3936
- cc_price: string;
3937
- /**
3938
- * Number of featured applications
3939
- *
3940
- * Count of applications that are currently featured
3941
- * within the network ecosystem.
3942
- * @format integer
3943
- * @min 0
3944
- * @example 457
3945
- */
3946
- featured_apps_count: number;
3947
- /**
3948
- * Total transaction fees accumulated by the network
3949
- *
3950
- * Represents the cumulative sum of all transaction fees collected
3951
- * by the network.
3952
- * @format decimal
3953
- * @min 0
3954
- * @example "11111.123456"
3955
- */
3956
- fee_accumulated: string;
3957
- /**
3958
- * Latest confirmed round number
3959
- * The most recent round that has been finalized
3960
- * by the network.
3961
- * @format integer
3962
- * @min 0
3963
- * @example 5789
3964
- */
3965
- latest_round: number;
3966
- /**
3967
- * Total market capitalization
3968
- * Calculated as: `cc_price × total_supply`. Represents the total
3969
- * market value of all circulating native tokens.
3970
- * @format decimal
3971
- * @min 0
3972
- * @example "1.123456"
3973
- */
3974
- market_cap: string;
3975
- /**
3976
- * Current migration version
3977
- *
3978
- * Indicates the active migration of the network.
3979
- * @format integer
3980
- * @min 0
3981
- * @example 0
3982
- */
3983
- migration: number;
3984
- /**
3985
- * Number of super validators
3986
- *
3987
- * Count of specialized super validators that perform specific network
3988
- * functions beyond basic validation.
3989
- * @format integer
3990
- * @min 0
3991
- * @example 13
3992
- */
3993
- sv_count: number;
3994
- /**
3995
- * Total accumulated votes by the network
3996
- *
3997
- * Represents the cumulative sum of all transfers collected
3998
- * by the network.
3999
- * @format integer
4000
- * @min 0
4001
- * @example "11111"
4002
- */
4003
- total_governance_vote_count: number;
4004
- /**
4005
- * Total number of participating parties
4006
- *
4007
- * Count of all active parties in the network
4008
- * @format integer
4009
- * @min 0
4010
- * @example 1234
4011
- */
4012
- total_parties: number;
4273
+ total_transfer_instruction_count: number;
4013
4274
  /**
4014
- * Total supply of the canton coin cryptocurrency
4275
+ * Number of transfer instructions where this party was the receiver.
4015
4276
  *
4016
- * The complete circulating supply of the native token, including
4017
- * all minted tokens currently in existence.
4018
- * @format decimal
4019
- * @min 0
4020
- * @example "1.123456"
4277
+ * Indicates participation as a receiver in complex transfer workflows.
4278
+ * @format int64
4021
4279
  */
4022
- total_supply: string;
4280
+ total_transfer_instruction_count_as_receiver: number;
4023
4281
  /**
4024
- * Total token transfers accumulated by the network
4282
+ * Number of transfer instructions where this party was the sender.
4025
4283
  *
4026
- * Represents the cumulative sum of all transfers collected
4027
- * by the network.
4028
- * @format integer
4029
- * @min 0
4030
- * @example "11111"
4284
+ * Indicates initiation of complex transfer workflows.
4285
+ * @format int64
4031
4286
  */
4032
- total_transfer_count: number;
4287
+ total_transfer_instruction_count_as_sender: number;
4033
4288
  /**
4034
- * Total number of updates processed
4289
+ * Total number of completed transfer transactions this party has been involved in.
4035
4290
  *
4036
- * Cumulative count of all updates processed by the network.
4037
- * @format integer
4038
- * @min 0
4039
- * @example 10123456
4291
+ * Counts both incoming and outgoing transfers across all types.
4292
+ * Useful for activity scoring or reputation systems.
4293
+ * @format int64
4040
4294
  */
4041
- updates_count: number;
4295
+ total_transfers_count: number;
4042
4296
  /**
4043
- * Number of active validators
4044
- *
4045
- * Count of nodes currently participating in update production and
4046
- * network consensus.
4047
- * @format integer
4048
- * @min 0
4049
- * @example 123
4297
+ * Total number of updates this party has been involved in.
4298
+ * @format int64
4050
4299
  */
4051
- validator_count: number;
4300
+ total_updates_count: number;
4052
4301
  /**
4053
- * Current network protocol version
4302
+ * Additional validator details
4054
4303
  *
4055
- * The semantic version string representing the current protocol
4056
- * version implemented by the network.
4057
- * @example "4.3.9"
4304
+ * This field contains data about the validator if the specified party is a validator.
4305
+ * The field is null if the specified party is not a validator.
4306
+ *
4307
+ * **Note on nested structure:** The `sv_license` field within `ValidatorDetails` will be
4308
+ * specifically set to `None` when this structure is used inside `PartyInfo`.
4058
4309
  */
4059
- version: string;
4310
+ validator_license?: null | ValidatorDetails;
4311
+ }
4312
+ /**
4313
+ * Role type of Party in token transfer instruction
4314
+ * One of: any, sender, receiver, provider
4315
+ * @default "any"
4316
+ * @example "sender"
4317
+ */
4318
+ export declare enum PartyRoleType {
4319
+ Any = "any",
4320
+ Sender = "sender",
4321
+ Receiver = "receiver",
4322
+ Provider = "provider"
4323
+ }
4324
+ /** Represents an Amulet price vote submitted by a Super Validator. */
4325
+ export interface PriceVote {
4060
4326
  /**
4061
- * Trading volume over a 24-hour
4062
- * Represents the 24-hour trading volume of the native token
4063
- * across all transfers.
4327
+ * The Amulet price reported by the Super Validator in this vote.
4064
4328
  * @format decimal
4065
4329
  * @min 0
4066
- * @example "1.123456"
4330
+ * @example "0.154"
4067
4331
  */
4068
- volume: string;
4332
+ amulet_price?: string | null;
4333
+ /** The Party ID of DSO. */
4334
+ dso_party_id: PartyId;
4335
+ /** The event identifier that created this AmuletPriceVote record. */
4336
+ event_id: EventId;
4337
+ /**
4338
+ * The timestamp when the price vote was recorded on the ledger.
4339
+ * @format date-time
4340
+ * @example "2025-12-31T23:59:59Z"
4341
+ */
4342
+ record_time: string;
4343
+ /** The Party ID of the Super Validator who submitted the vote. */
4344
+ sv_party_id: PartyId;
4069
4345
  }
4070
4346
  /** A single statistical entry for active parties, aggregated by time period. */
4071
4347
  export interface RangedPartyStatistic {
@@ -4215,7 +4491,7 @@ export interface Reward {
4215
4491
  party_id: PartyId;
4216
4492
  /**
4217
4493
  * @format date-time
4218
- * @example "2025-10-29T13:51:12.917993972Z"
4494
+ * @example "2025-11-10T12:46:25.071554487Z"
4219
4495
  */
4220
4496
  record_time: string;
4221
4497
  /**
@@ -4335,7 +4611,7 @@ export interface RewardLeaderStatistic {
4335
4611
  }
4336
4612
  /**
4337
4613
  * Type of rewards leader.
4338
- * One of: validator, super_validator, app, burn_fee.
4614
+ * One of: validator, super_validator, app, total.
4339
4615
  * @default "validator"
4340
4616
  * @example "validator"
4341
4617
  */
@@ -4343,7 +4619,7 @@ export declare enum RewardLeaderType {
4343
4619
  Validator = "validator",
4344
4620
  SuperValidator = "super_validator",
4345
4621
  App = "app",
4346
- BurnFee = "burn_fee"
4622
+ Total = "total"
4347
4623
  }
4348
4624
  export interface RewardStatistic {
4349
4625
  /**
@@ -4638,6 +4914,14 @@ export interface SuperValidator {
4638
4914
  * @format date-time
4639
4915
  */
4640
4916
  available_after?: string | null;
4917
+ /**
4918
+ * The average time (in seconds) between consecutive
4919
+ * Amulet price votes submitted by this Super Validator. (Nullable)
4920
+ * @format integer
4921
+ * @min 0
4922
+ * @example "3600"
4923
+ */
4924
+ avg_voting_velocity?: number | null;
4641
4925
  /**
4642
4926
  * Host point of super validator.
4643
4927
  * @example "Global-Synchronizer-Foundation"
@@ -4678,6 +4962,11 @@ export interface SuperValidator {
4678
4962
  participated_updates_count: number;
4679
4963
  /** Super Validator identifier. */
4680
4964
  sv_id: PartyId;
4965
+ /**
4966
+ * **A list of the top 3 (or fewer) regular Validator IDs** sponsored by this
4967
+ * Super Validator, typically based on a metric like stake or activity.
4968
+ */
4969
+ top_validators: PartyId[];
4681
4970
  /**
4682
4971
  * Total count of transfers in which the validator participates as a receiver or sender
4683
4972
  * @format integer
@@ -5245,17 +5534,6 @@ export interface TopByAmountDay {
5245
5534
  * @example "2025-07-15"
5246
5535
  */
5247
5536
  day: string;
5248
- /**
5249
- * PartyId
5250
- * Party ID in format `hint::hash`
5251
- *
5252
- * - `hint` - human-readable prefix (optional, for debugging)
5253
- *
5254
- * - `hash` - cryptographic identifier (the real identity)
5255
- * @format hint::hash
5256
- * @pattern ^[a-zA-Z0-9][a-zA-Z0-9._-]*::1220[a-f0-9]{64}$
5257
- * @example "dev_test::122035334a67f4de9d2aecdd5b83485cbaee20682e3f0491bdf12b0a32d81cc93c90"
5258
- */
5259
5537
  party_id: string;
5260
5538
  }
5261
5539
  /** Represents top parties involved in updates for a certain date range. */
@@ -5575,7 +5853,7 @@ export interface Update {
5575
5853
  /**
5576
5854
  * Time of Update effectiveness.
5577
5855
  * @format date-time
5578
- * @example "2025-10-29T13:51:12.909256696Z"
5856
+ * @example "2025-11-10T12:46:25.066481383Z"
5579
5857
  */
5580
5858
  effective_at: string;
5581
5859
  /** Child events. */
@@ -5589,7 +5867,7 @@ export interface Update {
5589
5867
  migration_id: number;
5590
5868
  /**
5591
5869
  * @format date-time
5592
- * @example "2025-10-29T13:51:12.909254062Z"
5870
+ * @example "2025-11-10T12:46:25.066478757Z"
5593
5871
  */
5594
5872
  record_time: string;
5595
5873
  /**
@@ -5687,6 +5965,17 @@ export interface UpdateHistory {
5687
5965
  * reference for this specific transaction update.
5688
5966
  */
5689
5967
  update_id: UpdateId;
5968
+ /**
5969
+ * The **estimated size** of the underlying Daml transaction in **bytes**.
5970
+ *
5971
+ * This value represents the total byte size of the transaction's payload
5972
+ * as stored on the ledger, providing a metric for the complexity
5973
+ * and resource consumption of the update.
5974
+ * @format integer
5975
+ * @min 0
5976
+ * @example 9847
5977
+ */
5978
+ update_size: number;
5690
5979
  }
5691
5980
  /**
5692
5981
  * UpdateId
@@ -5980,7 +6269,7 @@ export interface ValidatorShorten {
5980
6269
  /**
5981
6270
  * Last time activity detected by validator.
5982
6271
  * @format date-time
5983
- * @example "2025-10-29T13:51:12.905961886Z"
6272
+ * @example "2025-11-10T12:46:25.063344084Z"
5984
6273
  */
5985
6274
  last_active_at: string | null;
5986
6275
  /**
@@ -5993,7 +6282,7 @@ export interface ValidatorShorten {
5993
6282
  /**
5994
6283
  * Last update time of Validator's license.
5995
6284
  * @format date-time
5996
- * @example "2025-10-29T13:51:12.905963028Z"
6285
+ * @example "2025-11-10T12:46:25.063344816Z"
5997
6286
  */
5998
6287
  metadata_last_update?: string | null;
5999
6288
  /**
@@ -6013,7 +6302,7 @@ export interface ValidatorShorten {
6013
6302
  /**
6014
6303
  * creation time of Validator's license.
6015
6304
  * @format date-time
6016
- * @example "2025-10-29T13:51:12.905971564Z"
6305
+ * @example "2025-11-10T12:46:25.063352820Z"
6017
6306
  */
6018
6307
  record_time: string;
6019
6308
  /** Validator's sponsor */
@@ -6240,7 +6529,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6240
6529
  activeGovernanceListPaged: (query: {
6241
6530
  /**
6242
6531
  * @format date-time
6243
- * @example "2025-10-29T13:51:12.913635032Z"
6532
+ * @example "2025-11-10T12:46:25.069051588Z"
6244
6533
  */
6245
6534
  cursor: string;
6246
6535
  /**
@@ -6274,7 +6563,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6274
6563
  /**
6275
6564
  * `Pagination cursor`
6276
6565
  * @format date-time
6277
- * @example "2025-10-29T13:51:12.914997019Z"
6566
+ * @example "2025-11-10T12:46:25.070643010Z"
6278
6567
  */
6279
6568
  cursor: string;
6280
6569
  /** Indicates whether this reward was marked as "featured". */
@@ -6387,7 +6676,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6387
6676
  completedGovernanceListPaged: (query: {
6388
6677
  /**
6389
6678
  * @format date-time
6390
- * @example "2025-10-29T13:51:12.913732175Z"
6679
+ * @example "2025-11-10T12:46:25.069178045Z"
6391
6680
  */
6392
6681
  cursor: string;
6393
6682
  /**
@@ -6396,6 +6685,41 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6396
6685
  */
6397
6686
  limit?: PageLimit;
6398
6687
  }, params?: RequestParams) => Promise<PagedGovernanceResponseGovernanceShort>;
6688
+ /**
6689
+ * @description Obtain consolidation details by it's Event ID
6690
+ *
6691
+ * @tags Consolidations
6692
+ * @name ConsolidationByEventId
6693
+ * @summary Consolidation details
6694
+ * @request GET:/api/v1/consolidation/{event_id}
6695
+ * @secure
6696
+ */
6697
+ consolidationByEventId: (eventId: EventId, params?: RequestParams) => Promise<Offer>;
6698
+ /**
6699
+ * @description Search by involved Party, result status, Party role. Consolidations -- offers, where sender = receiver.
6700
+ *
6701
+ * @tags Consolidations
6702
+ * @name ConsolidationByParty
6703
+ * @summary Search offers
6704
+ * @request GET:/api/v1/consolidation/search
6705
+ * @secure
6706
+ */
6707
+ consolidationByParty: (query?: {
6708
+ /** `Pagination cursor` *(optional)* */
6709
+ cursor?: CombinedCursor;
6710
+ /**
6711
+ * `Page size` *(optional)*
6712
+ * @default 10
6713
+ * @example 10
6714
+ */
6715
+ limit?: PageLimit;
6716
+ /** `Types of offer` *(optional)* */
6717
+ offer_types?: OfferType;
6718
+ /** `Party involved in offer` *(optional)* */
6719
+ party_id?: PartyId;
6720
+ /** `Result status of offer` *(optional)* */
6721
+ status?: OfferStatus;
6722
+ }, params?: RequestParams) => Promise<PagedByCombinedCursorResponseOffer>;
6399
6723
  /**
6400
6724
  * @description Get prices for current time, in beginning of today, one day before, one week ago. one month ago, one year ago.
6401
6725
  *
@@ -6419,13 +6743,13 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6419
6743
  /**
6420
6744
  * The timestamp for end range
6421
6745
  * @format date-time
6422
- * @example "2025-10-29T13:51:12.910340262Z"
6746
+ * @example "2025-11-10T12:46:25.067531089Z"
6423
6747
  */
6424
6748
  end_datetime: string;
6425
6749
  /**
6426
6750
  * The timestamp for start range
6427
6751
  * @format date-time
6428
- * @example "2025-10-29T13:51:12.910338569Z"
6752
+ * @example "2025-11-10T12:46:25.067529266Z"
6429
6753
  */
6430
6754
  start_datetime: string;
6431
6755
  }, params?: RequestParams) => Promise<CCPriceHistory>;
@@ -6438,7 +6762,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6438
6762
  * @request GET:/api/v1/explore/stats
6439
6763
  * @secure
6440
6764
  */
6441
- exploreStats: (params?: RequestParams) => Promise<PricesStatistic>;
6765
+ exploreStats: (params?: RequestParams) => Promise<GeneralStatistic>;
6442
6766
  /**
6443
6767
  * @description List all featured apps
6444
6768
  *
@@ -6452,7 +6776,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6452
6776
  /**
6453
6777
  * `Pagination cursor`
6454
6778
  * @format date-time
6455
- * @example "2025-10-29T13:51:12.913390205Z"
6779
+ * @example "2025-11-10T12:46:25.068743821Z"
6456
6780
  */
6457
6781
  cursor?: string;
6458
6782
  /**
@@ -6471,17 +6795,11 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6471
6795
  * @request GET:/api/v2/featured-apps
6472
6796
  * @secure
6473
6797
  */
6474
- featuredAppsListV2: (query?: {
6475
- /**
6476
- * `Pagination cursor`
6477
- * @format date-time
6478
- * @example "2025-10-29T13:51:12.919506450Z"
6479
- */
6480
- cursor?: string;
6798
+ featuredAppsListV2: (query: {
6481
6799
  /**
6482
6800
  * End position date for aggregated statistics
6483
6801
  * @format date
6484
- * @example "2025-10-28"
6802
+ * @example "2025-11-09"
6485
6803
  */
6486
6804
  end?: string;
6487
6805
  /**
@@ -6490,13 +6808,21 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6490
6808
  * @example 10
6491
6809
  */
6492
6810
  limit?: PageLimit;
6811
+ /**
6812
+ * @format int32
6813
+ * @min 0
6814
+ * @max 10000
6815
+ * @default 0
6816
+ * @example 0
6817
+ */
6818
+ offset: number;
6493
6819
  /**
6494
6820
  * Start position date for aggregated statistics
6495
6821
  * @format date
6496
- * @example "2025-10-28"
6822
+ * @example "2025-11-09"
6497
6823
  */
6498
6824
  start?: string;
6499
- }, params?: RequestParams) => Promise<PagedTotalResponseFeaturedAppExtended>;
6825
+ }, params?: RequestParams) => Promise<PagedTotalOffsetResponseFeaturedAppExtended>;
6500
6826
  /**
6501
6827
  * @description Get fee statistics for a certain date range
6502
6828
  *
@@ -6510,13 +6836,13 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6510
6836
  /**
6511
6837
  * End position date.
6512
6838
  * @format date
6513
- * @example "2025-10-28"
6839
+ * @example "2025-11-09"
6514
6840
  */
6515
6841
  end: string;
6516
6842
  /**
6517
6843
  * Start position date.
6518
6844
  * @format date
6519
- * @example "2025-10-28"
6845
+ * @example "2025-11-09"
6520
6846
  */
6521
6847
  start: string;
6522
6848
  /**
@@ -6580,7 +6906,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6580
6906
  /**
6581
6907
  * `Pagination cursor`
6582
6908
  * @format date-time
6583
- * @example "2025-10-29T13:51:12.913867808Z"
6909
+ * @example "2025-11-10T12:46:25.069340278Z"
6584
6910
  */
6585
6911
  cursor: string;
6586
6912
  /**
@@ -6591,7 +6917,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6591
6917
  limit?: PageLimit;
6592
6918
  /** `Party involved in transfer command` *(optional)* */
6593
6919
  sv_party_id?: PartyId;
6594
- }, params?: RequestParams) => Promise<PriceVote>;
6920
+ }, params?: RequestParams) => Promise<PagedResponsePriceVote>;
6595
6921
  /**
6596
6922
  * @description List governances by cursor and limit ordered by date in DESC order.
6597
6923
  *
@@ -6604,7 +6930,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6604
6930
  governanceSearch: (query: {
6605
6931
  /**
6606
6932
  * @format date-time
6607
- * @example "2025-10-29T13:51:12.913455336Z"
6933
+ * @example "2025-11-10T12:46:25.068822107Z"
6608
6934
  */
6609
6935
  cursor: string;
6610
6936
  /**
@@ -6653,7 +6979,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6653
6979
  /**
6654
6980
  * `Pagination cursor`
6655
6981
  * @format date-time
6656
- * @example "2025-10-29T13:51:12.914182306Z"
6982
+ * @example "2025-11-10T12:46:25.069696597Z"
6657
6983
  */
6658
6984
  cursor: string;
6659
6985
  /**
@@ -6686,13 +7012,13 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6686
7012
  /**
6687
7013
  * End position date.
6688
7014
  * @format date
6689
- * @example "2025-10-28"
7015
+ * @example "2025-11-09"
6690
7016
  */
6691
7017
  end: string;
6692
7018
  /**
6693
7019
  * Start position date.
6694
7020
  * @format date
6695
- * @example "2025-10-28"
7021
+ * @example "2025-11-09"
6696
7022
  */
6697
7023
  start: string;
6698
7024
  }, params?: RequestParams) => Promise<RangedSupplyStatistic[]>;
@@ -6709,7 +7035,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6709
7035
  /**
6710
7036
  * `Pagination cursor`
6711
7037
  * @format date-time
6712
- * @example "2025-10-29T13:51:12.910092529Z"
7038
+ * @example "2025-11-10T12:46:25.067274699Z"
6713
7039
  */
6714
7040
  cursor: string;
6715
7041
  /**
@@ -6732,7 +7058,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6732
7058
  /**
6733
7059
  * `Pagination cursor`
6734
7060
  * @format date-time
6735
- * @example "2025-10-29T13:51:12.908561106Z"
7061
+ * @example "2025-11-10T12:46:25.065500474Z"
6736
7062
  */
6737
7063
  cursor: string;
6738
7064
  /**
@@ -6821,6 +7147,31 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6821
7147
  /** `Result status of offer` *(optional)* */
6822
7148
  status?: OfferStatus;
6823
7149
  }, params?: RequestParams) => Promise<PagedByCombinedCursorResponseOffer>;
7150
+ /**
7151
+ * @description List of onboarded validators by sponsor id
7152
+ *
7153
+ * @tags Super Validator
7154
+ * @name OnboardedList
7155
+ * @summary Onboarded validators
7156
+ * @request GET:/api/v1/super-validators/onboarded-validators
7157
+ * @secure
7158
+ */
7159
+ onboardedList: (query: {
7160
+ /**
7161
+ * `Pagination cursor`
7162
+ * @format date-time
7163
+ * @example "2025-11-10T12:46:25.069977753Z"
7164
+ */
7165
+ cursor: string;
7166
+ /**
7167
+ * `Page size` *(optional)*
7168
+ * @default 10
7169
+ * @example 10
7170
+ */
7171
+ limit?: PageLimit;
7172
+ /** Argument to search validators for search for sponsor party ID */
7173
+ sponsor_id: PartyId;
7174
+ }, params?: RequestParams) => Promise<PagedTotalResponsePartyId>;
6824
7175
  /**
6825
7176
  * @description Get Party Daily Balance Changes by Party Id, Start Date, End Date
6826
7177
  *
@@ -6834,7 +7185,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6834
7185
  /**
6835
7186
  * End position date.
6836
7187
  * @format date
6837
- * @example "2025-10-28"
7188
+ * @example "2025-11-09"
6838
7189
  */
6839
7190
  end: string;
6840
7191
  /**
@@ -6848,7 +7199,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6848
7199
  /**
6849
7200
  * Start position date.
6850
7201
  * @format date
6851
- * @example "2025-10-28"
7202
+ * @example "2025-11-09"
6852
7203
  */
6853
7204
  start: string;
6854
7205
  /**
@@ -6864,6 +7215,52 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6864
7215
  */
6865
7216
  strict?: boolean;
6866
7217
  }, params?: RequestParams) => Promise<DailyPartyBalance[]>;
7218
+ /**
7219
+ * @description Retrieve a list of counterparties that have interacted with the specified party. For each counterparty, this endpoint returns summarized statistics such as the number of token transfers sent and received. The `limit` parameter controls pagination size (default: 10), and the response includes a `has_more` flag indicating whether more results are available. **If no start date is provided, it defaults to the minimum available date (all-time history), and if no end date is provided, it defaults to the current date.**
7220
+ *
7221
+ * @tags Party
7222
+ * @name PartyCounterparties
7223
+ * @summary Get counterparties and interaction stats for a party
7224
+ * @request GET:/api/v1/parties/counterparties
7225
+ * @secure
7226
+ */
7227
+ partyCounterparties: (query: {
7228
+ /**
7229
+ * End position date. *(optional)*
7230
+ * @format date
7231
+ * @example "2025-11-10"
7232
+ */
7233
+ end?: string;
7234
+ /**
7235
+ * `Page size` *(optional)*
7236
+ * @default 10
7237
+ * @example 10
7238
+ */
7239
+ limit?: PageLimit;
7240
+ /**
7241
+ * `Offset` *(optional)*
7242
+ * @format int32
7243
+ * @min 0
7244
+ * @max 10000
7245
+ * @default 0
7246
+ * @example 0
7247
+ */
7248
+ offset?: number;
7249
+ /**
7250
+ * Party ID in format `hint::hash`
7251
+ *
7252
+ * - `hint` - human-readable prefix (optional, for debugging)
7253
+ *
7254
+ * - `hash` - cryptographic identifier (the real identity)
7255
+ */
7256
+ party_id: PartyId;
7257
+ /**
7258
+ * Start position date. *(optional)*
7259
+ * @format date
7260
+ * @example "2025-11-10"
7261
+ */
7262
+ start?: string;
7263
+ }, params?: RequestParams) => Promise<PagedTotalOffsetAnsResponseCounterpartyStat>;
6867
7264
  /**
6868
7265
  * @description Get Party Details by Party Id
6869
7266
  *
@@ -6887,7 +7284,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6887
7284
  /**
6888
7285
  * End position date.
6889
7286
  * @format date
6890
- * @example "2025-10-28"
7287
+ * @example "2025-11-09"
6891
7288
  */
6892
7289
  end: string;
6893
7290
  /**
@@ -6901,7 +7298,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6901
7298
  /**
6902
7299
  * Start position date.
6903
7300
  * @format date
6904
- * @example "2025-10-28"
7301
+ * @example "2025-11-09"
6905
7302
  */
6906
7303
  start: string;
6907
7304
  /**
@@ -6917,6 +7314,84 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6917
7314
  */
6918
7315
  strict?: boolean;
6919
7316
  }, params?: RequestParams) => Promise<DailyPartyFee[]>;
7317
+ /**
7318
+ * @description Retrieve the interaction statistics between two parties, identified by their party IDs. This endpoint returns the number of token transfers where one party acted as the sender and the other as the receiver, and vice versa. It provides a simple summary of **bidirectional transfer counts** between the specified parties. **If no start date is provided, it defaults to the minimum available date (all-time history), and if no end date is provided, it defaults to the current date.**
7319
+ *
7320
+ * @tags Party
7321
+ * @name PartyInteractions
7322
+ * @summary Get token transfer interactions between two parties
7323
+ * @request GET:/api/v1/parties/interactions
7324
+ * @secure
7325
+ */
7326
+ partyInteractions: (query: {
7327
+ /**
7328
+ * End position date. *(optional)*
7329
+ * @format date
7330
+ * @example "2025-11-10"
7331
+ */
7332
+ end?: string;
7333
+ /**
7334
+ * Party ID in format `hint::hash`
7335
+ *
7336
+ * - `hint` - human-readable prefix (optional, for debugging)
7337
+ *
7338
+ * - `hash` - cryptographic identifier (the real identity)
7339
+ */
7340
+ receiver_party_id: PartyId;
7341
+ /**
7342
+ * Party ID in format `hint::hash`
7343
+ *
7344
+ * - `hint` - human-readable prefix (optional, for debugging)
7345
+ *
7346
+ * - `hash` - cryptographic identifier (the real identity)
7347
+ */
7348
+ sender_party_id: PartyId;
7349
+ /**
7350
+ * Start position date. *(optional)*
7351
+ * @format date
7352
+ * @example "2025-11-10"
7353
+ */
7354
+ start?: string;
7355
+ }, params?: RequestParams) => Promise<InteractionsStat>;
7356
+ /**
7357
+ * @description Retrieve the interaction chart between two parties, identified by their party IDs. This endpoint returns the number of token transfers where one party acted as the sender and the other as the receiver, and vice versa. It provides a simple summary of **bidirectional transfer counts** between the specified parties.
7358
+ *
7359
+ * @tags Party
7360
+ * @name PartyInteractionsChart
7361
+ * @summary Get token transfer interactions chart between two parties
7362
+ * @request GET:/api/v1/parties/interactions-chart
7363
+ * @secure
7364
+ */
7365
+ partyInteractionsChart: (query: {
7366
+ /**
7367
+ * End position date.
7368
+ * @format date
7369
+ * @example "2025-11-10"
7370
+ */
7371
+ end: string;
7372
+ /**
7373
+ * Party ID in format `hint::hash`
7374
+ *
7375
+ * - `hint` - human-readable prefix (optional, for debugging)
7376
+ *
7377
+ * - `hash` - cryptographic identifier (the real identity)
7378
+ */
7379
+ receiver_party_id: PartyId;
7380
+ /**
7381
+ * Party ID in format `hint::hash`
7382
+ *
7383
+ * - `hint` - human-readable prefix (optional, for debugging)
7384
+ *
7385
+ * - `hash` - cryptographic identifier (the real identity)
7386
+ */
7387
+ sender_party_id: PartyId;
7388
+ /**
7389
+ * Start position date.
7390
+ * @format date
7391
+ * @example "2025-11-10"
7392
+ */
7393
+ start: string;
7394
+ }, params?: RequestParams) => Promise<InteractionsStat>;
6920
7395
  /**
6921
7396
  * @description Get a party's daily or aggregated **Transfer Statistics** (counts of transfers as sender, receiver, provider, and merge/splits) over a specified date range. The aggregation level is dynamically chosen unless the `strict` parameter is set to `true`.
6922
7397
  *
@@ -6930,7 +7405,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6930
7405
  /**
6931
7406
  * End position date.
6932
7407
  * @format date
6933
- * @example "2025-10-29"
7408
+ * @example "2025-11-10"
6934
7409
  */
6935
7410
  end: string;
6936
7411
  /**
@@ -6944,7 +7419,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6944
7419
  /**
6945
7420
  * Start position date.
6946
7421
  * @format date
6947
- * @example "2025-10-29"
7422
+ * @example "2025-11-10"
6948
7423
  */
6949
7424
  start: string;
6950
7425
  /**
@@ -6973,7 +7448,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6973
7448
  /**
6974
7449
  * End position date.
6975
7450
  * @format date
6976
- * @example "2025-10-29"
7451
+ * @example "2025-11-10"
6977
7452
  */
6978
7453
  end: string;
6979
7454
  /**
@@ -6987,7 +7462,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
6987
7462
  /**
6988
7463
  * Start position date.
6989
7464
  * @format date
6990
- * @example "2025-10-29"
7465
+ * @example "2025-11-10"
6991
7466
  */
6992
7467
  start: string;
6993
7468
  /**
@@ -7016,7 +7491,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7016
7491
  /**
7017
7492
  * `Pagination cursor`
7018
7493
  * @format date-time
7019
- * @example "2025-10-29T13:51:12.917983383Z"
7494
+ * @example "2025-11-10T12:46:25.071549628Z"
7020
7495
  */
7021
7496
  cursor: string;
7022
7497
  /**
@@ -7094,7 +7569,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7094
7569
  /**
7095
7570
  * End position date.
7096
7571
  * @format date
7097
- * @example "2025-10-29"
7572
+ * @example "2025-11-10"
7098
7573
  */
7099
7574
  end: string;
7100
7575
  /** `Type of leadership` *(optional)* */
@@ -7109,7 +7584,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7109
7584
  /**
7110
7585
  * Start position date.
7111
7586
  * @format date
7112
- * @example "2025-10-29"
7587
+ * @example "2025-11-10"
7113
7588
  */
7114
7589
  start: string;
7115
7590
  }, params?: RequestParams) => Promise<TopByAmount[]>;
@@ -7126,7 +7601,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7126
7601
  /**
7127
7602
  * End position date.
7128
7603
  * @format date
7129
- * @example "2025-10-29"
7604
+ * @example "2025-11-10"
7130
7605
  */
7131
7606
  end: string;
7132
7607
  /** `Type of leadership` *(optional)* */
@@ -7141,7 +7616,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7141
7616
  /**
7142
7617
  * Start position date.
7143
7618
  * @format date
7144
- * @example "2025-10-29"
7619
+ * @example "2025-11-10"
7145
7620
  */
7146
7621
  start: string;
7147
7622
  }, params?: RequestParams) => Promise<TopByAmountDay[]>;
@@ -7158,7 +7633,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7158
7633
  /**
7159
7634
  * End position date.
7160
7635
  * @format date
7161
- * @example "2025-10-29"
7636
+ * @example "2025-11-10"
7162
7637
  */
7163
7638
  end: string;
7164
7639
  /** Target party */
@@ -7166,7 +7641,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7166
7641
  /**
7167
7642
  * Start position date.
7168
7643
  * @format date
7169
- * @example "2025-10-29"
7644
+ * @example "2025-11-10"
7170
7645
  */
7171
7646
  start: string;
7172
7647
  /**
@@ -7195,13 +7670,13 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7195
7670
  /**
7196
7671
  * End position date.
7197
7672
  * @format date
7198
- * @example "2025-10-29"
7673
+ * @example "2025-11-10"
7199
7674
  */
7200
7675
  end: string;
7201
7676
  /**
7202
7677
  * Start position date.
7203
7678
  * @format date
7204
- * @example "2025-10-29"
7679
+ * @example "2025-11-10"
7205
7680
  */
7206
7681
  start: string;
7207
7682
  /**
@@ -7216,7 +7691,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7216
7691
  * This provides the most granular data but may result in larger responses for wide date ranges.
7217
7692
  */
7218
7693
  strict?: boolean;
7219
- }, params?: RequestParams) => Promise<DailyRewardStatistic[]>;
7694
+ }, params?: RequestParams) => Promise<DailyRewardStatisticAggregate>;
7220
7695
  /**
7221
7696
  * @description Obtain standalone super validators list
7222
7697
  *
@@ -7230,7 +7705,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7230
7705
  /**
7231
7706
  * `Pagination cursor`
7232
7707
  * @format date-time
7233
- * @example "2025-10-29T13:51:12.914278666Z"
7708
+ * @example "2025-11-10T12:46:25.069815710Z"
7234
7709
  */
7235
7710
  cursor: string;
7236
7711
  /**
@@ -7258,13 +7733,13 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7258
7733
  /**
7259
7734
  * End position date.
7260
7735
  * @format date
7261
- * @example "2025-10-28"
7736
+ * @example "2025-11-09"
7262
7737
  */
7263
7738
  end: string;
7264
7739
  /**
7265
7740
  * Start position date.
7266
7741
  * @format date
7267
- * @example "2025-10-28"
7742
+ * @example "2025-11-09"
7268
7743
  */
7269
7744
  start: string;
7270
7745
  }, params?: RequestParams) => Promise<RangedPartyStatistic[]>;
@@ -7283,7 +7758,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7283
7758
  /**
7284
7759
  * `Pagination cursor`
7285
7760
  * @format date-time
7286
- * @example "2025-10-29T13:51:12.917640932Z"
7761
+ * @example "2025-11-10T12:46:25.071215763Z"
7287
7762
  */
7288
7763
  cursor: string;
7289
7764
  /**
@@ -7442,6 +7917,16 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7442
7917
  * @secure
7443
7918
  */
7444
7919
  tokenTransferByEventId: (eventId: EventId, params?: RequestParams) => Promise<TransferDetails>;
7920
+ /**
7921
+ * @description Obtain token transfer details by it's Event ID
7922
+ *
7923
+ * @tags Transfers history
7924
+ * @name TokenTransferByEventIdV2
7925
+ * @summary Transfer details
7926
+ * @request GET:/api/v2/token-transfers/{event_id}
7927
+ * @secure
7928
+ */
7929
+ tokenTransferByEventIdV2: (eventId: EventId, params?: RequestParams) => Promise<TransferDetails>;
7445
7930
  /**
7446
7931
  * @description List token transfers with specified Party involved
7447
7932
  *
@@ -7730,7 +8215,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7730
8215
  /**
7731
8216
  * The timestamp for the end of the time range.
7732
8217
  * @format date-time
7733
- * @example "2025-10-29T13:51:12.907471529Z"
8218
+ * @example "2025-11-10T12:46:25.064664648Z"
7734
8219
  */
7735
8220
  end_datetime: string;
7736
8221
  /**
@@ -7745,7 +8230,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7745
8230
  /**
7746
8231
  * The timestamp for the start of the time range.
7747
8232
  * @format date-time
7748
- * @example "2025-10-29T13:51:12.907469966Z"
8233
+ * @example "2025-11-10T12:46:25.064663336Z"
7749
8234
  */
7750
8235
  start_datetime: string;
7751
8236
  }, params?: RequestParams) => Promise<TransferCountPerMinute>;
@@ -7762,13 +8247,13 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7762
8247
  /**
7763
8248
  * End position date.
7764
8249
  * @format date
7765
- * @example "2025-10-28"
8250
+ * @example "2025-11-09"
7766
8251
  */
7767
8252
  end: string;
7768
8253
  /**
7769
8254
  * Start position date.
7770
8255
  * @format date
7771
- * @example "2025-10-28"
8256
+ * @example "2025-11-09"
7772
8257
  */
7773
8258
  start: string;
7774
8259
  }, params?: RequestParams) => Promise<RangedTransferStatistic[]>;
@@ -7786,7 +8271,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7786
8271
  * Optional argument: day for requested for daily transfer statistic
7787
8272
  * If no day will be provided it will return last indexed day statistic
7788
8273
  * @format date
7789
- * @example "2025-10-29"
8274
+ * @example "2025-11-10"
7790
8275
  */
7791
8276
  day?: string;
7792
8277
  }, params?: RequestParams) => Promise<DailyStatDto>;
@@ -7813,7 +8298,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7813
8298
  /**
7814
8299
  * The timestamp for the end of the time range.
7815
8300
  * @format date-time
7816
- * @example "2025-10-29T13:51:12.909889670Z"
8301
+ * @example "2025-11-10T12:46:25.067037184Z"
7817
8302
  */
7818
8303
  end_datetime: string;
7819
8304
  /**
@@ -7828,7 +8313,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7828
8313
  /**
7829
8314
  * The timestamp for the start of the time range.
7830
8315
  * @format date-time
7831
- * @example "2025-10-29T13:51:12.909888287Z"
8316
+ * @example "2025-11-10T12:46:25.067035641Z"
7832
8317
  */
7833
8318
  start_datetime: string;
7834
8319
  }, params?: RequestParams) => Promise<UpdatesPerMinuteChart>;
@@ -7845,7 +8330,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7845
8330
  /**
7846
8331
  * `Pagination cursor`
7847
8332
  * @format date-time
7848
- * @example "2025-10-29T13:51:12.909365980Z"
8333
+ * @example "2025-11-10T12:46:25.066601177Z"
7849
8334
  */
7850
8335
  cursor: string;
7851
8336
  /**
@@ -7870,7 +8355,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7870
8355
  /**
7871
8356
  * `Pagination cursor`
7872
8357
  * @format date-time
7873
- * @example "2025-10-29T13:51:12.909442974Z"
8358
+ * @example "2025-11-10T12:46:25.066694862Z"
7874
8359
  */
7875
8360
  cursor: string;
7876
8361
  /**
@@ -7893,7 +8378,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7893
8378
  /**
7894
8379
  * Start position date to search in DESC order.
7895
8380
  * @format date
7896
- * @example "2025-10-29"
8381
+ * @example "2025-11-10"
7897
8382
  */
7898
8383
  cursor: string;
7899
8384
  /**
@@ -7915,13 +8400,13 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7915
8400
  /**
7916
8401
  * End position date.
7917
8402
  * @format date
7918
- * @example "2025-10-28"
8403
+ * @example "2025-11-09"
7919
8404
  */
7920
8405
  end: string;
7921
8406
  /**
7922
8407
  * Start position date.
7923
8408
  * @format date
7924
- * @example "2025-10-28"
8409
+ * @example "2025-11-09"
7925
8410
  */
7926
8411
  start: string;
7927
8412
  }, params?: RequestParams) => Promise<UpdatesRangedStatistic[]>;
@@ -7938,7 +8423,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7938
8423
  /**
7939
8424
  * End position date.
7940
8425
  * @format date
7941
- * @example "2025-10-29"
8426
+ * @example "2025-11-10"
7942
8427
  */
7943
8428
  end: string;
7944
8429
  /**
@@ -7953,7 +8438,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7953
8438
  /**
7954
8439
  * Start position date.
7955
8440
  * @format date
7956
- * @example "2025-10-29"
8441
+ * @example "2025-11-10"
7957
8442
  */
7958
8443
  start: string;
7959
8444
  }, params?: RequestParams) => Promise<TopPartiesUpdatesStatistics>;
@@ -7990,7 +8475,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
7990
8475
  /**
7991
8476
  * `Pagination cursor`
7992
8477
  * @format date-time
7993
- * @example "2025-10-29T13:51:12.917357903Z"
8478
+ * @example "2025-11-10T12:46:25.070991132Z"
7994
8479
  */
7995
8480
  cursor: string;
7996
8481
  /**
@@ -8063,7 +8548,7 @@ export declare class IndexerApi<SecurityDataType extends unknown> extends HttpCl
8063
8548
  /**
8064
8549
  * `Pagination cursor`
8065
8550
  * @format date-time
8066
- * @example "2025-10-29T13:51:12.913042395Z"
8551
+ * @example "2025-11-10T12:46:25.068386743Z"
8067
8552
  */
8068
8553
  cursor: string;
8069
8554
  /**