@relayprotocol/relay-kit-hooks 4.0.0 → 4.0.2

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.
@@ -13,15 +13,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13
13
  recipient?: string | undefined;
14
14
  sender?: string | null | undefined;
15
15
  refundTo?: string | null | undefined;
16
+ supersededByRequestId?: string | null | undefined;
16
17
  depositAddress?: {
17
18
  address?: string | undefined;
18
19
  type?: "strict" | "open" | undefined;
19
20
  depositor?: string | null | undefined;
20
21
  depositTxHash?: string | null | undefined;
22
+ recoveryAddress?: string | null | undefined;
21
23
  } | null | undefined;
22
24
  data?: {
23
25
  slippageTolerance?: string | undefined;
24
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
26
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
25
27
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
26
28
  failedTxHash?: string | undefined;
27
29
  failedTxBlockNumber?: number | undefined;
@@ -87,7 +89,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
87
89
  } | undefined;
88
90
  feeSponsorship?: {
89
91
  quoted?: {
90
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
92
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
91
93
  maxSubsidizationAmount?: string | undefined;
92
94
  capHit: boolean;
93
95
  components: {
@@ -175,6 +177,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
175
177
  minimumAmount?: string | undefined;
176
178
  };
177
179
  };
180
+ rent: {
181
+ selected: boolean;
182
+ total: {
183
+ amount?: string | undefined;
184
+ amountFormatted?: string | undefined;
185
+ amountUsd?: string | undefined;
186
+ minimumAmount?: string | undefined;
187
+ };
188
+ sponsored: {
189
+ amount?: string | undefined;
190
+ amountFormatted?: string | undefined;
191
+ amountUsd?: string | undefined;
192
+ minimumAmount?: string | undefined;
193
+ };
194
+ userPays: {
195
+ amount?: string | undefined;
196
+ amountFormatted?: string | undefined;
197
+ amountUsd?: string | undefined;
198
+ minimumAmount?: string | undefined;
199
+ };
200
+ };
178
201
  };
179
202
  sponsoredTotal: {
180
203
  amount?: string | undefined;
@@ -190,7 +213,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
190
213
  };
191
214
  } | undefined;
192
215
  actual?: {
193
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
216
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
194
217
  maxSubsidizationAmount?: string | undefined;
195
218
  capHit: boolean;
196
219
  components: {
@@ -278,6 +301,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
278
301
  minimumAmount?: string | undefined;
279
302
  };
280
303
  };
304
+ rent: {
305
+ selected: boolean;
306
+ total: {
307
+ amount?: string | undefined;
308
+ amountFormatted?: string | undefined;
309
+ amountUsd?: string | undefined;
310
+ minimumAmount?: string | undefined;
311
+ };
312
+ sponsored: {
313
+ amount?: string | undefined;
314
+ amountFormatted?: string | undefined;
315
+ amountUsd?: string | undefined;
316
+ minimumAmount?: string | undefined;
317
+ };
318
+ userPays: {
319
+ amount?: string | undefined;
320
+ amountFormatted?: string | undefined;
321
+ amountUsd?: string | undefined;
322
+ minimumAmount?: string | undefined;
323
+ };
324
+ };
281
325
  };
282
326
  sponsoredTotal: {
283
327
  amount?: string | undefined;
@@ -564,6 +608,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
564
608
  rate?: string | undefined;
565
609
  } | null | undefined;
566
610
  } | null | undefined;
611
+ quoteOraclePrice?: {
612
+ rate?: string | undefined;
613
+ observedAt?: string | undefined;
614
+ inputCurrency?: {
615
+ currency?: {
616
+ chainId?: number | undefined;
617
+ address?: string | undefined;
618
+ symbol?: string | undefined;
619
+ name?: string | undefined;
620
+ decimals?: number | undefined;
621
+ metadata?: {
622
+ logoURI?: string | undefined;
623
+ verified?: boolean | undefined;
624
+ isNative?: boolean | undefined;
625
+ } | undefined;
626
+ } | undefined;
627
+ amount?: string | undefined;
628
+ amountFormatted?: string | undefined;
629
+ amountUsd?: string | undefined;
630
+ minimumAmount?: string | undefined;
631
+ } | undefined;
632
+ outputCurrency?: {
633
+ currency?: {
634
+ chainId?: number | undefined;
635
+ address?: string | undefined;
636
+ symbol?: string | undefined;
637
+ name?: string | undefined;
638
+ decimals?: number | undefined;
639
+ metadata?: {
640
+ logoURI?: string | undefined;
641
+ verified?: boolean | undefined;
642
+ isNative?: boolean | undefined;
643
+ } | undefined;
644
+ } | undefined;
645
+ amount?: string | undefined;
646
+ amountFormatted?: string | undefined;
647
+ amountUsd?: string | undefined;
648
+ minimumAmount?: string | undefined;
649
+ } | undefined;
650
+ } | null | undefined;
567
651
  refundCurrencyData?: {
568
652
  currency?: {
569
653
  chainId?: number | undefined;
@@ -690,15 +774,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
690
774
  recipient?: string | undefined;
691
775
  sender?: string | null | undefined;
692
776
  refundTo?: string | null | undefined;
777
+ supersededByRequestId?: string | null | undefined;
693
778
  depositAddress?: {
694
779
  address?: string | undefined;
695
780
  type?: "strict" | "open" | undefined;
696
781
  depositor?: string | null | undefined;
697
782
  depositTxHash?: string | null | undefined;
783
+ recoveryAddress?: string | null | undefined;
698
784
  } | null | undefined;
699
785
  data?: {
700
786
  slippageTolerance?: string | undefined;
701
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
787
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
702
788
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
703
789
  failedTxHash?: string | undefined;
704
790
  failedTxBlockNumber?: number | undefined;
@@ -764,7 +850,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
764
850
  } | undefined;
765
851
  feeSponsorship?: {
766
852
  quoted?: {
767
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
853
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
768
854
  maxSubsidizationAmount?: string | undefined;
769
855
  capHit: boolean;
770
856
  components: {
@@ -852,6 +938,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
852
938
  minimumAmount?: string | undefined;
853
939
  };
854
940
  };
941
+ rent: {
942
+ selected: boolean;
943
+ total: {
944
+ amount?: string | undefined;
945
+ amountFormatted?: string | undefined;
946
+ amountUsd?: string | undefined;
947
+ minimumAmount?: string | undefined;
948
+ };
949
+ sponsored: {
950
+ amount?: string | undefined;
951
+ amountFormatted?: string | undefined;
952
+ amountUsd?: string | undefined;
953
+ minimumAmount?: string | undefined;
954
+ };
955
+ userPays: {
956
+ amount?: string | undefined;
957
+ amountFormatted?: string | undefined;
958
+ amountUsd?: string | undefined;
959
+ minimumAmount?: string | undefined;
960
+ };
961
+ };
855
962
  };
856
963
  sponsoredTotal: {
857
964
  amount?: string | undefined;
@@ -867,7 +974,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
867
974
  };
868
975
  } | undefined;
869
976
  actual?: {
870
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
977
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
871
978
  maxSubsidizationAmount?: string | undefined;
872
979
  capHit: boolean;
873
980
  components: {
@@ -955,6 +1062,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
955
1062
  minimumAmount?: string | undefined;
956
1063
  };
957
1064
  };
1065
+ rent: {
1066
+ selected: boolean;
1067
+ total: {
1068
+ amount?: string | undefined;
1069
+ amountFormatted?: string | undefined;
1070
+ amountUsd?: string | undefined;
1071
+ minimumAmount?: string | undefined;
1072
+ };
1073
+ sponsored: {
1074
+ amount?: string | undefined;
1075
+ amountFormatted?: string | undefined;
1076
+ amountUsd?: string | undefined;
1077
+ minimumAmount?: string | undefined;
1078
+ };
1079
+ userPays: {
1080
+ amount?: string | undefined;
1081
+ amountFormatted?: string | undefined;
1082
+ amountUsd?: string | undefined;
1083
+ minimumAmount?: string | undefined;
1084
+ };
1085
+ };
958
1086
  };
959
1087
  sponsoredTotal: {
960
1088
  amount?: string | undefined;
@@ -1241,6 +1369,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1241
1369
  rate?: string | undefined;
1242
1370
  } | null | undefined;
1243
1371
  } | null | undefined;
1372
+ quoteOraclePrice?: {
1373
+ rate?: string | undefined;
1374
+ observedAt?: string | undefined;
1375
+ inputCurrency?: {
1376
+ currency?: {
1377
+ chainId?: number | undefined;
1378
+ address?: string | undefined;
1379
+ symbol?: string | undefined;
1380
+ name?: string | undefined;
1381
+ decimals?: number | undefined;
1382
+ metadata?: {
1383
+ logoURI?: string | undefined;
1384
+ verified?: boolean | undefined;
1385
+ isNative?: boolean | undefined;
1386
+ } | undefined;
1387
+ } | undefined;
1388
+ amount?: string | undefined;
1389
+ amountFormatted?: string | undefined;
1390
+ amountUsd?: string | undefined;
1391
+ minimumAmount?: string | undefined;
1392
+ } | undefined;
1393
+ outputCurrency?: {
1394
+ currency?: {
1395
+ chainId?: number | undefined;
1396
+ address?: string | undefined;
1397
+ symbol?: string | undefined;
1398
+ name?: string | undefined;
1399
+ decimals?: number | undefined;
1400
+ metadata?: {
1401
+ logoURI?: string | undefined;
1402
+ verified?: boolean | undefined;
1403
+ isNative?: boolean | undefined;
1404
+ } | undefined;
1405
+ } | undefined;
1406
+ amount?: string | undefined;
1407
+ amountFormatted?: string | undefined;
1408
+ amountUsd?: string | undefined;
1409
+ minimumAmount?: string | undefined;
1410
+ } | undefined;
1411
+ } | null | undefined;
1244
1412
  refundCurrencyData?: {
1245
1413
  currency?: {
1246
1414
  chainId?: number | undefined;
@@ -1351,6 +1519,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1351
1519
  updatedAt?: string | undefined;
1352
1520
  }[] | undefined;
1353
1521
  continuation?: string | undefined;
1522
+ total?: number | undefined;
1354
1523
  }, unknown>, Error>>;
1355
1524
  fetchPreviousPage: (options?: import("@tanstack/react-query").FetchPreviousPageOptions | undefined) => Promise<import("@tanstack/react-query").InfiniteQueryObserverResult<InfiniteData<{
1356
1525
  requests?: {
@@ -1360,15 +1529,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1360
1529
  recipient?: string | undefined;
1361
1530
  sender?: string | null | undefined;
1362
1531
  refundTo?: string | null | undefined;
1532
+ supersededByRequestId?: string | null | undefined;
1363
1533
  depositAddress?: {
1364
1534
  address?: string | undefined;
1365
1535
  type?: "strict" | "open" | undefined;
1366
1536
  depositor?: string | null | undefined;
1367
1537
  depositTxHash?: string | null | undefined;
1538
+ recoveryAddress?: string | null | undefined;
1368
1539
  } | null | undefined;
1369
1540
  data?: {
1370
1541
  slippageTolerance?: string | undefined;
1371
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
1542
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
1372
1543
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
1373
1544
  failedTxHash?: string | undefined;
1374
1545
  failedTxBlockNumber?: number | undefined;
@@ -1434,7 +1605,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1434
1605
  } | undefined;
1435
1606
  feeSponsorship?: {
1436
1607
  quoted?: {
1437
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
1608
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
1438
1609
  maxSubsidizationAmount?: string | undefined;
1439
1610
  capHit: boolean;
1440
1611
  components: {
@@ -1522,6 +1693,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1522
1693
  minimumAmount?: string | undefined;
1523
1694
  };
1524
1695
  };
1696
+ rent: {
1697
+ selected: boolean;
1698
+ total: {
1699
+ amount?: string | undefined;
1700
+ amountFormatted?: string | undefined;
1701
+ amountUsd?: string | undefined;
1702
+ minimumAmount?: string | undefined;
1703
+ };
1704
+ sponsored: {
1705
+ amount?: string | undefined;
1706
+ amountFormatted?: string | undefined;
1707
+ amountUsd?: string | undefined;
1708
+ minimumAmount?: string | undefined;
1709
+ };
1710
+ userPays: {
1711
+ amount?: string | undefined;
1712
+ amountFormatted?: string | undefined;
1713
+ amountUsd?: string | undefined;
1714
+ minimumAmount?: string | undefined;
1715
+ };
1716
+ };
1525
1717
  };
1526
1718
  sponsoredTotal: {
1527
1719
  amount?: string | undefined;
@@ -1537,7 +1729,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1537
1729
  };
1538
1730
  } | undefined;
1539
1731
  actual?: {
1540
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
1732
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
1541
1733
  maxSubsidizationAmount?: string | undefined;
1542
1734
  capHit: boolean;
1543
1735
  components: {
@@ -1625,6 +1817,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1625
1817
  minimumAmount?: string | undefined;
1626
1818
  };
1627
1819
  };
1820
+ rent: {
1821
+ selected: boolean;
1822
+ total: {
1823
+ amount?: string | undefined;
1824
+ amountFormatted?: string | undefined;
1825
+ amountUsd?: string | undefined;
1826
+ minimumAmount?: string | undefined;
1827
+ };
1828
+ sponsored: {
1829
+ amount?: string | undefined;
1830
+ amountFormatted?: string | undefined;
1831
+ amountUsd?: string | undefined;
1832
+ minimumAmount?: string | undefined;
1833
+ };
1834
+ userPays: {
1835
+ amount?: string | undefined;
1836
+ amountFormatted?: string | undefined;
1837
+ amountUsd?: string | undefined;
1838
+ minimumAmount?: string | undefined;
1839
+ };
1840
+ };
1628
1841
  };
1629
1842
  sponsoredTotal: {
1630
1843
  amount?: string | undefined;
@@ -1911,6 +2124,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1911
2124
  rate?: string | undefined;
1912
2125
  } | null | undefined;
1913
2126
  } | null | undefined;
2127
+ quoteOraclePrice?: {
2128
+ rate?: string | undefined;
2129
+ observedAt?: string | undefined;
2130
+ inputCurrency?: {
2131
+ currency?: {
2132
+ chainId?: number | undefined;
2133
+ address?: string | undefined;
2134
+ symbol?: string | undefined;
2135
+ name?: string | undefined;
2136
+ decimals?: number | undefined;
2137
+ metadata?: {
2138
+ logoURI?: string | undefined;
2139
+ verified?: boolean | undefined;
2140
+ isNative?: boolean | undefined;
2141
+ } | undefined;
2142
+ } | undefined;
2143
+ amount?: string | undefined;
2144
+ amountFormatted?: string | undefined;
2145
+ amountUsd?: string | undefined;
2146
+ minimumAmount?: string | undefined;
2147
+ } | undefined;
2148
+ outputCurrency?: {
2149
+ currency?: {
2150
+ chainId?: number | undefined;
2151
+ address?: string | undefined;
2152
+ symbol?: string | undefined;
2153
+ name?: string | undefined;
2154
+ decimals?: number | undefined;
2155
+ metadata?: {
2156
+ logoURI?: string | undefined;
2157
+ verified?: boolean | undefined;
2158
+ isNative?: boolean | undefined;
2159
+ } | undefined;
2160
+ } | undefined;
2161
+ amount?: string | undefined;
2162
+ amountFormatted?: string | undefined;
2163
+ amountUsd?: string | undefined;
2164
+ minimumAmount?: string | undefined;
2165
+ } | undefined;
2166
+ } | null | undefined;
1914
2167
  refundCurrencyData?: {
1915
2168
  currency?: {
1916
2169
  chainId?: number | undefined;
@@ -2021,6 +2274,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2021
2274
  updatedAt?: string | undefined;
2022
2275
  }[] | undefined;
2023
2276
  continuation?: string | undefined;
2277
+ total?: number | undefined;
2024
2278
  }, unknown>, Error>>;
2025
2279
  hasNextPage: boolean;
2026
2280
  hasPreviousPage: boolean;
@@ -2048,15 +2302,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2048
2302
  recipient?: string | undefined;
2049
2303
  sender?: string | null | undefined;
2050
2304
  refundTo?: string | null | undefined;
2305
+ supersededByRequestId?: string | null | undefined;
2051
2306
  depositAddress?: {
2052
2307
  address?: string | undefined;
2053
2308
  type?: "strict" | "open" | undefined;
2054
2309
  depositor?: string | null | undefined;
2055
2310
  depositTxHash?: string | null | undefined;
2311
+ recoveryAddress?: string | null | undefined;
2056
2312
  } | null | undefined;
2057
2313
  data?: {
2058
2314
  slippageTolerance?: string | undefined;
2059
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
2315
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
2060
2316
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
2061
2317
  failedTxHash?: string | undefined;
2062
2318
  failedTxBlockNumber?: number | undefined;
@@ -2122,7 +2378,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2122
2378
  } | undefined;
2123
2379
  feeSponsorship?: {
2124
2380
  quoted?: {
2125
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
2381
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
2126
2382
  maxSubsidizationAmount?: string | undefined;
2127
2383
  capHit: boolean;
2128
2384
  components: {
@@ -2210,6 +2466,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2210
2466
  minimumAmount?: string | undefined;
2211
2467
  };
2212
2468
  };
2469
+ rent: {
2470
+ selected: boolean;
2471
+ total: {
2472
+ amount?: string | undefined;
2473
+ amountFormatted?: string | undefined;
2474
+ amountUsd?: string | undefined;
2475
+ minimumAmount?: string | undefined;
2476
+ };
2477
+ sponsored: {
2478
+ amount?: string | undefined;
2479
+ amountFormatted?: string | undefined;
2480
+ amountUsd?: string | undefined;
2481
+ minimumAmount?: string | undefined;
2482
+ };
2483
+ userPays: {
2484
+ amount?: string | undefined;
2485
+ amountFormatted?: string | undefined;
2486
+ amountUsd?: string | undefined;
2487
+ minimumAmount?: string | undefined;
2488
+ };
2489
+ };
2213
2490
  };
2214
2491
  sponsoredTotal: {
2215
2492
  amount?: string | undefined;
@@ -2225,7 +2502,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2225
2502
  };
2226
2503
  } | undefined;
2227
2504
  actual?: {
2228
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
2505
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
2229
2506
  maxSubsidizationAmount?: string | undefined;
2230
2507
  capHit: boolean;
2231
2508
  components: {
@@ -2313,6 +2590,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2313
2590
  minimumAmount?: string | undefined;
2314
2591
  };
2315
2592
  };
2593
+ rent: {
2594
+ selected: boolean;
2595
+ total: {
2596
+ amount?: string | undefined;
2597
+ amountFormatted?: string | undefined;
2598
+ amountUsd?: string | undefined;
2599
+ minimumAmount?: string | undefined;
2600
+ };
2601
+ sponsored: {
2602
+ amount?: string | undefined;
2603
+ amountFormatted?: string | undefined;
2604
+ amountUsd?: string | undefined;
2605
+ minimumAmount?: string | undefined;
2606
+ };
2607
+ userPays: {
2608
+ amount?: string | undefined;
2609
+ amountFormatted?: string | undefined;
2610
+ amountUsd?: string | undefined;
2611
+ minimumAmount?: string | undefined;
2612
+ };
2613
+ };
2316
2614
  };
2317
2615
  sponsoredTotal: {
2318
2616
  amount?: string | undefined;
@@ -2599,19 +2897,59 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2599
2897
  rate?: string | undefined;
2600
2898
  } | null | undefined;
2601
2899
  } | null | undefined;
2602
- refundCurrencyData?: {
2603
- currency?: {
2604
- chainId?: number | undefined;
2605
- address?: string | undefined;
2606
- symbol?: string | undefined;
2607
- name?: string | undefined;
2608
- decimals?: number | undefined;
2609
- metadata?: {
2610
- logoURI?: string | undefined;
2611
- verified?: boolean | undefined;
2612
- isNative?: boolean | undefined;
2613
- } | undefined;
2614
- } | undefined;
2900
+ quoteOraclePrice?: {
2901
+ rate?: string | undefined;
2902
+ observedAt?: string | undefined;
2903
+ inputCurrency?: {
2904
+ currency?: {
2905
+ chainId?: number | undefined;
2906
+ address?: string | undefined;
2907
+ symbol?: string | undefined;
2908
+ name?: string | undefined;
2909
+ decimals?: number | undefined;
2910
+ metadata?: {
2911
+ logoURI?: string | undefined;
2912
+ verified?: boolean | undefined;
2913
+ isNative?: boolean | undefined;
2914
+ } | undefined;
2915
+ } | undefined;
2916
+ amount?: string | undefined;
2917
+ amountFormatted?: string | undefined;
2918
+ amountUsd?: string | undefined;
2919
+ minimumAmount?: string | undefined;
2920
+ } | undefined;
2921
+ outputCurrency?: {
2922
+ currency?: {
2923
+ chainId?: number | undefined;
2924
+ address?: string | undefined;
2925
+ symbol?: string | undefined;
2926
+ name?: string | undefined;
2927
+ decimals?: number | undefined;
2928
+ metadata?: {
2929
+ logoURI?: string | undefined;
2930
+ verified?: boolean | undefined;
2931
+ isNative?: boolean | undefined;
2932
+ } | undefined;
2933
+ } | undefined;
2934
+ amount?: string | undefined;
2935
+ amountFormatted?: string | undefined;
2936
+ amountUsd?: string | undefined;
2937
+ minimumAmount?: string | undefined;
2938
+ } | undefined;
2939
+ } | null | undefined;
2940
+ refundCurrencyData?: {
2941
+ currency?: {
2942
+ chainId?: number | undefined;
2943
+ address?: string | undefined;
2944
+ symbol?: string | undefined;
2945
+ name?: string | undefined;
2946
+ decimals?: number | undefined;
2947
+ metadata?: {
2948
+ logoURI?: string | undefined;
2949
+ verified?: boolean | undefined;
2950
+ isNative?: boolean | undefined;
2951
+ } | undefined;
2952
+ } | undefined;
2615
2953
  amount?: string | undefined;
2616
2954
  amountFormatted?: string | undefined;
2617
2955
  amountUsd?: string | undefined;
@@ -2709,6 +3047,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2709
3047
  updatedAt?: string | undefined;
2710
3048
  }[] | undefined;
2711
3049
  continuation?: string | undefined;
3050
+ total?: number | undefined;
2712
3051
  }, unknown>, Error>>;
2713
3052
  fetchStatus: import("@tanstack/react-query").FetchStatus;
2714
3053
  promise: Promise<InfiniteData<{
@@ -2719,15 +3058,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2719
3058
  recipient?: string | undefined;
2720
3059
  sender?: string | null | undefined;
2721
3060
  refundTo?: string | null | undefined;
3061
+ supersededByRequestId?: string | null | undefined;
2722
3062
  depositAddress?: {
2723
3063
  address?: string | undefined;
2724
3064
  type?: "strict" | "open" | undefined;
2725
3065
  depositor?: string | null | undefined;
2726
3066
  depositTxHash?: string | null | undefined;
3067
+ recoveryAddress?: string | null | undefined;
2727
3068
  } | null | undefined;
2728
3069
  data?: {
2729
3070
  slippageTolerance?: string | undefined;
2730
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
3071
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
2731
3072
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
2732
3073
  failedTxHash?: string | undefined;
2733
3074
  failedTxBlockNumber?: number | undefined;
@@ -2793,7 +3134,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2793
3134
  } | undefined;
2794
3135
  feeSponsorship?: {
2795
3136
  quoted?: {
2796
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
3137
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
2797
3138
  maxSubsidizationAmount?: string | undefined;
2798
3139
  capHit: boolean;
2799
3140
  components: {
@@ -2881,6 +3222,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2881
3222
  minimumAmount?: string | undefined;
2882
3223
  };
2883
3224
  };
3225
+ rent: {
3226
+ selected: boolean;
3227
+ total: {
3228
+ amount?: string | undefined;
3229
+ amountFormatted?: string | undefined;
3230
+ amountUsd?: string | undefined;
3231
+ minimumAmount?: string | undefined;
3232
+ };
3233
+ sponsored: {
3234
+ amount?: string | undefined;
3235
+ amountFormatted?: string | undefined;
3236
+ amountUsd?: string | undefined;
3237
+ minimumAmount?: string | undefined;
3238
+ };
3239
+ userPays: {
3240
+ amount?: string | undefined;
3241
+ amountFormatted?: string | undefined;
3242
+ amountUsd?: string | undefined;
3243
+ minimumAmount?: string | undefined;
3244
+ };
3245
+ };
2884
3246
  };
2885
3247
  sponsoredTotal: {
2886
3248
  amount?: string | undefined;
@@ -2896,7 +3258,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2896
3258
  };
2897
3259
  } | undefined;
2898
3260
  actual?: {
2899
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
3261
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
2900
3262
  maxSubsidizationAmount?: string | undefined;
2901
3263
  capHit: boolean;
2902
3264
  components: {
@@ -2984,6 +3346,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2984
3346
  minimumAmount?: string | undefined;
2985
3347
  };
2986
3348
  };
3349
+ rent: {
3350
+ selected: boolean;
3351
+ total: {
3352
+ amount?: string | undefined;
3353
+ amountFormatted?: string | undefined;
3354
+ amountUsd?: string | undefined;
3355
+ minimumAmount?: string | undefined;
3356
+ };
3357
+ sponsored: {
3358
+ amount?: string | undefined;
3359
+ amountFormatted?: string | undefined;
3360
+ amountUsd?: string | undefined;
3361
+ minimumAmount?: string | undefined;
3362
+ };
3363
+ userPays: {
3364
+ amount?: string | undefined;
3365
+ amountFormatted?: string | undefined;
3366
+ amountUsd?: string | undefined;
3367
+ minimumAmount?: string | undefined;
3368
+ };
3369
+ };
2987
3370
  };
2988
3371
  sponsoredTotal: {
2989
3372
  amount?: string | undefined;
@@ -3270,6 +3653,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3270
3653
  rate?: string | undefined;
3271
3654
  } | null | undefined;
3272
3655
  } | null | undefined;
3656
+ quoteOraclePrice?: {
3657
+ rate?: string | undefined;
3658
+ observedAt?: string | undefined;
3659
+ inputCurrency?: {
3660
+ currency?: {
3661
+ chainId?: number | undefined;
3662
+ address?: string | undefined;
3663
+ symbol?: string | undefined;
3664
+ name?: string | undefined;
3665
+ decimals?: number | undefined;
3666
+ metadata?: {
3667
+ logoURI?: string | undefined;
3668
+ verified?: boolean | undefined;
3669
+ isNative?: boolean | undefined;
3670
+ } | undefined;
3671
+ } | undefined;
3672
+ amount?: string | undefined;
3673
+ amountFormatted?: string | undefined;
3674
+ amountUsd?: string | undefined;
3675
+ minimumAmount?: string | undefined;
3676
+ } | undefined;
3677
+ outputCurrency?: {
3678
+ currency?: {
3679
+ chainId?: number | undefined;
3680
+ address?: string | undefined;
3681
+ symbol?: string | undefined;
3682
+ name?: string | undefined;
3683
+ decimals?: number | undefined;
3684
+ metadata?: {
3685
+ logoURI?: string | undefined;
3686
+ verified?: boolean | undefined;
3687
+ isNative?: boolean | undefined;
3688
+ } | undefined;
3689
+ } | undefined;
3690
+ amount?: string | undefined;
3691
+ amountFormatted?: string | undefined;
3692
+ amountUsd?: string | undefined;
3693
+ minimumAmount?: string | undefined;
3694
+ } | undefined;
3695
+ } | null | undefined;
3273
3696
  refundCurrencyData?: {
3274
3697
  currency?: {
3275
3698
  chainId?: number | undefined;
@@ -3380,6 +3803,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3380
3803
  updatedAt?: string | undefined;
3381
3804
  }[] | undefined;
3382
3805
  continuation?: string | undefined;
3806
+ total?: number | undefined;
3383
3807
  }, unknown>>;
3384
3808
  } | {
3385
3809
  data: {
@@ -3389,15 +3813,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3389
3813
  recipient?: string | undefined;
3390
3814
  sender?: string | null | undefined;
3391
3815
  refundTo?: string | null | undefined;
3816
+ supersededByRequestId?: string | null | undefined;
3392
3817
  depositAddress?: {
3393
3818
  address?: string | undefined;
3394
3819
  type?: "strict" | "open" | undefined;
3395
3820
  depositor?: string | null | undefined;
3396
3821
  depositTxHash?: string | null | undefined;
3822
+ recoveryAddress?: string | null | undefined;
3397
3823
  } | null | undefined;
3398
3824
  data?: {
3399
3825
  slippageTolerance?: string | undefined;
3400
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
3826
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
3401
3827
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
3402
3828
  failedTxHash?: string | undefined;
3403
3829
  failedTxBlockNumber?: number | undefined;
@@ -3463,7 +3889,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3463
3889
  } | undefined;
3464
3890
  feeSponsorship?: {
3465
3891
  quoted?: {
3466
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
3892
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
3467
3893
  maxSubsidizationAmount?: string | undefined;
3468
3894
  capHit: boolean;
3469
3895
  components: {
@@ -3551,6 +3977,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3551
3977
  minimumAmount?: string | undefined;
3552
3978
  };
3553
3979
  };
3980
+ rent: {
3981
+ selected: boolean;
3982
+ total: {
3983
+ amount?: string | undefined;
3984
+ amountFormatted?: string | undefined;
3985
+ amountUsd?: string | undefined;
3986
+ minimumAmount?: string | undefined;
3987
+ };
3988
+ sponsored: {
3989
+ amount?: string | undefined;
3990
+ amountFormatted?: string | undefined;
3991
+ amountUsd?: string | undefined;
3992
+ minimumAmount?: string | undefined;
3993
+ };
3994
+ userPays: {
3995
+ amount?: string | undefined;
3996
+ amountFormatted?: string | undefined;
3997
+ amountUsd?: string | undefined;
3998
+ minimumAmount?: string | undefined;
3999
+ };
4000
+ };
3554
4001
  };
3555
4002
  sponsoredTotal: {
3556
4003
  amount?: string | undefined;
@@ -3566,7 +4013,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3566
4013
  };
3567
4014
  } | undefined;
3568
4015
  actual?: {
3569
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
4016
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
3570
4017
  maxSubsidizationAmount?: string | undefined;
3571
4018
  capHit: boolean;
3572
4019
  components: {
@@ -3654,6 +4101,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3654
4101
  minimumAmount?: string | undefined;
3655
4102
  };
3656
4103
  };
4104
+ rent: {
4105
+ selected: boolean;
4106
+ total: {
4107
+ amount?: string | undefined;
4108
+ amountFormatted?: string | undefined;
4109
+ amountUsd?: string | undefined;
4110
+ minimumAmount?: string | undefined;
4111
+ };
4112
+ sponsored: {
4113
+ amount?: string | undefined;
4114
+ amountFormatted?: string | undefined;
4115
+ amountUsd?: string | undefined;
4116
+ minimumAmount?: string | undefined;
4117
+ };
4118
+ userPays: {
4119
+ amount?: string | undefined;
4120
+ amountFormatted?: string | undefined;
4121
+ amountUsd?: string | undefined;
4122
+ minimumAmount?: string | undefined;
4123
+ };
4124
+ };
3657
4125
  };
3658
4126
  sponsoredTotal: {
3659
4127
  amount?: string | undefined;
@@ -3940,6 +4408,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3940
4408
  rate?: string | undefined;
3941
4409
  } | null | undefined;
3942
4410
  } | null | undefined;
4411
+ quoteOraclePrice?: {
4412
+ rate?: string | undefined;
4413
+ observedAt?: string | undefined;
4414
+ inputCurrency?: {
4415
+ currency?: {
4416
+ chainId?: number | undefined;
4417
+ address?: string | undefined;
4418
+ symbol?: string | undefined;
4419
+ name?: string | undefined;
4420
+ decimals?: number | undefined;
4421
+ metadata?: {
4422
+ logoURI?: string | undefined;
4423
+ verified?: boolean | undefined;
4424
+ isNative?: boolean | undefined;
4425
+ } | undefined;
4426
+ } | undefined;
4427
+ amount?: string | undefined;
4428
+ amountFormatted?: string | undefined;
4429
+ amountUsd?: string | undefined;
4430
+ minimumAmount?: string | undefined;
4431
+ } | undefined;
4432
+ outputCurrency?: {
4433
+ currency?: {
4434
+ chainId?: number | undefined;
4435
+ address?: string | undefined;
4436
+ symbol?: string | undefined;
4437
+ name?: string | undefined;
4438
+ decimals?: number | undefined;
4439
+ metadata?: {
4440
+ logoURI?: string | undefined;
4441
+ verified?: boolean | undefined;
4442
+ isNative?: boolean | undefined;
4443
+ } | undefined;
4444
+ } | undefined;
4445
+ amount?: string | undefined;
4446
+ amountFormatted?: string | undefined;
4447
+ amountUsd?: string | undefined;
4448
+ minimumAmount?: string | undefined;
4449
+ } | undefined;
4450
+ } | null | undefined;
3943
4451
  refundCurrencyData?: {
3944
4452
  currency?: {
3945
4453
  chainId?: number | undefined;
@@ -4068,15 +4576,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4068
4576
  recipient?: string | undefined;
4069
4577
  sender?: string | null | undefined;
4070
4578
  refundTo?: string | null | undefined;
4579
+ supersededByRequestId?: string | null | undefined;
4071
4580
  depositAddress?: {
4072
4581
  address?: string | undefined;
4073
4582
  type?: "strict" | "open" | undefined;
4074
4583
  depositor?: string | null | undefined;
4075
4584
  depositTxHash?: string | null | undefined;
4585
+ recoveryAddress?: string | null | undefined;
4076
4586
  } | null | undefined;
4077
4587
  data?: {
4078
4588
  slippageTolerance?: string | undefined;
4079
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
4589
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
4080
4590
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
4081
4591
  failedTxHash?: string | undefined;
4082
4592
  failedTxBlockNumber?: number | undefined;
@@ -4142,7 +4652,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4142
4652
  } | undefined;
4143
4653
  feeSponsorship?: {
4144
4654
  quoted?: {
4145
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
4655
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
4146
4656
  maxSubsidizationAmount?: string | undefined;
4147
4657
  capHit: boolean;
4148
4658
  components: {
@@ -4230,6 +4740,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4230
4740
  minimumAmount?: string | undefined;
4231
4741
  };
4232
4742
  };
4743
+ rent: {
4744
+ selected: boolean;
4745
+ total: {
4746
+ amount?: string | undefined;
4747
+ amountFormatted?: string | undefined;
4748
+ amountUsd?: string | undefined;
4749
+ minimumAmount?: string | undefined;
4750
+ };
4751
+ sponsored: {
4752
+ amount?: string | undefined;
4753
+ amountFormatted?: string | undefined;
4754
+ amountUsd?: string | undefined;
4755
+ minimumAmount?: string | undefined;
4756
+ };
4757
+ userPays: {
4758
+ amount?: string | undefined;
4759
+ amountFormatted?: string | undefined;
4760
+ amountUsd?: string | undefined;
4761
+ minimumAmount?: string | undefined;
4762
+ };
4763
+ };
4233
4764
  };
4234
4765
  sponsoredTotal: {
4235
4766
  amount?: string | undefined;
@@ -4245,7 +4776,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4245
4776
  };
4246
4777
  } | undefined;
4247
4778
  actual?: {
4248
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
4779
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
4249
4780
  maxSubsidizationAmount?: string | undefined;
4250
4781
  capHit: boolean;
4251
4782
  components: {
@@ -4333,6 +4864,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4333
4864
  minimumAmount?: string | undefined;
4334
4865
  };
4335
4866
  };
4867
+ rent: {
4868
+ selected: boolean;
4869
+ total: {
4870
+ amount?: string | undefined;
4871
+ amountFormatted?: string | undefined;
4872
+ amountUsd?: string | undefined;
4873
+ minimumAmount?: string | undefined;
4874
+ };
4875
+ sponsored: {
4876
+ amount?: string | undefined;
4877
+ amountFormatted?: string | undefined;
4878
+ amountUsd?: string | undefined;
4879
+ minimumAmount?: string | undefined;
4880
+ };
4881
+ userPays: {
4882
+ amount?: string | undefined;
4883
+ amountFormatted?: string | undefined;
4884
+ amountUsd?: string | undefined;
4885
+ minimumAmount?: string | undefined;
4886
+ };
4887
+ };
4336
4888
  };
4337
4889
  sponsoredTotal: {
4338
4890
  amount?: string | undefined;
@@ -4619,6 +5171,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4619
5171
  rate?: string | undefined;
4620
5172
  } | null | undefined;
4621
5173
  } | null | undefined;
5174
+ quoteOraclePrice?: {
5175
+ rate?: string | undefined;
5176
+ observedAt?: string | undefined;
5177
+ inputCurrency?: {
5178
+ currency?: {
5179
+ chainId?: number | undefined;
5180
+ address?: string | undefined;
5181
+ symbol?: string | undefined;
5182
+ name?: string | undefined;
5183
+ decimals?: number | undefined;
5184
+ metadata?: {
5185
+ logoURI?: string | undefined;
5186
+ verified?: boolean | undefined;
5187
+ isNative?: boolean | undefined;
5188
+ } | undefined;
5189
+ } | undefined;
5190
+ amount?: string | undefined;
5191
+ amountFormatted?: string | undefined;
5192
+ amountUsd?: string | undefined;
5193
+ minimumAmount?: string | undefined;
5194
+ } | undefined;
5195
+ outputCurrency?: {
5196
+ currency?: {
5197
+ chainId?: number | undefined;
5198
+ address?: string | undefined;
5199
+ symbol?: string | undefined;
5200
+ name?: string | undefined;
5201
+ decimals?: number | undefined;
5202
+ metadata?: {
5203
+ logoURI?: string | undefined;
5204
+ verified?: boolean | undefined;
5205
+ isNative?: boolean | undefined;
5206
+ } | undefined;
5207
+ } | undefined;
5208
+ amount?: string | undefined;
5209
+ amountFormatted?: string | undefined;
5210
+ amountUsd?: string | undefined;
5211
+ minimumAmount?: string | undefined;
5212
+ } | undefined;
5213
+ } | null | undefined;
4622
5214
  refundCurrencyData?: {
4623
5215
  currency?: {
4624
5216
  chainId?: number | undefined;
@@ -4729,6 +5321,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4729
5321
  updatedAt?: string | undefined;
4730
5322
  }[] | undefined;
4731
5323
  continuation?: string | undefined;
5324
+ total?: number | undefined;
4732
5325
  }, unknown>, Error>>;
4733
5326
  fetchPreviousPage: (options?: import("@tanstack/react-query").FetchPreviousPageOptions | undefined) => Promise<import("@tanstack/react-query").InfiniteQueryObserverResult<InfiniteData<{
4734
5327
  requests?: {
@@ -4738,15 +5331,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4738
5331
  recipient?: string | undefined;
4739
5332
  sender?: string | null | undefined;
4740
5333
  refundTo?: string | null | undefined;
5334
+ supersededByRequestId?: string | null | undefined;
4741
5335
  depositAddress?: {
4742
5336
  address?: string | undefined;
4743
5337
  type?: "strict" | "open" | undefined;
4744
5338
  depositor?: string | null | undefined;
4745
5339
  depositTxHash?: string | null | undefined;
5340
+ recoveryAddress?: string | null | undefined;
4746
5341
  } | null | undefined;
4747
5342
  data?: {
4748
5343
  slippageTolerance?: string | undefined;
4749
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
5344
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
4750
5345
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
4751
5346
  failedTxHash?: string | undefined;
4752
5347
  failedTxBlockNumber?: number | undefined;
@@ -4812,7 +5407,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4812
5407
  } | undefined;
4813
5408
  feeSponsorship?: {
4814
5409
  quoted?: {
4815
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
5410
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
4816
5411
  maxSubsidizationAmount?: string | undefined;
4817
5412
  capHit: boolean;
4818
5413
  components: {
@@ -4900,6 +5495,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4900
5495
  minimumAmount?: string | undefined;
4901
5496
  };
4902
5497
  };
5498
+ rent: {
5499
+ selected: boolean;
5500
+ total: {
5501
+ amount?: string | undefined;
5502
+ amountFormatted?: string | undefined;
5503
+ amountUsd?: string | undefined;
5504
+ minimumAmount?: string | undefined;
5505
+ };
5506
+ sponsored: {
5507
+ amount?: string | undefined;
5508
+ amountFormatted?: string | undefined;
5509
+ amountUsd?: string | undefined;
5510
+ minimumAmount?: string | undefined;
5511
+ };
5512
+ userPays: {
5513
+ amount?: string | undefined;
5514
+ amountFormatted?: string | undefined;
5515
+ amountUsd?: string | undefined;
5516
+ minimumAmount?: string | undefined;
5517
+ };
5518
+ };
4903
5519
  };
4904
5520
  sponsoredTotal: {
4905
5521
  amount?: string | undefined;
@@ -4915,7 +5531,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4915
5531
  };
4916
5532
  } | undefined;
4917
5533
  actual?: {
4918
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
5534
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
4919
5535
  maxSubsidizationAmount?: string | undefined;
4920
5536
  capHit: boolean;
4921
5537
  components: {
@@ -5003,6 +5619,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5003
5619
  minimumAmount?: string | undefined;
5004
5620
  };
5005
5621
  };
5622
+ rent: {
5623
+ selected: boolean;
5624
+ total: {
5625
+ amount?: string | undefined;
5626
+ amountFormatted?: string | undefined;
5627
+ amountUsd?: string | undefined;
5628
+ minimumAmount?: string | undefined;
5629
+ };
5630
+ sponsored: {
5631
+ amount?: string | undefined;
5632
+ amountFormatted?: string | undefined;
5633
+ amountUsd?: string | undefined;
5634
+ minimumAmount?: string | undefined;
5635
+ };
5636
+ userPays: {
5637
+ amount?: string | undefined;
5638
+ amountFormatted?: string | undefined;
5639
+ amountUsd?: string | undefined;
5640
+ minimumAmount?: string | undefined;
5641
+ };
5642
+ };
5006
5643
  };
5007
5644
  sponsoredTotal: {
5008
5645
  amount?: string | undefined;
@@ -5289,6 +5926,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5289
5926
  rate?: string | undefined;
5290
5927
  } | null | undefined;
5291
5928
  } | null | undefined;
5929
+ quoteOraclePrice?: {
5930
+ rate?: string | undefined;
5931
+ observedAt?: string | undefined;
5932
+ inputCurrency?: {
5933
+ currency?: {
5934
+ chainId?: number | undefined;
5935
+ address?: string | undefined;
5936
+ symbol?: string | undefined;
5937
+ name?: string | undefined;
5938
+ decimals?: number | undefined;
5939
+ metadata?: {
5940
+ logoURI?: string | undefined;
5941
+ verified?: boolean | undefined;
5942
+ isNative?: boolean | undefined;
5943
+ } | undefined;
5944
+ } | undefined;
5945
+ amount?: string | undefined;
5946
+ amountFormatted?: string | undefined;
5947
+ amountUsd?: string | undefined;
5948
+ minimumAmount?: string | undefined;
5949
+ } | undefined;
5950
+ outputCurrency?: {
5951
+ currency?: {
5952
+ chainId?: number | undefined;
5953
+ address?: string | undefined;
5954
+ symbol?: string | undefined;
5955
+ name?: string | undefined;
5956
+ decimals?: number | undefined;
5957
+ metadata?: {
5958
+ logoURI?: string | undefined;
5959
+ verified?: boolean | undefined;
5960
+ isNative?: boolean | undefined;
5961
+ } | undefined;
5962
+ } | undefined;
5963
+ amount?: string | undefined;
5964
+ amountFormatted?: string | undefined;
5965
+ amountUsd?: string | undefined;
5966
+ minimumAmount?: string | undefined;
5967
+ } | undefined;
5968
+ } | null | undefined;
5292
5969
  refundCurrencyData?: {
5293
5970
  currency?: {
5294
5971
  chainId?: number | undefined;
@@ -5399,6 +6076,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5399
6076
  updatedAt?: string | undefined;
5400
6077
  }[] | undefined;
5401
6078
  continuation?: string | undefined;
6079
+ total?: number | undefined;
5402
6080
  }, unknown>, Error>>;
5403
6081
  hasNextPage: boolean;
5404
6082
  hasPreviousPage: boolean;
@@ -5424,15 +6102,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5424
6102
  recipient?: string | undefined;
5425
6103
  sender?: string | null | undefined;
5426
6104
  refundTo?: string | null | undefined;
6105
+ supersededByRequestId?: string | null | undefined;
5427
6106
  depositAddress?: {
5428
6107
  address?: string | undefined;
5429
6108
  type?: "strict" | "open" | undefined;
5430
6109
  depositor?: string | null | undefined;
5431
6110
  depositTxHash?: string | null | undefined;
6111
+ recoveryAddress?: string | null | undefined;
5432
6112
  } | null | undefined;
5433
6113
  data?: {
5434
6114
  slippageTolerance?: string | undefined;
5435
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
6115
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
5436
6116
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
5437
6117
  failedTxHash?: string | undefined;
5438
6118
  failedTxBlockNumber?: number | undefined;
@@ -5498,7 +6178,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5498
6178
  } | undefined;
5499
6179
  feeSponsorship?: {
5500
6180
  quoted?: {
5501
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
6181
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
5502
6182
  maxSubsidizationAmount?: string | undefined;
5503
6183
  capHit: boolean;
5504
6184
  components: {
@@ -5586,6 +6266,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5586
6266
  minimumAmount?: string | undefined;
5587
6267
  };
5588
6268
  };
6269
+ rent: {
6270
+ selected: boolean;
6271
+ total: {
6272
+ amount?: string | undefined;
6273
+ amountFormatted?: string | undefined;
6274
+ amountUsd?: string | undefined;
6275
+ minimumAmount?: string | undefined;
6276
+ };
6277
+ sponsored: {
6278
+ amount?: string | undefined;
6279
+ amountFormatted?: string | undefined;
6280
+ amountUsd?: string | undefined;
6281
+ minimumAmount?: string | undefined;
6282
+ };
6283
+ userPays: {
6284
+ amount?: string | undefined;
6285
+ amountFormatted?: string | undefined;
6286
+ amountUsd?: string | undefined;
6287
+ minimumAmount?: string | undefined;
6288
+ };
6289
+ };
5589
6290
  };
5590
6291
  sponsoredTotal: {
5591
6292
  amount?: string | undefined;
@@ -5601,7 +6302,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5601
6302
  };
5602
6303
  } | undefined;
5603
6304
  actual?: {
5604
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
6305
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
5605
6306
  maxSubsidizationAmount?: string | undefined;
5606
6307
  capHit: boolean;
5607
6308
  components: {
@@ -5689,6 +6390,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5689
6390
  minimumAmount?: string | undefined;
5690
6391
  };
5691
6392
  };
6393
+ rent: {
6394
+ selected: boolean;
6395
+ total: {
6396
+ amount?: string | undefined;
6397
+ amountFormatted?: string | undefined;
6398
+ amountUsd?: string | undefined;
6399
+ minimumAmount?: string | undefined;
6400
+ };
6401
+ sponsored: {
6402
+ amount?: string | undefined;
6403
+ amountFormatted?: string | undefined;
6404
+ amountUsd?: string | undefined;
6405
+ minimumAmount?: string | undefined;
6406
+ };
6407
+ userPays: {
6408
+ amount?: string | undefined;
6409
+ amountFormatted?: string | undefined;
6410
+ amountUsd?: string | undefined;
6411
+ minimumAmount?: string | undefined;
6412
+ };
6413
+ };
5692
6414
  };
5693
6415
  sponsoredTotal: {
5694
6416
  amount?: string | undefined;
@@ -5975,6 +6697,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5975
6697
  rate?: string | undefined;
5976
6698
  } | null | undefined;
5977
6699
  } | null | undefined;
6700
+ quoteOraclePrice?: {
6701
+ rate?: string | undefined;
6702
+ observedAt?: string | undefined;
6703
+ inputCurrency?: {
6704
+ currency?: {
6705
+ chainId?: number | undefined;
6706
+ address?: string | undefined;
6707
+ symbol?: string | undefined;
6708
+ name?: string | undefined;
6709
+ decimals?: number | undefined;
6710
+ metadata?: {
6711
+ logoURI?: string | undefined;
6712
+ verified?: boolean | undefined;
6713
+ isNative?: boolean | undefined;
6714
+ } | undefined;
6715
+ } | undefined;
6716
+ amount?: string | undefined;
6717
+ amountFormatted?: string | undefined;
6718
+ amountUsd?: string | undefined;
6719
+ minimumAmount?: string | undefined;
6720
+ } | undefined;
6721
+ outputCurrency?: {
6722
+ currency?: {
6723
+ chainId?: number | undefined;
6724
+ address?: string | undefined;
6725
+ symbol?: string | undefined;
6726
+ name?: string | undefined;
6727
+ decimals?: number | undefined;
6728
+ metadata?: {
6729
+ logoURI?: string | undefined;
6730
+ verified?: boolean | undefined;
6731
+ isNative?: boolean | undefined;
6732
+ } | undefined;
6733
+ } | undefined;
6734
+ amount?: string | undefined;
6735
+ amountFormatted?: string | undefined;
6736
+ amountUsd?: string | undefined;
6737
+ minimumAmount?: string | undefined;
6738
+ } | undefined;
6739
+ } | null | undefined;
5978
6740
  refundCurrencyData?: {
5979
6741
  currency?: {
5980
6742
  chainId?: number | undefined;
@@ -6085,6 +6847,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6085
6847
  updatedAt?: string | undefined;
6086
6848
  }[] | undefined;
6087
6849
  continuation?: string | undefined;
6850
+ total?: number | undefined;
6088
6851
  }, unknown>, Error>>;
6089
6852
  fetchStatus: import("@tanstack/react-query").FetchStatus;
6090
6853
  promise: Promise<InfiniteData<{
@@ -6095,15 +6858,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6095
6858
  recipient?: string | undefined;
6096
6859
  sender?: string | null | undefined;
6097
6860
  refundTo?: string | null | undefined;
6861
+ supersededByRequestId?: string | null | undefined;
6098
6862
  depositAddress?: {
6099
6863
  address?: string | undefined;
6100
6864
  type?: "strict" | "open" | undefined;
6101
6865
  depositor?: string | null | undefined;
6102
6866
  depositTxHash?: string | null | undefined;
6867
+ recoveryAddress?: string | null | undefined;
6103
6868
  } | null | undefined;
6104
6869
  data?: {
6105
6870
  slippageTolerance?: string | undefined;
6106
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
6871
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
6107
6872
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
6108
6873
  failedTxHash?: string | undefined;
6109
6874
  failedTxBlockNumber?: number | undefined;
@@ -6169,7 +6934,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6169
6934
  } | undefined;
6170
6935
  feeSponsorship?: {
6171
6936
  quoted?: {
6172
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
6937
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
6173
6938
  maxSubsidizationAmount?: string | undefined;
6174
6939
  capHit: boolean;
6175
6940
  components: {
@@ -6257,6 +7022,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6257
7022
  minimumAmount?: string | undefined;
6258
7023
  };
6259
7024
  };
7025
+ rent: {
7026
+ selected: boolean;
7027
+ total: {
7028
+ amount?: string | undefined;
7029
+ amountFormatted?: string | undefined;
7030
+ amountUsd?: string | undefined;
7031
+ minimumAmount?: string | undefined;
7032
+ };
7033
+ sponsored: {
7034
+ amount?: string | undefined;
7035
+ amountFormatted?: string | undefined;
7036
+ amountUsd?: string | undefined;
7037
+ minimumAmount?: string | undefined;
7038
+ };
7039
+ userPays: {
7040
+ amount?: string | undefined;
7041
+ amountFormatted?: string | undefined;
7042
+ amountUsd?: string | undefined;
7043
+ minimumAmount?: string | undefined;
7044
+ };
7045
+ };
6260
7046
  };
6261
7047
  sponsoredTotal: {
6262
7048
  amount?: string | undefined;
@@ -6272,7 +7058,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6272
7058
  };
6273
7059
  } | undefined;
6274
7060
  actual?: {
6275
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
7061
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
6276
7062
  maxSubsidizationAmount?: string | undefined;
6277
7063
  capHit: boolean;
6278
7064
  components: {
@@ -6360,6 +7146,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6360
7146
  minimumAmount?: string | undefined;
6361
7147
  };
6362
7148
  };
7149
+ rent: {
7150
+ selected: boolean;
7151
+ total: {
7152
+ amount?: string | undefined;
7153
+ amountFormatted?: string | undefined;
7154
+ amountUsd?: string | undefined;
7155
+ minimumAmount?: string | undefined;
7156
+ };
7157
+ sponsored: {
7158
+ amount?: string | undefined;
7159
+ amountFormatted?: string | undefined;
7160
+ amountUsd?: string | undefined;
7161
+ minimumAmount?: string | undefined;
7162
+ };
7163
+ userPays: {
7164
+ amount?: string | undefined;
7165
+ amountFormatted?: string | undefined;
7166
+ amountUsd?: string | undefined;
7167
+ minimumAmount?: string | undefined;
7168
+ };
7169
+ };
6363
7170
  };
6364
7171
  sponsoredTotal: {
6365
7172
  amount?: string | undefined;
@@ -6646,6 +7453,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6646
7453
  rate?: string | undefined;
6647
7454
  } | null | undefined;
6648
7455
  } | null | undefined;
7456
+ quoteOraclePrice?: {
7457
+ rate?: string | undefined;
7458
+ observedAt?: string | undefined;
7459
+ inputCurrency?: {
7460
+ currency?: {
7461
+ chainId?: number | undefined;
7462
+ address?: string | undefined;
7463
+ symbol?: string | undefined;
7464
+ name?: string | undefined;
7465
+ decimals?: number | undefined;
7466
+ metadata?: {
7467
+ logoURI?: string | undefined;
7468
+ verified?: boolean | undefined;
7469
+ isNative?: boolean | undefined;
7470
+ } | undefined;
7471
+ } | undefined;
7472
+ amount?: string | undefined;
7473
+ amountFormatted?: string | undefined;
7474
+ amountUsd?: string | undefined;
7475
+ minimumAmount?: string | undefined;
7476
+ } | undefined;
7477
+ outputCurrency?: {
7478
+ currency?: {
7479
+ chainId?: number | undefined;
7480
+ address?: string | undefined;
7481
+ symbol?: string | undefined;
7482
+ name?: string | undefined;
7483
+ decimals?: number | undefined;
7484
+ metadata?: {
7485
+ logoURI?: string | undefined;
7486
+ verified?: boolean | undefined;
7487
+ isNative?: boolean | undefined;
7488
+ } | undefined;
7489
+ } | undefined;
7490
+ amount?: string | undefined;
7491
+ amountFormatted?: string | undefined;
7492
+ amountUsd?: string | undefined;
7493
+ minimumAmount?: string | undefined;
7494
+ } | undefined;
7495
+ } | null | undefined;
6649
7496
  refundCurrencyData?: {
6650
7497
  currency?: {
6651
7498
  chainId?: number | undefined;
@@ -6756,6 +7603,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6756
7603
  updatedAt?: string | undefined;
6757
7604
  }[] | undefined;
6758
7605
  continuation?: string | undefined;
7606
+ total?: number | undefined;
6759
7607
  }, unknown>>;
6760
7608
  } | {
6761
7609
  data: {
@@ -6765,15 +7613,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6765
7613
  recipient?: string | undefined;
6766
7614
  sender?: string | null | undefined;
6767
7615
  refundTo?: string | null | undefined;
7616
+ supersededByRequestId?: string | null | undefined;
6768
7617
  depositAddress?: {
6769
7618
  address?: string | undefined;
6770
7619
  type?: "strict" | "open" | undefined;
6771
7620
  depositor?: string | null | undefined;
6772
7621
  depositTxHash?: string | null | undefined;
7622
+ recoveryAddress?: string | null | undefined;
6773
7623
  } | null | undefined;
6774
7624
  data?: {
6775
7625
  slippageTolerance?: string | undefined;
6776
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
7626
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
6777
7627
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
6778
7628
  failedTxHash?: string | undefined;
6779
7629
  failedTxBlockNumber?: number | undefined;
@@ -6839,7 +7689,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6839
7689
  } | undefined;
6840
7690
  feeSponsorship?: {
6841
7691
  quoted?: {
6842
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
7692
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
6843
7693
  maxSubsidizationAmount?: string | undefined;
6844
7694
  capHit: boolean;
6845
7695
  components: {
@@ -6927,6 +7777,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6927
7777
  minimumAmount?: string | undefined;
6928
7778
  };
6929
7779
  };
7780
+ rent: {
7781
+ selected: boolean;
7782
+ total: {
7783
+ amount?: string | undefined;
7784
+ amountFormatted?: string | undefined;
7785
+ amountUsd?: string | undefined;
7786
+ minimumAmount?: string | undefined;
7787
+ };
7788
+ sponsored: {
7789
+ amount?: string | undefined;
7790
+ amountFormatted?: string | undefined;
7791
+ amountUsd?: string | undefined;
7792
+ minimumAmount?: string | undefined;
7793
+ };
7794
+ userPays: {
7795
+ amount?: string | undefined;
7796
+ amountFormatted?: string | undefined;
7797
+ amountUsd?: string | undefined;
7798
+ minimumAmount?: string | undefined;
7799
+ };
7800
+ };
6930
7801
  };
6931
7802
  sponsoredTotal: {
6932
7803
  amount?: string | undefined;
@@ -6942,7 +7813,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6942
7813
  };
6943
7814
  } | undefined;
6944
7815
  actual?: {
6945
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
7816
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
6946
7817
  maxSubsidizationAmount?: string | undefined;
6947
7818
  capHit: boolean;
6948
7819
  components: {
@@ -7030,6 +7901,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7030
7901
  minimumAmount?: string | undefined;
7031
7902
  };
7032
7903
  };
7904
+ rent: {
7905
+ selected: boolean;
7906
+ total: {
7907
+ amount?: string | undefined;
7908
+ amountFormatted?: string | undefined;
7909
+ amountUsd?: string | undefined;
7910
+ minimumAmount?: string | undefined;
7911
+ };
7912
+ sponsored: {
7913
+ amount?: string | undefined;
7914
+ amountFormatted?: string | undefined;
7915
+ amountUsd?: string | undefined;
7916
+ minimumAmount?: string | undefined;
7917
+ };
7918
+ userPays: {
7919
+ amount?: string | undefined;
7920
+ amountFormatted?: string | undefined;
7921
+ amountUsd?: string | undefined;
7922
+ minimumAmount?: string | undefined;
7923
+ };
7924
+ };
7033
7925
  };
7034
7926
  sponsoredTotal: {
7035
7927
  amount?: string | undefined;
@@ -7312,9 +8204,49 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7312
8204
  amountUsd?: string | undefined;
7313
8205
  minimumAmount?: string | undefined;
7314
8206
  } | undefined;
7315
- } | null | undefined;
7316
- rate?: string | undefined;
7317
- } | null | undefined;
8207
+ } | null | undefined;
8208
+ rate?: string | undefined;
8209
+ } | null | undefined;
8210
+ } | null | undefined;
8211
+ quoteOraclePrice?: {
8212
+ rate?: string | undefined;
8213
+ observedAt?: string | undefined;
8214
+ inputCurrency?: {
8215
+ currency?: {
8216
+ chainId?: number | undefined;
8217
+ address?: string | undefined;
8218
+ symbol?: string | undefined;
8219
+ name?: string | undefined;
8220
+ decimals?: number | undefined;
8221
+ metadata?: {
8222
+ logoURI?: string | undefined;
8223
+ verified?: boolean | undefined;
8224
+ isNative?: boolean | undefined;
8225
+ } | undefined;
8226
+ } | undefined;
8227
+ amount?: string | undefined;
8228
+ amountFormatted?: string | undefined;
8229
+ amountUsd?: string | undefined;
8230
+ minimumAmount?: string | undefined;
8231
+ } | undefined;
8232
+ outputCurrency?: {
8233
+ currency?: {
8234
+ chainId?: number | undefined;
8235
+ address?: string | undefined;
8236
+ symbol?: string | undefined;
8237
+ name?: string | undefined;
8238
+ decimals?: number | undefined;
8239
+ metadata?: {
8240
+ logoURI?: string | undefined;
8241
+ verified?: boolean | undefined;
8242
+ isNative?: boolean | undefined;
8243
+ } | undefined;
8244
+ } | undefined;
8245
+ amount?: string | undefined;
8246
+ amountFormatted?: string | undefined;
8247
+ amountUsd?: string | undefined;
8248
+ minimumAmount?: string | undefined;
8249
+ } | undefined;
7318
8250
  } | null | undefined;
7319
8251
  refundCurrencyData?: {
7320
8252
  currency?: {
@@ -7444,15 +8376,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7444
8376
  recipient?: string | undefined;
7445
8377
  sender?: string | null | undefined;
7446
8378
  refundTo?: string | null | undefined;
8379
+ supersededByRequestId?: string | null | undefined;
7447
8380
  depositAddress?: {
7448
8381
  address?: string | undefined;
7449
8382
  type?: "strict" | "open" | undefined;
7450
8383
  depositor?: string | null | undefined;
7451
8384
  depositTxHash?: string | null | undefined;
8385
+ recoveryAddress?: string | null | undefined;
7452
8386
  } | null | undefined;
7453
8387
  data?: {
7454
8388
  slippageTolerance?: string | undefined;
7455
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
8389
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
7456
8390
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
7457
8391
  failedTxHash?: string | undefined;
7458
8392
  failedTxBlockNumber?: number | undefined;
@@ -7518,7 +8452,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7518
8452
  } | undefined;
7519
8453
  feeSponsorship?: {
7520
8454
  quoted?: {
7521
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
8455
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
7522
8456
  maxSubsidizationAmount?: string | undefined;
7523
8457
  capHit: boolean;
7524
8458
  components: {
@@ -7606,6 +8540,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7606
8540
  minimumAmount?: string | undefined;
7607
8541
  };
7608
8542
  };
8543
+ rent: {
8544
+ selected: boolean;
8545
+ total: {
8546
+ amount?: string | undefined;
8547
+ amountFormatted?: string | undefined;
8548
+ amountUsd?: string | undefined;
8549
+ minimumAmount?: string | undefined;
8550
+ };
8551
+ sponsored: {
8552
+ amount?: string | undefined;
8553
+ amountFormatted?: string | undefined;
8554
+ amountUsd?: string | undefined;
8555
+ minimumAmount?: string | undefined;
8556
+ };
8557
+ userPays: {
8558
+ amount?: string | undefined;
8559
+ amountFormatted?: string | undefined;
8560
+ amountUsd?: string | undefined;
8561
+ minimumAmount?: string | undefined;
8562
+ };
8563
+ };
7609
8564
  };
7610
8565
  sponsoredTotal: {
7611
8566
  amount?: string | undefined;
@@ -7621,7 +8576,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7621
8576
  };
7622
8577
  } | undefined;
7623
8578
  actual?: {
7624
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
8579
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
7625
8580
  maxSubsidizationAmount?: string | undefined;
7626
8581
  capHit: boolean;
7627
8582
  components: {
@@ -7709,6 +8664,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7709
8664
  minimumAmount?: string | undefined;
7710
8665
  };
7711
8666
  };
8667
+ rent: {
8668
+ selected: boolean;
8669
+ total: {
8670
+ amount?: string | undefined;
8671
+ amountFormatted?: string | undefined;
8672
+ amountUsd?: string | undefined;
8673
+ minimumAmount?: string | undefined;
8674
+ };
8675
+ sponsored: {
8676
+ amount?: string | undefined;
8677
+ amountFormatted?: string | undefined;
8678
+ amountUsd?: string | undefined;
8679
+ minimumAmount?: string | undefined;
8680
+ };
8681
+ userPays: {
8682
+ amount?: string | undefined;
8683
+ amountFormatted?: string | undefined;
8684
+ amountUsd?: string | undefined;
8685
+ minimumAmount?: string | undefined;
8686
+ };
8687
+ };
7712
8688
  };
7713
8689
  sponsoredTotal: {
7714
8690
  amount?: string | undefined;
@@ -7995,6 +8971,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7995
8971
  rate?: string | undefined;
7996
8972
  } | null | undefined;
7997
8973
  } | null | undefined;
8974
+ quoteOraclePrice?: {
8975
+ rate?: string | undefined;
8976
+ observedAt?: string | undefined;
8977
+ inputCurrency?: {
8978
+ currency?: {
8979
+ chainId?: number | undefined;
8980
+ address?: string | undefined;
8981
+ symbol?: string | undefined;
8982
+ name?: string | undefined;
8983
+ decimals?: number | undefined;
8984
+ metadata?: {
8985
+ logoURI?: string | undefined;
8986
+ verified?: boolean | undefined;
8987
+ isNative?: boolean | undefined;
8988
+ } | undefined;
8989
+ } | undefined;
8990
+ amount?: string | undefined;
8991
+ amountFormatted?: string | undefined;
8992
+ amountUsd?: string | undefined;
8993
+ minimumAmount?: string | undefined;
8994
+ } | undefined;
8995
+ outputCurrency?: {
8996
+ currency?: {
8997
+ chainId?: number | undefined;
8998
+ address?: string | undefined;
8999
+ symbol?: string | undefined;
9000
+ name?: string | undefined;
9001
+ decimals?: number | undefined;
9002
+ metadata?: {
9003
+ logoURI?: string | undefined;
9004
+ verified?: boolean | undefined;
9005
+ isNative?: boolean | undefined;
9006
+ } | undefined;
9007
+ } | undefined;
9008
+ amount?: string | undefined;
9009
+ amountFormatted?: string | undefined;
9010
+ amountUsd?: string | undefined;
9011
+ minimumAmount?: string | undefined;
9012
+ } | undefined;
9013
+ } | null | undefined;
7998
9014
  refundCurrencyData?: {
7999
9015
  currency?: {
8000
9016
  chainId?: number | undefined;
@@ -8105,6 +9121,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8105
9121
  updatedAt?: string | undefined;
8106
9122
  }[] | undefined;
8107
9123
  continuation?: string | undefined;
9124
+ total?: number | undefined;
8108
9125
  }, unknown>, Error>>;
8109
9126
  fetchPreviousPage: (options?: import("@tanstack/react-query").FetchPreviousPageOptions | undefined) => Promise<import("@tanstack/react-query").InfiniteQueryObserverResult<InfiniteData<{
8110
9127
  requests?: {
@@ -8114,15 +9131,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8114
9131
  recipient?: string | undefined;
8115
9132
  sender?: string | null | undefined;
8116
9133
  refundTo?: string | null | undefined;
9134
+ supersededByRequestId?: string | null | undefined;
8117
9135
  depositAddress?: {
8118
9136
  address?: string | undefined;
8119
9137
  type?: "strict" | "open" | undefined;
8120
9138
  depositor?: string | null | undefined;
8121
9139
  depositTxHash?: string | null | undefined;
9140
+ recoveryAddress?: string | null | undefined;
8122
9141
  } | null | undefined;
8123
9142
  data?: {
8124
9143
  slippageTolerance?: string | undefined;
8125
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
9144
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
8126
9145
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
8127
9146
  failedTxHash?: string | undefined;
8128
9147
  failedTxBlockNumber?: number | undefined;
@@ -8188,7 +9207,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8188
9207
  } | undefined;
8189
9208
  feeSponsorship?: {
8190
9209
  quoted?: {
8191
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
9210
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
8192
9211
  maxSubsidizationAmount?: string | undefined;
8193
9212
  capHit: boolean;
8194
9213
  components: {
@@ -8276,6 +9295,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8276
9295
  minimumAmount?: string | undefined;
8277
9296
  };
8278
9297
  };
9298
+ rent: {
9299
+ selected: boolean;
9300
+ total: {
9301
+ amount?: string | undefined;
9302
+ amountFormatted?: string | undefined;
9303
+ amountUsd?: string | undefined;
9304
+ minimumAmount?: string | undefined;
9305
+ };
9306
+ sponsored: {
9307
+ amount?: string | undefined;
9308
+ amountFormatted?: string | undefined;
9309
+ amountUsd?: string | undefined;
9310
+ minimumAmount?: string | undefined;
9311
+ };
9312
+ userPays: {
9313
+ amount?: string | undefined;
9314
+ amountFormatted?: string | undefined;
9315
+ amountUsd?: string | undefined;
9316
+ minimumAmount?: string | undefined;
9317
+ };
9318
+ };
8279
9319
  };
8280
9320
  sponsoredTotal: {
8281
9321
  amount?: string | undefined;
@@ -8291,7 +9331,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8291
9331
  };
8292
9332
  } | undefined;
8293
9333
  actual?: {
8294
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
9334
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
8295
9335
  maxSubsidizationAmount?: string | undefined;
8296
9336
  capHit: boolean;
8297
9337
  components: {
@@ -8379,6 +9419,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8379
9419
  minimumAmount?: string | undefined;
8380
9420
  };
8381
9421
  };
9422
+ rent: {
9423
+ selected: boolean;
9424
+ total: {
9425
+ amount?: string | undefined;
9426
+ amountFormatted?: string | undefined;
9427
+ amountUsd?: string | undefined;
9428
+ minimumAmount?: string | undefined;
9429
+ };
9430
+ sponsored: {
9431
+ amount?: string | undefined;
9432
+ amountFormatted?: string | undefined;
9433
+ amountUsd?: string | undefined;
9434
+ minimumAmount?: string | undefined;
9435
+ };
9436
+ userPays: {
9437
+ amount?: string | undefined;
9438
+ amountFormatted?: string | undefined;
9439
+ amountUsd?: string | undefined;
9440
+ minimumAmount?: string | undefined;
9441
+ };
9442
+ };
8382
9443
  };
8383
9444
  sponsoredTotal: {
8384
9445
  amount?: string | undefined;
@@ -8665,6 +9726,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8665
9726
  rate?: string | undefined;
8666
9727
  } | null | undefined;
8667
9728
  } | null | undefined;
9729
+ quoteOraclePrice?: {
9730
+ rate?: string | undefined;
9731
+ observedAt?: string | undefined;
9732
+ inputCurrency?: {
9733
+ currency?: {
9734
+ chainId?: number | undefined;
9735
+ address?: string | undefined;
9736
+ symbol?: string | undefined;
9737
+ name?: string | undefined;
9738
+ decimals?: number | undefined;
9739
+ metadata?: {
9740
+ logoURI?: string | undefined;
9741
+ verified?: boolean | undefined;
9742
+ isNative?: boolean | undefined;
9743
+ } | undefined;
9744
+ } | undefined;
9745
+ amount?: string | undefined;
9746
+ amountFormatted?: string | undefined;
9747
+ amountUsd?: string | undefined;
9748
+ minimumAmount?: string | undefined;
9749
+ } | undefined;
9750
+ outputCurrency?: {
9751
+ currency?: {
9752
+ chainId?: number | undefined;
9753
+ address?: string | undefined;
9754
+ symbol?: string | undefined;
9755
+ name?: string | undefined;
9756
+ decimals?: number | undefined;
9757
+ metadata?: {
9758
+ logoURI?: string | undefined;
9759
+ verified?: boolean | undefined;
9760
+ isNative?: boolean | undefined;
9761
+ } | undefined;
9762
+ } | undefined;
9763
+ amount?: string | undefined;
9764
+ amountFormatted?: string | undefined;
9765
+ amountUsd?: string | undefined;
9766
+ minimumAmount?: string | undefined;
9767
+ } | undefined;
9768
+ } | null | undefined;
8668
9769
  refundCurrencyData?: {
8669
9770
  currency?: {
8670
9771
  chainId?: number | undefined;
@@ -8775,6 +9876,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8775
9876
  updatedAt?: string | undefined;
8776
9877
  }[] | undefined;
8777
9878
  continuation?: string | undefined;
9879
+ total?: number | undefined;
8778
9880
  }, unknown>, Error>>;
8779
9881
  hasNextPage: boolean;
8780
9882
  hasPreviousPage: boolean;
@@ -8800,15 +9902,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8800
9902
  recipient?: string | undefined;
8801
9903
  sender?: string | null | undefined;
8802
9904
  refundTo?: string | null | undefined;
9905
+ supersededByRequestId?: string | null | undefined;
8803
9906
  depositAddress?: {
8804
9907
  address?: string | undefined;
8805
9908
  type?: "strict" | "open" | undefined;
8806
9909
  depositor?: string | null | undefined;
8807
9910
  depositTxHash?: string | null | undefined;
9911
+ recoveryAddress?: string | null | undefined;
8808
9912
  } | null | undefined;
8809
9913
  data?: {
8810
9914
  slippageTolerance?: string | undefined;
8811
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
9915
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
8812
9916
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
8813
9917
  failedTxHash?: string | undefined;
8814
9918
  failedTxBlockNumber?: number | undefined;
@@ -8874,7 +9978,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8874
9978
  } | undefined;
8875
9979
  feeSponsorship?: {
8876
9980
  quoted?: {
8877
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
9981
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
8878
9982
  maxSubsidizationAmount?: string | undefined;
8879
9983
  capHit: boolean;
8880
9984
  components: {
@@ -8962,6 +10066,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8962
10066
  minimumAmount?: string | undefined;
8963
10067
  };
8964
10068
  };
10069
+ rent: {
10070
+ selected: boolean;
10071
+ total: {
10072
+ amount?: string | undefined;
10073
+ amountFormatted?: string | undefined;
10074
+ amountUsd?: string | undefined;
10075
+ minimumAmount?: string | undefined;
10076
+ };
10077
+ sponsored: {
10078
+ amount?: string | undefined;
10079
+ amountFormatted?: string | undefined;
10080
+ amountUsd?: string | undefined;
10081
+ minimumAmount?: string | undefined;
10082
+ };
10083
+ userPays: {
10084
+ amount?: string | undefined;
10085
+ amountFormatted?: string | undefined;
10086
+ amountUsd?: string | undefined;
10087
+ minimumAmount?: string | undefined;
10088
+ };
10089
+ };
8965
10090
  };
8966
10091
  sponsoredTotal: {
8967
10092
  amount?: string | undefined;
@@ -8977,7 +10102,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8977
10102
  };
8978
10103
  } | undefined;
8979
10104
  actual?: {
8980
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
10105
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
8981
10106
  maxSubsidizationAmount?: string | undefined;
8982
10107
  capHit: boolean;
8983
10108
  components: {
@@ -9065,6 +10190,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9065
10190
  minimumAmount?: string | undefined;
9066
10191
  };
9067
10192
  };
10193
+ rent: {
10194
+ selected: boolean;
10195
+ total: {
10196
+ amount?: string | undefined;
10197
+ amountFormatted?: string | undefined;
10198
+ amountUsd?: string | undefined;
10199
+ minimumAmount?: string | undefined;
10200
+ };
10201
+ sponsored: {
10202
+ amount?: string | undefined;
10203
+ amountFormatted?: string | undefined;
10204
+ amountUsd?: string | undefined;
10205
+ minimumAmount?: string | undefined;
10206
+ };
10207
+ userPays: {
10208
+ amount?: string | undefined;
10209
+ amountFormatted?: string | undefined;
10210
+ amountUsd?: string | undefined;
10211
+ minimumAmount?: string | undefined;
10212
+ };
10213
+ };
9068
10214
  };
9069
10215
  sponsoredTotal: {
9070
10216
  amount?: string | undefined;
@@ -9351,6 +10497,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9351
10497
  rate?: string | undefined;
9352
10498
  } | null | undefined;
9353
10499
  } | null | undefined;
10500
+ quoteOraclePrice?: {
10501
+ rate?: string | undefined;
10502
+ observedAt?: string | undefined;
10503
+ inputCurrency?: {
10504
+ currency?: {
10505
+ chainId?: number | undefined;
10506
+ address?: string | undefined;
10507
+ symbol?: string | undefined;
10508
+ name?: string | undefined;
10509
+ decimals?: number | undefined;
10510
+ metadata?: {
10511
+ logoURI?: string | undefined;
10512
+ verified?: boolean | undefined;
10513
+ isNative?: boolean | undefined;
10514
+ } | undefined;
10515
+ } | undefined;
10516
+ amount?: string | undefined;
10517
+ amountFormatted?: string | undefined;
10518
+ amountUsd?: string | undefined;
10519
+ minimumAmount?: string | undefined;
10520
+ } | undefined;
10521
+ outputCurrency?: {
10522
+ currency?: {
10523
+ chainId?: number | undefined;
10524
+ address?: string | undefined;
10525
+ symbol?: string | undefined;
10526
+ name?: string | undefined;
10527
+ decimals?: number | undefined;
10528
+ metadata?: {
10529
+ logoURI?: string | undefined;
10530
+ verified?: boolean | undefined;
10531
+ isNative?: boolean | undefined;
10532
+ } | undefined;
10533
+ } | undefined;
10534
+ amount?: string | undefined;
10535
+ amountFormatted?: string | undefined;
10536
+ amountUsd?: string | undefined;
10537
+ minimumAmount?: string | undefined;
10538
+ } | undefined;
10539
+ } | null | undefined;
9354
10540
  refundCurrencyData?: {
9355
10541
  currency?: {
9356
10542
  chainId?: number | undefined;
@@ -9461,6 +10647,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9461
10647
  updatedAt?: string | undefined;
9462
10648
  }[] | undefined;
9463
10649
  continuation?: string | undefined;
10650
+ total?: number | undefined;
9464
10651
  }, unknown>, Error>>;
9465
10652
  fetchStatus: import("@tanstack/react-query").FetchStatus;
9466
10653
  promise: Promise<InfiniteData<{
@@ -9471,15 +10658,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9471
10658
  recipient?: string | undefined;
9472
10659
  sender?: string | null | undefined;
9473
10660
  refundTo?: string | null | undefined;
10661
+ supersededByRequestId?: string | null | undefined;
9474
10662
  depositAddress?: {
9475
10663
  address?: string | undefined;
9476
10664
  type?: "strict" | "open" | undefined;
9477
10665
  depositor?: string | null | undefined;
9478
10666
  depositTxHash?: string | null | undefined;
10667
+ recoveryAddress?: string | null | undefined;
9479
10668
  } | null | undefined;
9480
10669
  data?: {
9481
10670
  slippageTolerance?: string | undefined;
9482
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
10671
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
9483
10672
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
9484
10673
  failedTxHash?: string | undefined;
9485
10674
  failedTxBlockNumber?: number | undefined;
@@ -9545,7 +10734,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9545
10734
  } | undefined;
9546
10735
  feeSponsorship?: {
9547
10736
  quoted?: {
9548
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
10737
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
9549
10738
  maxSubsidizationAmount?: string | undefined;
9550
10739
  capHit: boolean;
9551
10740
  components: {
@@ -9633,6 +10822,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9633
10822
  minimumAmount?: string | undefined;
9634
10823
  };
9635
10824
  };
10825
+ rent: {
10826
+ selected: boolean;
10827
+ total: {
10828
+ amount?: string | undefined;
10829
+ amountFormatted?: string | undefined;
10830
+ amountUsd?: string | undefined;
10831
+ minimumAmount?: string | undefined;
10832
+ };
10833
+ sponsored: {
10834
+ amount?: string | undefined;
10835
+ amountFormatted?: string | undefined;
10836
+ amountUsd?: string | undefined;
10837
+ minimumAmount?: string | undefined;
10838
+ };
10839
+ userPays: {
10840
+ amount?: string | undefined;
10841
+ amountFormatted?: string | undefined;
10842
+ amountUsd?: string | undefined;
10843
+ minimumAmount?: string | undefined;
10844
+ };
10845
+ };
9636
10846
  };
9637
10847
  sponsoredTotal: {
9638
10848
  amount?: string | undefined;
@@ -9648,7 +10858,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9648
10858
  };
9649
10859
  } | undefined;
9650
10860
  actual?: {
9651
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
10861
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
9652
10862
  maxSubsidizationAmount?: string | undefined;
9653
10863
  capHit: boolean;
9654
10864
  components: {
@@ -9736,6 +10946,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9736
10946
  minimumAmount?: string | undefined;
9737
10947
  };
9738
10948
  };
10949
+ rent: {
10950
+ selected: boolean;
10951
+ total: {
10952
+ amount?: string | undefined;
10953
+ amountFormatted?: string | undefined;
10954
+ amountUsd?: string | undefined;
10955
+ minimumAmount?: string | undefined;
10956
+ };
10957
+ sponsored: {
10958
+ amount?: string | undefined;
10959
+ amountFormatted?: string | undefined;
10960
+ amountUsd?: string | undefined;
10961
+ minimumAmount?: string | undefined;
10962
+ };
10963
+ userPays: {
10964
+ amount?: string | undefined;
10965
+ amountFormatted?: string | undefined;
10966
+ amountUsd?: string | undefined;
10967
+ minimumAmount?: string | undefined;
10968
+ };
10969
+ };
9739
10970
  };
9740
10971
  sponsoredTotal: {
9741
10972
  amount?: string | undefined;
@@ -10018,9 +11249,49 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10018
11249
  amountUsd?: string | undefined;
10019
11250
  minimumAmount?: string | undefined;
10020
11251
  } | undefined;
10021
- } | null | undefined;
10022
- rate?: string | undefined;
10023
- } | null | undefined;
11252
+ } | null | undefined;
11253
+ rate?: string | undefined;
11254
+ } | null | undefined;
11255
+ } | null | undefined;
11256
+ quoteOraclePrice?: {
11257
+ rate?: string | undefined;
11258
+ observedAt?: string | undefined;
11259
+ inputCurrency?: {
11260
+ currency?: {
11261
+ chainId?: number | undefined;
11262
+ address?: string | undefined;
11263
+ symbol?: string | undefined;
11264
+ name?: string | undefined;
11265
+ decimals?: number | undefined;
11266
+ metadata?: {
11267
+ logoURI?: string | undefined;
11268
+ verified?: boolean | undefined;
11269
+ isNative?: boolean | undefined;
11270
+ } | undefined;
11271
+ } | undefined;
11272
+ amount?: string | undefined;
11273
+ amountFormatted?: string | undefined;
11274
+ amountUsd?: string | undefined;
11275
+ minimumAmount?: string | undefined;
11276
+ } | undefined;
11277
+ outputCurrency?: {
11278
+ currency?: {
11279
+ chainId?: number | undefined;
11280
+ address?: string | undefined;
11281
+ symbol?: string | undefined;
11282
+ name?: string | undefined;
11283
+ decimals?: number | undefined;
11284
+ metadata?: {
11285
+ logoURI?: string | undefined;
11286
+ verified?: boolean | undefined;
11287
+ isNative?: boolean | undefined;
11288
+ } | undefined;
11289
+ } | undefined;
11290
+ amount?: string | undefined;
11291
+ amountFormatted?: string | undefined;
11292
+ amountUsd?: string | undefined;
11293
+ minimumAmount?: string | undefined;
11294
+ } | undefined;
10024
11295
  } | null | undefined;
10025
11296
  refundCurrencyData?: {
10026
11297
  currency?: {
@@ -10132,6 +11403,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10132
11403
  updatedAt?: string | undefined;
10133
11404
  }[] | undefined;
10134
11405
  continuation?: string | undefined;
11406
+ total?: number | undefined;
10135
11407
  }, unknown>>;
10136
11408
  } | {
10137
11409
  data: {
@@ -10141,15 +11413,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10141
11413
  recipient?: string | undefined;
10142
11414
  sender?: string | null | undefined;
10143
11415
  refundTo?: string | null | undefined;
11416
+ supersededByRequestId?: string | null | undefined;
10144
11417
  depositAddress?: {
10145
11418
  address?: string | undefined;
10146
11419
  type?: "strict" | "open" | undefined;
10147
11420
  depositor?: string | null | undefined;
10148
11421
  depositTxHash?: string | null | undefined;
11422
+ recoveryAddress?: string | null | undefined;
10149
11423
  } | null | undefined;
10150
11424
  data?: {
10151
11425
  slippageTolerance?: string | undefined;
10152
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
11426
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
10153
11427
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
10154
11428
  failedTxHash?: string | undefined;
10155
11429
  failedTxBlockNumber?: number | undefined;
@@ -10215,7 +11489,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10215
11489
  } | undefined;
10216
11490
  feeSponsorship?: {
10217
11491
  quoted?: {
10218
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
11492
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
10219
11493
  maxSubsidizationAmount?: string | undefined;
10220
11494
  capHit: boolean;
10221
11495
  components: {
@@ -10303,6 +11577,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10303
11577
  minimumAmount?: string | undefined;
10304
11578
  };
10305
11579
  };
11580
+ rent: {
11581
+ selected: boolean;
11582
+ total: {
11583
+ amount?: string | undefined;
11584
+ amountFormatted?: string | undefined;
11585
+ amountUsd?: string | undefined;
11586
+ minimumAmount?: string | undefined;
11587
+ };
11588
+ sponsored: {
11589
+ amount?: string | undefined;
11590
+ amountFormatted?: string | undefined;
11591
+ amountUsd?: string | undefined;
11592
+ minimumAmount?: string | undefined;
11593
+ };
11594
+ userPays: {
11595
+ amount?: string | undefined;
11596
+ amountFormatted?: string | undefined;
11597
+ amountUsd?: string | undefined;
11598
+ minimumAmount?: string | undefined;
11599
+ };
11600
+ };
10306
11601
  };
10307
11602
  sponsoredTotal: {
10308
11603
  amount?: string | undefined;
@@ -10318,7 +11613,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10318
11613
  };
10319
11614
  } | undefined;
10320
11615
  actual?: {
10321
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
11616
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
10322
11617
  maxSubsidizationAmount?: string | undefined;
10323
11618
  capHit: boolean;
10324
11619
  components: {
@@ -10406,6 +11701,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10406
11701
  minimumAmount?: string | undefined;
10407
11702
  };
10408
11703
  };
11704
+ rent: {
11705
+ selected: boolean;
11706
+ total: {
11707
+ amount?: string | undefined;
11708
+ amountFormatted?: string | undefined;
11709
+ amountUsd?: string | undefined;
11710
+ minimumAmount?: string | undefined;
11711
+ };
11712
+ sponsored: {
11713
+ amount?: string | undefined;
11714
+ amountFormatted?: string | undefined;
11715
+ amountUsd?: string | undefined;
11716
+ minimumAmount?: string | undefined;
11717
+ };
11718
+ userPays: {
11719
+ amount?: string | undefined;
11720
+ amountFormatted?: string | undefined;
11721
+ amountUsd?: string | undefined;
11722
+ minimumAmount?: string | undefined;
11723
+ };
11724
+ };
10409
11725
  };
10410
11726
  sponsoredTotal: {
10411
11727
  amount?: string | undefined;
@@ -10692,6 +12008,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10692
12008
  rate?: string | undefined;
10693
12009
  } | null | undefined;
10694
12010
  } | null | undefined;
12011
+ quoteOraclePrice?: {
12012
+ rate?: string | undefined;
12013
+ observedAt?: string | undefined;
12014
+ inputCurrency?: {
12015
+ currency?: {
12016
+ chainId?: number | undefined;
12017
+ address?: string | undefined;
12018
+ symbol?: string | undefined;
12019
+ name?: string | undefined;
12020
+ decimals?: number | undefined;
12021
+ metadata?: {
12022
+ logoURI?: string | undefined;
12023
+ verified?: boolean | undefined;
12024
+ isNative?: boolean | undefined;
12025
+ } | undefined;
12026
+ } | undefined;
12027
+ amount?: string | undefined;
12028
+ amountFormatted?: string | undefined;
12029
+ amountUsd?: string | undefined;
12030
+ minimumAmount?: string | undefined;
12031
+ } | undefined;
12032
+ outputCurrency?: {
12033
+ currency?: {
12034
+ chainId?: number | undefined;
12035
+ address?: string | undefined;
12036
+ symbol?: string | undefined;
12037
+ name?: string | undefined;
12038
+ decimals?: number | undefined;
12039
+ metadata?: {
12040
+ logoURI?: string | undefined;
12041
+ verified?: boolean | undefined;
12042
+ isNative?: boolean | undefined;
12043
+ } | undefined;
12044
+ } | undefined;
12045
+ amount?: string | undefined;
12046
+ amountFormatted?: string | undefined;
12047
+ amountUsd?: string | undefined;
12048
+ minimumAmount?: string | undefined;
12049
+ } | undefined;
12050
+ } | null | undefined;
10695
12051
  refundCurrencyData?: {
10696
12052
  currency?: {
10697
12053
  chainId?: number | undefined;
@@ -10820,15 +12176,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10820
12176
  recipient?: string | undefined;
10821
12177
  sender?: string | null | undefined;
10822
12178
  refundTo?: string | null | undefined;
12179
+ supersededByRequestId?: string | null | undefined;
10823
12180
  depositAddress?: {
10824
12181
  address?: string | undefined;
10825
12182
  type?: "strict" | "open" | undefined;
10826
12183
  depositor?: string | null | undefined;
10827
12184
  depositTxHash?: string | null | undefined;
12185
+ recoveryAddress?: string | null | undefined;
10828
12186
  } | null | undefined;
10829
12187
  data?: {
10830
12188
  slippageTolerance?: string | undefined;
10831
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
12189
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
10832
12190
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
10833
12191
  failedTxHash?: string | undefined;
10834
12192
  failedTxBlockNumber?: number | undefined;
@@ -10894,7 +12252,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10894
12252
  } | undefined;
10895
12253
  feeSponsorship?: {
10896
12254
  quoted?: {
10897
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
12255
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
10898
12256
  maxSubsidizationAmount?: string | undefined;
10899
12257
  capHit: boolean;
10900
12258
  components: {
@@ -10982,6 +12340,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10982
12340
  minimumAmount?: string | undefined;
10983
12341
  };
10984
12342
  };
12343
+ rent: {
12344
+ selected: boolean;
12345
+ total: {
12346
+ amount?: string | undefined;
12347
+ amountFormatted?: string | undefined;
12348
+ amountUsd?: string | undefined;
12349
+ minimumAmount?: string | undefined;
12350
+ };
12351
+ sponsored: {
12352
+ amount?: string | undefined;
12353
+ amountFormatted?: string | undefined;
12354
+ amountUsd?: string | undefined;
12355
+ minimumAmount?: string | undefined;
12356
+ };
12357
+ userPays: {
12358
+ amount?: string | undefined;
12359
+ amountFormatted?: string | undefined;
12360
+ amountUsd?: string | undefined;
12361
+ minimumAmount?: string | undefined;
12362
+ };
12363
+ };
10985
12364
  };
10986
12365
  sponsoredTotal: {
10987
12366
  amount?: string | undefined;
@@ -10997,7 +12376,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10997
12376
  };
10998
12377
  } | undefined;
10999
12378
  actual?: {
11000
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
12379
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
11001
12380
  maxSubsidizationAmount?: string | undefined;
11002
12381
  capHit: boolean;
11003
12382
  components: {
@@ -11085,6 +12464,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11085
12464
  minimumAmount?: string | undefined;
11086
12465
  };
11087
12466
  };
12467
+ rent: {
12468
+ selected: boolean;
12469
+ total: {
12470
+ amount?: string | undefined;
12471
+ amountFormatted?: string | undefined;
12472
+ amountUsd?: string | undefined;
12473
+ minimumAmount?: string | undefined;
12474
+ };
12475
+ sponsored: {
12476
+ amount?: string | undefined;
12477
+ amountFormatted?: string | undefined;
12478
+ amountUsd?: string | undefined;
12479
+ minimumAmount?: string | undefined;
12480
+ };
12481
+ userPays: {
12482
+ amount?: string | undefined;
12483
+ amountFormatted?: string | undefined;
12484
+ amountUsd?: string | undefined;
12485
+ minimumAmount?: string | undefined;
12486
+ };
12487
+ };
11088
12488
  };
11089
12489
  sponsoredTotal: {
11090
12490
  amount?: string | undefined;
@@ -11371,6 +12771,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11371
12771
  rate?: string | undefined;
11372
12772
  } | null | undefined;
11373
12773
  } | null | undefined;
12774
+ quoteOraclePrice?: {
12775
+ rate?: string | undefined;
12776
+ observedAt?: string | undefined;
12777
+ inputCurrency?: {
12778
+ currency?: {
12779
+ chainId?: number | undefined;
12780
+ address?: string | undefined;
12781
+ symbol?: string | undefined;
12782
+ name?: string | undefined;
12783
+ decimals?: number | undefined;
12784
+ metadata?: {
12785
+ logoURI?: string | undefined;
12786
+ verified?: boolean | undefined;
12787
+ isNative?: boolean | undefined;
12788
+ } | undefined;
12789
+ } | undefined;
12790
+ amount?: string | undefined;
12791
+ amountFormatted?: string | undefined;
12792
+ amountUsd?: string | undefined;
12793
+ minimumAmount?: string | undefined;
12794
+ } | undefined;
12795
+ outputCurrency?: {
12796
+ currency?: {
12797
+ chainId?: number | undefined;
12798
+ address?: string | undefined;
12799
+ symbol?: string | undefined;
12800
+ name?: string | undefined;
12801
+ decimals?: number | undefined;
12802
+ metadata?: {
12803
+ logoURI?: string | undefined;
12804
+ verified?: boolean | undefined;
12805
+ isNative?: boolean | undefined;
12806
+ } | undefined;
12807
+ } | undefined;
12808
+ amount?: string | undefined;
12809
+ amountFormatted?: string | undefined;
12810
+ amountUsd?: string | undefined;
12811
+ minimumAmount?: string | undefined;
12812
+ } | undefined;
12813
+ } | null | undefined;
11374
12814
  refundCurrencyData?: {
11375
12815
  currency?: {
11376
12816
  chainId?: number | undefined;
@@ -11481,6 +12921,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11481
12921
  updatedAt?: string | undefined;
11482
12922
  }[] | undefined;
11483
12923
  continuation?: string | undefined;
12924
+ total?: number | undefined;
11484
12925
  }, unknown>, Error>>;
11485
12926
  fetchPreviousPage: (options?: import("@tanstack/react-query").FetchPreviousPageOptions | undefined) => Promise<import("@tanstack/react-query").InfiniteQueryObserverResult<InfiniteData<{
11486
12927
  requests?: {
@@ -11490,15 +12931,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11490
12931
  recipient?: string | undefined;
11491
12932
  sender?: string | null | undefined;
11492
12933
  refundTo?: string | null | undefined;
12934
+ supersededByRequestId?: string | null | undefined;
11493
12935
  depositAddress?: {
11494
12936
  address?: string | undefined;
11495
12937
  type?: "strict" | "open" | undefined;
11496
12938
  depositor?: string | null | undefined;
11497
12939
  depositTxHash?: string | null | undefined;
12940
+ recoveryAddress?: string | null | undefined;
11498
12941
  } | null | undefined;
11499
12942
  data?: {
11500
12943
  slippageTolerance?: string | undefined;
11501
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
12944
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
11502
12945
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
11503
12946
  failedTxHash?: string | undefined;
11504
12947
  failedTxBlockNumber?: number | undefined;
@@ -11564,7 +13007,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11564
13007
  } | undefined;
11565
13008
  feeSponsorship?: {
11566
13009
  quoted?: {
11567
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
13010
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
11568
13011
  maxSubsidizationAmount?: string | undefined;
11569
13012
  capHit: boolean;
11570
13013
  components: {
@@ -11652,6 +13095,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11652
13095
  minimumAmount?: string | undefined;
11653
13096
  };
11654
13097
  };
13098
+ rent: {
13099
+ selected: boolean;
13100
+ total: {
13101
+ amount?: string | undefined;
13102
+ amountFormatted?: string | undefined;
13103
+ amountUsd?: string | undefined;
13104
+ minimumAmount?: string | undefined;
13105
+ };
13106
+ sponsored: {
13107
+ amount?: string | undefined;
13108
+ amountFormatted?: string | undefined;
13109
+ amountUsd?: string | undefined;
13110
+ minimumAmount?: string | undefined;
13111
+ };
13112
+ userPays: {
13113
+ amount?: string | undefined;
13114
+ amountFormatted?: string | undefined;
13115
+ amountUsd?: string | undefined;
13116
+ minimumAmount?: string | undefined;
13117
+ };
13118
+ };
11655
13119
  };
11656
13120
  sponsoredTotal: {
11657
13121
  amount?: string | undefined;
@@ -11667,7 +13131,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11667
13131
  };
11668
13132
  } | undefined;
11669
13133
  actual?: {
11670
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
13134
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
11671
13135
  maxSubsidizationAmount?: string | undefined;
11672
13136
  capHit: boolean;
11673
13137
  components: {
@@ -11755,6 +13219,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11755
13219
  minimumAmount?: string | undefined;
11756
13220
  };
11757
13221
  };
13222
+ rent: {
13223
+ selected: boolean;
13224
+ total: {
13225
+ amount?: string | undefined;
13226
+ amountFormatted?: string | undefined;
13227
+ amountUsd?: string | undefined;
13228
+ minimumAmount?: string | undefined;
13229
+ };
13230
+ sponsored: {
13231
+ amount?: string | undefined;
13232
+ amountFormatted?: string | undefined;
13233
+ amountUsd?: string | undefined;
13234
+ minimumAmount?: string | undefined;
13235
+ };
13236
+ userPays: {
13237
+ amount?: string | undefined;
13238
+ amountFormatted?: string | undefined;
13239
+ amountUsd?: string | undefined;
13240
+ minimumAmount?: string | undefined;
13241
+ };
13242
+ };
11758
13243
  };
11759
13244
  sponsoredTotal: {
11760
13245
  amount?: string | undefined;
@@ -12041,6 +13526,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12041
13526
  rate?: string | undefined;
12042
13527
  } | null | undefined;
12043
13528
  } | null | undefined;
13529
+ quoteOraclePrice?: {
13530
+ rate?: string | undefined;
13531
+ observedAt?: string | undefined;
13532
+ inputCurrency?: {
13533
+ currency?: {
13534
+ chainId?: number | undefined;
13535
+ address?: string | undefined;
13536
+ symbol?: string | undefined;
13537
+ name?: string | undefined;
13538
+ decimals?: number | undefined;
13539
+ metadata?: {
13540
+ logoURI?: string | undefined;
13541
+ verified?: boolean | undefined;
13542
+ isNative?: boolean | undefined;
13543
+ } | undefined;
13544
+ } | undefined;
13545
+ amount?: string | undefined;
13546
+ amountFormatted?: string | undefined;
13547
+ amountUsd?: string | undefined;
13548
+ minimumAmount?: string | undefined;
13549
+ } | undefined;
13550
+ outputCurrency?: {
13551
+ currency?: {
13552
+ chainId?: number | undefined;
13553
+ address?: string | undefined;
13554
+ symbol?: string | undefined;
13555
+ name?: string | undefined;
13556
+ decimals?: number | undefined;
13557
+ metadata?: {
13558
+ logoURI?: string | undefined;
13559
+ verified?: boolean | undefined;
13560
+ isNative?: boolean | undefined;
13561
+ } | undefined;
13562
+ } | undefined;
13563
+ amount?: string | undefined;
13564
+ amountFormatted?: string | undefined;
13565
+ amountUsd?: string | undefined;
13566
+ minimumAmount?: string | undefined;
13567
+ } | undefined;
13568
+ } | null | undefined;
12044
13569
  refundCurrencyData?: {
12045
13570
  currency?: {
12046
13571
  chainId?: number | undefined;
@@ -12151,6 +13676,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12151
13676
  updatedAt?: string | undefined;
12152
13677
  }[] | undefined;
12153
13678
  continuation?: string | undefined;
13679
+ total?: number | undefined;
12154
13680
  }, unknown>, Error>>;
12155
13681
  hasNextPage: boolean;
12156
13682
  hasPreviousPage: boolean;
@@ -12176,15 +13702,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12176
13702
  recipient?: string | undefined;
12177
13703
  sender?: string | null | undefined;
12178
13704
  refundTo?: string | null | undefined;
13705
+ supersededByRequestId?: string | null | undefined;
12179
13706
  depositAddress?: {
12180
13707
  address?: string | undefined;
12181
13708
  type?: "strict" | "open" | undefined;
12182
13709
  depositor?: string | null | undefined;
12183
13710
  depositTxHash?: string | null | undefined;
13711
+ recoveryAddress?: string | null | undefined;
12184
13712
  } | null | undefined;
12185
13713
  data?: {
12186
13714
  slippageTolerance?: string | undefined;
12187
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
13715
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
12188
13716
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
12189
13717
  failedTxHash?: string | undefined;
12190
13718
  failedTxBlockNumber?: number | undefined;
@@ -12250,7 +13778,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12250
13778
  } | undefined;
12251
13779
  feeSponsorship?: {
12252
13780
  quoted?: {
12253
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
13781
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
12254
13782
  maxSubsidizationAmount?: string | undefined;
12255
13783
  capHit: boolean;
12256
13784
  components: {
@@ -12338,6 +13866,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12338
13866
  minimumAmount?: string | undefined;
12339
13867
  };
12340
13868
  };
13869
+ rent: {
13870
+ selected: boolean;
13871
+ total: {
13872
+ amount?: string | undefined;
13873
+ amountFormatted?: string | undefined;
13874
+ amountUsd?: string | undefined;
13875
+ minimumAmount?: string | undefined;
13876
+ };
13877
+ sponsored: {
13878
+ amount?: string | undefined;
13879
+ amountFormatted?: string | undefined;
13880
+ amountUsd?: string | undefined;
13881
+ minimumAmount?: string | undefined;
13882
+ };
13883
+ userPays: {
13884
+ amount?: string | undefined;
13885
+ amountFormatted?: string | undefined;
13886
+ amountUsd?: string | undefined;
13887
+ minimumAmount?: string | undefined;
13888
+ };
13889
+ };
12341
13890
  };
12342
13891
  sponsoredTotal: {
12343
13892
  amount?: string | undefined;
@@ -12353,7 +13902,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12353
13902
  };
12354
13903
  } | undefined;
12355
13904
  actual?: {
12356
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
13905
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
12357
13906
  maxSubsidizationAmount?: string | undefined;
12358
13907
  capHit: boolean;
12359
13908
  components: {
@@ -12378,7 +13927,28 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12378
13927
  minimumAmount?: string | undefined;
12379
13928
  };
12380
13929
  };
12381
- swap: {
13930
+ swap: {
13931
+ selected: boolean;
13932
+ total: {
13933
+ amount?: string | undefined;
13934
+ amountFormatted?: string | undefined;
13935
+ amountUsd?: string | undefined;
13936
+ minimumAmount?: string | undefined;
13937
+ };
13938
+ sponsored: {
13939
+ amount?: string | undefined;
13940
+ amountFormatted?: string | undefined;
13941
+ amountUsd?: string | undefined;
13942
+ minimumAmount?: string | undefined;
13943
+ };
13944
+ userPays: {
13945
+ amount?: string | undefined;
13946
+ amountFormatted?: string | undefined;
13947
+ amountUsd?: string | undefined;
13948
+ minimumAmount?: string | undefined;
13949
+ };
13950
+ };
13951
+ platform: {
12382
13952
  selected: boolean;
12383
13953
  total: {
12384
13954
  amount?: string | undefined;
@@ -12399,7 +13969,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12399
13969
  minimumAmount?: string | undefined;
12400
13970
  };
12401
13971
  };
12402
- platform: {
13972
+ app: {
12403
13973
  selected: boolean;
12404
13974
  total: {
12405
13975
  amount?: string | undefined;
@@ -12420,7 +13990,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12420
13990
  minimumAmount?: string | undefined;
12421
13991
  };
12422
13992
  };
12423
- app: {
13993
+ rent: {
12424
13994
  selected: boolean;
12425
13995
  total: {
12426
13996
  amount?: string | undefined;
@@ -12727,6 +14297,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12727
14297
  rate?: string | undefined;
12728
14298
  } | null | undefined;
12729
14299
  } | null | undefined;
14300
+ quoteOraclePrice?: {
14301
+ rate?: string | undefined;
14302
+ observedAt?: string | undefined;
14303
+ inputCurrency?: {
14304
+ currency?: {
14305
+ chainId?: number | undefined;
14306
+ address?: string | undefined;
14307
+ symbol?: string | undefined;
14308
+ name?: string | undefined;
14309
+ decimals?: number | undefined;
14310
+ metadata?: {
14311
+ logoURI?: string | undefined;
14312
+ verified?: boolean | undefined;
14313
+ isNative?: boolean | undefined;
14314
+ } | undefined;
14315
+ } | undefined;
14316
+ amount?: string | undefined;
14317
+ amountFormatted?: string | undefined;
14318
+ amountUsd?: string | undefined;
14319
+ minimumAmount?: string | undefined;
14320
+ } | undefined;
14321
+ outputCurrency?: {
14322
+ currency?: {
14323
+ chainId?: number | undefined;
14324
+ address?: string | undefined;
14325
+ symbol?: string | undefined;
14326
+ name?: string | undefined;
14327
+ decimals?: number | undefined;
14328
+ metadata?: {
14329
+ logoURI?: string | undefined;
14330
+ verified?: boolean | undefined;
14331
+ isNative?: boolean | undefined;
14332
+ } | undefined;
14333
+ } | undefined;
14334
+ amount?: string | undefined;
14335
+ amountFormatted?: string | undefined;
14336
+ amountUsd?: string | undefined;
14337
+ minimumAmount?: string | undefined;
14338
+ } | undefined;
14339
+ } | null | undefined;
12730
14340
  refundCurrencyData?: {
12731
14341
  currency?: {
12732
14342
  chainId?: number | undefined;
@@ -12837,6 +14447,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12837
14447
  updatedAt?: string | undefined;
12838
14448
  }[] | undefined;
12839
14449
  continuation?: string | undefined;
14450
+ total?: number | undefined;
12840
14451
  }, unknown>, Error>>;
12841
14452
  fetchStatus: import("@tanstack/react-query").FetchStatus;
12842
14453
  promise: Promise<InfiniteData<{
@@ -12847,15 +14458,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12847
14458
  recipient?: string | undefined;
12848
14459
  sender?: string | null | undefined;
12849
14460
  refundTo?: string | null | undefined;
14461
+ supersededByRequestId?: string | null | undefined;
12850
14462
  depositAddress?: {
12851
14463
  address?: string | undefined;
12852
14464
  type?: "strict" | "open" | undefined;
12853
14465
  depositor?: string | null | undefined;
12854
14466
  depositTxHash?: string | null | undefined;
14467
+ recoveryAddress?: string | null | undefined;
12855
14468
  } | null | undefined;
12856
14469
  data?: {
12857
14470
  slippageTolerance?: string | undefined;
12858
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
14471
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
12859
14472
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
12860
14473
  failedTxHash?: string | undefined;
12861
14474
  failedTxBlockNumber?: number | undefined;
@@ -12921,7 +14534,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12921
14534
  } | undefined;
12922
14535
  feeSponsorship?: {
12923
14536
  quoted?: {
12924
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
14537
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
12925
14538
  maxSubsidizationAmount?: string | undefined;
12926
14539
  capHit: boolean;
12927
14540
  components: {
@@ -13009,6 +14622,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13009
14622
  minimumAmount?: string | undefined;
13010
14623
  };
13011
14624
  };
14625
+ rent: {
14626
+ selected: boolean;
14627
+ total: {
14628
+ amount?: string | undefined;
14629
+ amountFormatted?: string | undefined;
14630
+ amountUsd?: string | undefined;
14631
+ minimumAmount?: string | undefined;
14632
+ };
14633
+ sponsored: {
14634
+ amount?: string | undefined;
14635
+ amountFormatted?: string | undefined;
14636
+ amountUsd?: string | undefined;
14637
+ minimumAmount?: string | undefined;
14638
+ };
14639
+ userPays: {
14640
+ amount?: string | undefined;
14641
+ amountFormatted?: string | undefined;
14642
+ amountUsd?: string | undefined;
14643
+ minimumAmount?: string | undefined;
14644
+ };
14645
+ };
13012
14646
  };
13013
14647
  sponsoredTotal: {
13014
14648
  amount?: string | undefined;
@@ -13024,7 +14658,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13024
14658
  };
13025
14659
  } | undefined;
13026
14660
  actual?: {
13027
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
14661
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
13028
14662
  maxSubsidizationAmount?: string | undefined;
13029
14663
  capHit: boolean;
13030
14664
  components: {
@@ -13112,6 +14746,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13112
14746
  minimumAmount?: string | undefined;
13113
14747
  };
13114
14748
  };
14749
+ rent: {
14750
+ selected: boolean;
14751
+ total: {
14752
+ amount?: string | undefined;
14753
+ amountFormatted?: string | undefined;
14754
+ amountUsd?: string | undefined;
14755
+ minimumAmount?: string | undefined;
14756
+ };
14757
+ sponsored: {
14758
+ amount?: string | undefined;
14759
+ amountFormatted?: string | undefined;
14760
+ amountUsd?: string | undefined;
14761
+ minimumAmount?: string | undefined;
14762
+ };
14763
+ userPays: {
14764
+ amount?: string | undefined;
14765
+ amountFormatted?: string | undefined;
14766
+ amountUsd?: string | undefined;
14767
+ minimumAmount?: string | undefined;
14768
+ };
14769
+ };
13115
14770
  };
13116
14771
  sponsoredTotal: {
13117
14772
  amount?: string | undefined;
@@ -13398,6 +15053,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13398
15053
  rate?: string | undefined;
13399
15054
  } | null | undefined;
13400
15055
  } | null | undefined;
15056
+ quoteOraclePrice?: {
15057
+ rate?: string | undefined;
15058
+ observedAt?: string | undefined;
15059
+ inputCurrency?: {
15060
+ currency?: {
15061
+ chainId?: number | undefined;
15062
+ address?: string | undefined;
15063
+ symbol?: string | undefined;
15064
+ name?: string | undefined;
15065
+ decimals?: number | undefined;
15066
+ metadata?: {
15067
+ logoURI?: string | undefined;
15068
+ verified?: boolean | undefined;
15069
+ isNative?: boolean | undefined;
15070
+ } | undefined;
15071
+ } | undefined;
15072
+ amount?: string | undefined;
15073
+ amountFormatted?: string | undefined;
15074
+ amountUsd?: string | undefined;
15075
+ minimumAmount?: string | undefined;
15076
+ } | undefined;
15077
+ outputCurrency?: {
15078
+ currency?: {
15079
+ chainId?: number | undefined;
15080
+ address?: string | undefined;
15081
+ symbol?: string | undefined;
15082
+ name?: string | undefined;
15083
+ decimals?: number | undefined;
15084
+ metadata?: {
15085
+ logoURI?: string | undefined;
15086
+ verified?: boolean | undefined;
15087
+ isNative?: boolean | undefined;
15088
+ } | undefined;
15089
+ } | undefined;
15090
+ amount?: string | undefined;
15091
+ amountFormatted?: string | undefined;
15092
+ amountUsd?: string | undefined;
15093
+ minimumAmount?: string | undefined;
15094
+ } | undefined;
15095
+ } | null | undefined;
13401
15096
  refundCurrencyData?: {
13402
15097
  currency?: {
13403
15098
  chainId?: number | undefined;
@@ -13508,6 +15203,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13508
15203
  updatedAt?: string | undefined;
13509
15204
  }[] | undefined;
13510
15205
  continuation?: string | undefined;
15206
+ total?: number | undefined;
13511
15207
  }, unknown>>;
13512
15208
  } | {
13513
15209
  data: {
@@ -13517,15 +15213,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13517
15213
  recipient?: string | undefined;
13518
15214
  sender?: string | null | undefined;
13519
15215
  refundTo?: string | null | undefined;
15216
+ supersededByRequestId?: string | null | undefined;
13520
15217
  depositAddress?: {
13521
15218
  address?: string | undefined;
13522
15219
  type?: "strict" | "open" | undefined;
13523
15220
  depositor?: string | null | undefined;
13524
15221
  depositTxHash?: string | null | undefined;
15222
+ recoveryAddress?: string | null | undefined;
13525
15223
  } | null | undefined;
13526
15224
  data?: {
13527
15225
  slippageTolerance?: string | undefined;
13528
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
15226
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
13529
15227
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
13530
15228
  failedTxHash?: string | undefined;
13531
15229
  failedTxBlockNumber?: number | undefined;
@@ -13591,7 +15289,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13591
15289
  } | undefined;
13592
15290
  feeSponsorship?: {
13593
15291
  quoted?: {
13594
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
15292
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
13595
15293
  maxSubsidizationAmount?: string | undefined;
13596
15294
  capHit: boolean;
13597
15295
  components: {
@@ -13679,6 +15377,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13679
15377
  minimumAmount?: string | undefined;
13680
15378
  };
13681
15379
  };
15380
+ rent: {
15381
+ selected: boolean;
15382
+ total: {
15383
+ amount?: string | undefined;
15384
+ amountFormatted?: string | undefined;
15385
+ amountUsd?: string | undefined;
15386
+ minimumAmount?: string | undefined;
15387
+ };
15388
+ sponsored: {
15389
+ amount?: string | undefined;
15390
+ amountFormatted?: string | undefined;
15391
+ amountUsd?: string | undefined;
15392
+ minimumAmount?: string | undefined;
15393
+ };
15394
+ userPays: {
15395
+ amount?: string | undefined;
15396
+ amountFormatted?: string | undefined;
15397
+ amountUsd?: string | undefined;
15398
+ minimumAmount?: string | undefined;
15399
+ };
15400
+ };
13682
15401
  };
13683
15402
  sponsoredTotal: {
13684
15403
  amount?: string | undefined;
@@ -13694,7 +15413,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13694
15413
  };
13695
15414
  } | undefined;
13696
15415
  actual?: {
13697
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
15416
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
13698
15417
  maxSubsidizationAmount?: string | undefined;
13699
15418
  capHit: boolean;
13700
15419
  components: {
@@ -13782,6 +15501,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13782
15501
  minimumAmount?: string | undefined;
13783
15502
  };
13784
15503
  };
15504
+ rent: {
15505
+ selected: boolean;
15506
+ total: {
15507
+ amount?: string | undefined;
15508
+ amountFormatted?: string | undefined;
15509
+ amountUsd?: string | undefined;
15510
+ minimumAmount?: string | undefined;
15511
+ };
15512
+ sponsored: {
15513
+ amount?: string | undefined;
15514
+ amountFormatted?: string | undefined;
15515
+ amountUsd?: string | undefined;
15516
+ minimumAmount?: string | undefined;
15517
+ };
15518
+ userPays: {
15519
+ amount?: string | undefined;
15520
+ amountFormatted?: string | undefined;
15521
+ amountUsd?: string | undefined;
15522
+ minimumAmount?: string | undefined;
15523
+ };
15524
+ };
13785
15525
  };
13786
15526
  sponsoredTotal: {
13787
15527
  amount?: string | undefined;
@@ -14068,6 +15808,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14068
15808
  rate?: string | undefined;
14069
15809
  } | null | undefined;
14070
15810
  } | null | undefined;
15811
+ quoteOraclePrice?: {
15812
+ rate?: string | undefined;
15813
+ observedAt?: string | undefined;
15814
+ inputCurrency?: {
15815
+ currency?: {
15816
+ chainId?: number | undefined;
15817
+ address?: string | undefined;
15818
+ symbol?: string | undefined;
15819
+ name?: string | undefined;
15820
+ decimals?: number | undefined;
15821
+ metadata?: {
15822
+ logoURI?: string | undefined;
15823
+ verified?: boolean | undefined;
15824
+ isNative?: boolean | undefined;
15825
+ } | undefined;
15826
+ } | undefined;
15827
+ amount?: string | undefined;
15828
+ amountFormatted?: string | undefined;
15829
+ amountUsd?: string | undefined;
15830
+ minimumAmount?: string | undefined;
15831
+ } | undefined;
15832
+ outputCurrency?: {
15833
+ currency?: {
15834
+ chainId?: number | undefined;
15835
+ address?: string | undefined;
15836
+ symbol?: string | undefined;
15837
+ name?: string | undefined;
15838
+ decimals?: number | undefined;
15839
+ metadata?: {
15840
+ logoURI?: string | undefined;
15841
+ verified?: boolean | undefined;
15842
+ isNative?: boolean | undefined;
15843
+ } | undefined;
15844
+ } | undefined;
15845
+ amount?: string | undefined;
15846
+ amountFormatted?: string | undefined;
15847
+ amountUsd?: string | undefined;
15848
+ minimumAmount?: string | undefined;
15849
+ } | undefined;
15850
+ } | null | undefined;
14071
15851
  refundCurrencyData?: {
14072
15852
  currency?: {
14073
15853
  chainId?: number | undefined;
@@ -14195,15 +15975,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14195
15975
  recipient?: string | undefined;
14196
15976
  sender?: string | null | undefined;
14197
15977
  refundTo?: string | null | undefined;
15978
+ supersededByRequestId?: string | null | undefined;
14198
15979
  depositAddress?: {
14199
15980
  address?: string | undefined;
14200
15981
  type?: "strict" | "open" | undefined;
14201
15982
  depositor?: string | null | undefined;
14202
15983
  depositTxHash?: string | null | undefined;
15984
+ recoveryAddress?: string | null | undefined;
14203
15985
  } | null | undefined;
14204
15986
  data?: {
14205
15987
  slippageTolerance?: string | undefined;
14206
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
15988
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
14207
15989
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
14208
15990
  failedTxHash?: string | undefined;
14209
15991
  failedTxBlockNumber?: number | undefined;
@@ -14269,7 +16051,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14269
16051
  } | undefined;
14270
16052
  feeSponsorship?: {
14271
16053
  quoted?: {
14272
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
16054
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
14273
16055
  maxSubsidizationAmount?: string | undefined;
14274
16056
  capHit: boolean;
14275
16057
  components: {
@@ -14357,6 +16139,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14357
16139
  minimumAmount?: string | undefined;
14358
16140
  };
14359
16141
  };
16142
+ rent: {
16143
+ selected: boolean;
16144
+ total: {
16145
+ amount?: string | undefined;
16146
+ amountFormatted?: string | undefined;
16147
+ amountUsd?: string | undefined;
16148
+ minimumAmount?: string | undefined;
16149
+ };
16150
+ sponsored: {
16151
+ amount?: string | undefined;
16152
+ amountFormatted?: string | undefined;
16153
+ amountUsd?: string | undefined;
16154
+ minimumAmount?: string | undefined;
16155
+ };
16156
+ userPays: {
16157
+ amount?: string | undefined;
16158
+ amountFormatted?: string | undefined;
16159
+ amountUsd?: string | undefined;
16160
+ minimumAmount?: string | undefined;
16161
+ };
16162
+ };
14360
16163
  };
14361
16164
  sponsoredTotal: {
14362
16165
  amount?: string | undefined;
@@ -14372,7 +16175,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14372
16175
  };
14373
16176
  } | undefined;
14374
16177
  actual?: {
14375
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
16178
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
14376
16179
  maxSubsidizationAmount?: string | undefined;
14377
16180
  capHit: boolean;
14378
16181
  components: {
@@ -14460,6 +16263,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14460
16263
  minimumAmount?: string | undefined;
14461
16264
  };
14462
16265
  };
16266
+ rent: {
16267
+ selected: boolean;
16268
+ total: {
16269
+ amount?: string | undefined;
16270
+ amountFormatted?: string | undefined;
16271
+ amountUsd?: string | undefined;
16272
+ minimumAmount?: string | undefined;
16273
+ };
16274
+ sponsored: {
16275
+ amount?: string | undefined;
16276
+ amountFormatted?: string | undefined;
16277
+ amountUsd?: string | undefined;
16278
+ minimumAmount?: string | undefined;
16279
+ };
16280
+ userPays: {
16281
+ amount?: string | undefined;
16282
+ amountFormatted?: string | undefined;
16283
+ amountUsd?: string | undefined;
16284
+ minimumAmount?: string | undefined;
16285
+ };
16286
+ };
14463
16287
  };
14464
16288
  sponsoredTotal: {
14465
16289
  amount?: string | undefined;
@@ -14746,6 +16570,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14746
16570
  rate?: string | undefined;
14747
16571
  } | null | undefined;
14748
16572
  } | null | undefined;
16573
+ quoteOraclePrice?: {
16574
+ rate?: string | undefined;
16575
+ observedAt?: string | undefined;
16576
+ inputCurrency?: {
16577
+ currency?: {
16578
+ chainId?: number | undefined;
16579
+ address?: string | undefined;
16580
+ symbol?: string | undefined;
16581
+ name?: string | undefined;
16582
+ decimals?: number | undefined;
16583
+ metadata?: {
16584
+ logoURI?: string | undefined;
16585
+ verified?: boolean | undefined;
16586
+ isNative?: boolean | undefined;
16587
+ } | undefined;
16588
+ } | undefined;
16589
+ amount?: string | undefined;
16590
+ amountFormatted?: string | undefined;
16591
+ amountUsd?: string | undefined;
16592
+ minimumAmount?: string | undefined;
16593
+ } | undefined;
16594
+ outputCurrency?: {
16595
+ currency?: {
16596
+ chainId?: number | undefined;
16597
+ address?: string | undefined;
16598
+ symbol?: string | undefined;
16599
+ name?: string | undefined;
16600
+ decimals?: number | undefined;
16601
+ metadata?: {
16602
+ logoURI?: string | undefined;
16603
+ verified?: boolean | undefined;
16604
+ isNative?: boolean | undefined;
16605
+ } | undefined;
16606
+ } | undefined;
16607
+ amount?: string | undefined;
16608
+ amountFormatted?: string | undefined;
16609
+ amountUsd?: string | undefined;
16610
+ minimumAmount?: string | undefined;
16611
+ } | undefined;
16612
+ } | null | undefined;
14749
16613
  refundCurrencyData?: {
14750
16614
  currency?: {
14751
16615
  chainId?: number | undefined;
@@ -14856,6 +16720,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14856
16720
  updatedAt?: string | undefined;
14857
16721
  }[] | undefined;
14858
16722
  continuation?: string | undefined;
16723
+ total?: number | undefined;
14859
16724
  }, unknown>, Error>>;
14860
16725
  fetchPreviousPage: (options?: import("@tanstack/react-query").FetchPreviousPageOptions | undefined) => Promise<import("@tanstack/react-query").InfiniteQueryObserverResult<InfiniteData<{
14861
16726
  requests?: {
@@ -14865,15 +16730,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14865
16730
  recipient?: string | undefined;
14866
16731
  sender?: string | null | undefined;
14867
16732
  refundTo?: string | null | undefined;
16733
+ supersededByRequestId?: string | null | undefined;
14868
16734
  depositAddress?: {
14869
16735
  address?: string | undefined;
14870
16736
  type?: "strict" | "open" | undefined;
14871
16737
  depositor?: string | null | undefined;
14872
16738
  depositTxHash?: string | null | undefined;
16739
+ recoveryAddress?: string | null | undefined;
14873
16740
  } | null | undefined;
14874
16741
  data?: {
14875
16742
  slippageTolerance?: string | undefined;
14876
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
16743
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
14877
16744
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
14878
16745
  failedTxHash?: string | undefined;
14879
16746
  failedTxBlockNumber?: number | undefined;
@@ -14939,7 +16806,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14939
16806
  } | undefined;
14940
16807
  feeSponsorship?: {
14941
16808
  quoted?: {
14942
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
16809
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
14943
16810
  maxSubsidizationAmount?: string | undefined;
14944
16811
  capHit: boolean;
14945
16812
  components: {
@@ -14964,7 +16831,28 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14964
16831
  minimumAmount?: string | undefined;
14965
16832
  };
14966
16833
  };
14967
- swap: {
16834
+ swap: {
16835
+ selected: boolean;
16836
+ total: {
16837
+ amount?: string | undefined;
16838
+ amountFormatted?: string | undefined;
16839
+ amountUsd?: string | undefined;
16840
+ minimumAmount?: string | undefined;
16841
+ };
16842
+ sponsored: {
16843
+ amount?: string | undefined;
16844
+ amountFormatted?: string | undefined;
16845
+ amountUsd?: string | undefined;
16846
+ minimumAmount?: string | undefined;
16847
+ };
16848
+ userPays: {
16849
+ amount?: string | undefined;
16850
+ amountFormatted?: string | undefined;
16851
+ amountUsd?: string | undefined;
16852
+ minimumAmount?: string | undefined;
16853
+ };
16854
+ };
16855
+ platform: {
14968
16856
  selected: boolean;
14969
16857
  total: {
14970
16858
  amount?: string | undefined;
@@ -14985,7 +16873,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14985
16873
  minimumAmount?: string | undefined;
14986
16874
  };
14987
16875
  };
14988
- platform: {
16876
+ app: {
14989
16877
  selected: boolean;
14990
16878
  total: {
14991
16879
  amount?: string | undefined;
@@ -15006,7 +16894,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15006
16894
  minimumAmount?: string | undefined;
15007
16895
  };
15008
16896
  };
15009
- app: {
16897
+ rent: {
15010
16898
  selected: boolean;
15011
16899
  total: {
15012
16900
  amount?: string | undefined;
@@ -15042,7 +16930,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15042
16930
  };
15043
16931
  } | undefined;
15044
16932
  actual?: {
15045
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
16933
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
15046
16934
  maxSubsidizationAmount?: string | undefined;
15047
16935
  capHit: boolean;
15048
16936
  components: {
@@ -15130,6 +17018,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15130
17018
  minimumAmount?: string | undefined;
15131
17019
  };
15132
17020
  };
17021
+ rent: {
17022
+ selected: boolean;
17023
+ total: {
17024
+ amount?: string | undefined;
17025
+ amountFormatted?: string | undefined;
17026
+ amountUsd?: string | undefined;
17027
+ minimumAmount?: string | undefined;
17028
+ };
17029
+ sponsored: {
17030
+ amount?: string | undefined;
17031
+ amountFormatted?: string | undefined;
17032
+ amountUsd?: string | undefined;
17033
+ minimumAmount?: string | undefined;
17034
+ };
17035
+ userPays: {
17036
+ amount?: string | undefined;
17037
+ amountFormatted?: string | undefined;
17038
+ amountUsd?: string | undefined;
17039
+ minimumAmount?: string | undefined;
17040
+ };
17041
+ };
15133
17042
  };
15134
17043
  sponsoredTotal: {
15135
17044
  amount?: string | undefined;
@@ -15416,6 +17325,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15416
17325
  rate?: string | undefined;
15417
17326
  } | null | undefined;
15418
17327
  } | null | undefined;
17328
+ quoteOraclePrice?: {
17329
+ rate?: string | undefined;
17330
+ observedAt?: string | undefined;
17331
+ inputCurrency?: {
17332
+ currency?: {
17333
+ chainId?: number | undefined;
17334
+ address?: string | undefined;
17335
+ symbol?: string | undefined;
17336
+ name?: string | undefined;
17337
+ decimals?: number | undefined;
17338
+ metadata?: {
17339
+ logoURI?: string | undefined;
17340
+ verified?: boolean | undefined;
17341
+ isNative?: boolean | undefined;
17342
+ } | undefined;
17343
+ } | undefined;
17344
+ amount?: string | undefined;
17345
+ amountFormatted?: string | undefined;
17346
+ amountUsd?: string | undefined;
17347
+ minimumAmount?: string | undefined;
17348
+ } | undefined;
17349
+ outputCurrency?: {
17350
+ currency?: {
17351
+ chainId?: number | undefined;
17352
+ address?: string | undefined;
17353
+ symbol?: string | undefined;
17354
+ name?: string | undefined;
17355
+ decimals?: number | undefined;
17356
+ metadata?: {
17357
+ logoURI?: string | undefined;
17358
+ verified?: boolean | undefined;
17359
+ isNative?: boolean | undefined;
17360
+ } | undefined;
17361
+ } | undefined;
17362
+ amount?: string | undefined;
17363
+ amountFormatted?: string | undefined;
17364
+ amountUsd?: string | undefined;
17365
+ minimumAmount?: string | undefined;
17366
+ } | undefined;
17367
+ } | null | undefined;
15419
17368
  refundCurrencyData?: {
15420
17369
  currency?: {
15421
17370
  chainId?: number | undefined;
@@ -15526,6 +17475,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15526
17475
  updatedAt?: string | undefined;
15527
17476
  }[] | undefined;
15528
17477
  continuation?: string | undefined;
17478
+ total?: number | undefined;
15529
17479
  }, unknown>, Error>>;
15530
17480
  hasNextPage: boolean;
15531
17481
  hasPreviousPage: boolean;
@@ -15552,15 +17502,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15552
17502
  recipient?: string | undefined;
15553
17503
  sender?: string | null | undefined;
15554
17504
  refundTo?: string | null | undefined;
17505
+ supersededByRequestId?: string | null | undefined;
15555
17506
  depositAddress?: {
15556
17507
  address?: string | undefined;
15557
17508
  type?: "strict" | "open" | undefined;
15558
17509
  depositor?: string | null | undefined;
15559
17510
  depositTxHash?: string | null | undefined;
17511
+ recoveryAddress?: string | null | undefined;
15560
17512
  } | null | undefined;
15561
17513
  data?: {
15562
17514
  slippageTolerance?: string | undefined;
15563
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
17515
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
15564
17516
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
15565
17517
  failedTxHash?: string | undefined;
15566
17518
  failedTxBlockNumber?: number | undefined;
@@ -15626,7 +17578,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15626
17578
  } | undefined;
15627
17579
  feeSponsorship?: {
15628
17580
  quoted?: {
15629
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
17581
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
15630
17582
  maxSubsidizationAmount?: string | undefined;
15631
17583
  capHit: boolean;
15632
17584
  components: {
@@ -15714,6 +17666,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15714
17666
  minimumAmount?: string | undefined;
15715
17667
  };
15716
17668
  };
17669
+ rent: {
17670
+ selected: boolean;
17671
+ total: {
17672
+ amount?: string | undefined;
17673
+ amountFormatted?: string | undefined;
17674
+ amountUsd?: string | undefined;
17675
+ minimumAmount?: string | undefined;
17676
+ };
17677
+ sponsored: {
17678
+ amount?: string | undefined;
17679
+ amountFormatted?: string | undefined;
17680
+ amountUsd?: string | undefined;
17681
+ minimumAmount?: string | undefined;
17682
+ };
17683
+ userPays: {
17684
+ amount?: string | undefined;
17685
+ amountFormatted?: string | undefined;
17686
+ amountUsd?: string | undefined;
17687
+ minimumAmount?: string | undefined;
17688
+ };
17689
+ };
15717
17690
  };
15718
17691
  sponsoredTotal: {
15719
17692
  amount?: string | undefined;
@@ -15729,7 +17702,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15729
17702
  };
15730
17703
  } | undefined;
15731
17704
  actual?: {
15732
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
17705
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
15733
17706
  maxSubsidizationAmount?: string | undefined;
15734
17707
  capHit: boolean;
15735
17708
  components: {
@@ -15817,6 +17790,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15817
17790
  minimumAmount?: string | undefined;
15818
17791
  };
15819
17792
  };
17793
+ rent: {
17794
+ selected: boolean;
17795
+ total: {
17796
+ amount?: string | undefined;
17797
+ amountFormatted?: string | undefined;
17798
+ amountUsd?: string | undefined;
17799
+ minimumAmount?: string | undefined;
17800
+ };
17801
+ sponsored: {
17802
+ amount?: string | undefined;
17803
+ amountFormatted?: string | undefined;
17804
+ amountUsd?: string | undefined;
17805
+ minimumAmount?: string | undefined;
17806
+ };
17807
+ userPays: {
17808
+ amount?: string | undefined;
17809
+ amountFormatted?: string | undefined;
17810
+ amountUsd?: string | undefined;
17811
+ minimumAmount?: string | undefined;
17812
+ };
17813
+ };
15820
17814
  };
15821
17815
  sponsoredTotal: {
15822
17816
  amount?: string | undefined;
@@ -16103,6 +18097,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16103
18097
  rate?: string | undefined;
16104
18098
  } | null | undefined;
16105
18099
  } | null | undefined;
18100
+ quoteOraclePrice?: {
18101
+ rate?: string | undefined;
18102
+ observedAt?: string | undefined;
18103
+ inputCurrency?: {
18104
+ currency?: {
18105
+ chainId?: number | undefined;
18106
+ address?: string | undefined;
18107
+ symbol?: string | undefined;
18108
+ name?: string | undefined;
18109
+ decimals?: number | undefined;
18110
+ metadata?: {
18111
+ logoURI?: string | undefined;
18112
+ verified?: boolean | undefined;
18113
+ isNative?: boolean | undefined;
18114
+ } | undefined;
18115
+ } | undefined;
18116
+ amount?: string | undefined;
18117
+ amountFormatted?: string | undefined;
18118
+ amountUsd?: string | undefined;
18119
+ minimumAmount?: string | undefined;
18120
+ } | undefined;
18121
+ outputCurrency?: {
18122
+ currency?: {
18123
+ chainId?: number | undefined;
18124
+ address?: string | undefined;
18125
+ symbol?: string | undefined;
18126
+ name?: string | undefined;
18127
+ decimals?: number | undefined;
18128
+ metadata?: {
18129
+ logoURI?: string | undefined;
18130
+ verified?: boolean | undefined;
18131
+ isNative?: boolean | undefined;
18132
+ } | undefined;
18133
+ } | undefined;
18134
+ amount?: string | undefined;
18135
+ amountFormatted?: string | undefined;
18136
+ amountUsd?: string | undefined;
18137
+ minimumAmount?: string | undefined;
18138
+ } | undefined;
18139
+ } | null | undefined;
16106
18140
  refundCurrencyData?: {
16107
18141
  currency?: {
16108
18142
  chainId?: number | undefined;
@@ -16213,6 +18247,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16213
18247
  updatedAt?: string | undefined;
16214
18248
  }[] | undefined;
16215
18249
  continuation?: string | undefined;
18250
+ total?: number | undefined;
16216
18251
  }, unknown>, Error>>;
16217
18252
  fetchStatus: import("@tanstack/react-query").FetchStatus;
16218
18253
  promise: Promise<InfiniteData<{
@@ -16223,15 +18258,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16223
18258
  recipient?: string | undefined;
16224
18259
  sender?: string | null | undefined;
16225
18260
  refundTo?: string | null | undefined;
18261
+ supersededByRequestId?: string | null | undefined;
16226
18262
  depositAddress?: {
16227
18263
  address?: string | undefined;
16228
18264
  type?: "strict" | "open" | undefined;
16229
18265
  depositor?: string | null | undefined;
16230
18266
  depositTxHash?: string | null | undefined;
18267
+ recoveryAddress?: string | null | undefined;
16231
18268
  } | null | undefined;
16232
18269
  data?: {
16233
18270
  slippageTolerance?: string | undefined;
16234
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
18271
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
16235
18272
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
16236
18273
  failedTxHash?: string | undefined;
16237
18274
  failedTxBlockNumber?: number | undefined;
@@ -16297,7 +18334,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16297
18334
  } | undefined;
16298
18335
  feeSponsorship?: {
16299
18336
  quoted?: {
16300
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
18337
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
16301
18338
  maxSubsidizationAmount?: string | undefined;
16302
18339
  capHit: boolean;
16303
18340
  components: {
@@ -16385,6 +18422,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16385
18422
  minimumAmount?: string | undefined;
16386
18423
  };
16387
18424
  };
18425
+ rent: {
18426
+ selected: boolean;
18427
+ total: {
18428
+ amount?: string | undefined;
18429
+ amountFormatted?: string | undefined;
18430
+ amountUsd?: string | undefined;
18431
+ minimumAmount?: string | undefined;
18432
+ };
18433
+ sponsored: {
18434
+ amount?: string | undefined;
18435
+ amountFormatted?: string | undefined;
18436
+ amountUsd?: string | undefined;
18437
+ minimumAmount?: string | undefined;
18438
+ };
18439
+ userPays: {
18440
+ amount?: string | undefined;
18441
+ amountFormatted?: string | undefined;
18442
+ amountUsd?: string | undefined;
18443
+ minimumAmount?: string | undefined;
18444
+ };
18445
+ };
16388
18446
  };
16389
18447
  sponsoredTotal: {
16390
18448
  amount?: string | undefined;
@@ -16400,7 +18458,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16400
18458
  };
16401
18459
  } | undefined;
16402
18460
  actual?: {
16403
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
18461
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
16404
18462
  maxSubsidizationAmount?: string | undefined;
16405
18463
  capHit: boolean;
16406
18464
  components: {
@@ -16488,6 +18546,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16488
18546
  minimumAmount?: string | undefined;
16489
18547
  };
16490
18548
  };
18549
+ rent: {
18550
+ selected: boolean;
18551
+ total: {
18552
+ amount?: string | undefined;
18553
+ amountFormatted?: string | undefined;
18554
+ amountUsd?: string | undefined;
18555
+ minimumAmount?: string | undefined;
18556
+ };
18557
+ sponsored: {
18558
+ amount?: string | undefined;
18559
+ amountFormatted?: string | undefined;
18560
+ amountUsd?: string | undefined;
18561
+ minimumAmount?: string | undefined;
18562
+ };
18563
+ userPays: {
18564
+ amount?: string | undefined;
18565
+ amountFormatted?: string | undefined;
18566
+ amountUsd?: string | undefined;
18567
+ minimumAmount?: string | undefined;
18568
+ };
18569
+ };
16491
18570
  };
16492
18571
  sponsoredTotal: {
16493
18572
  amount?: string | undefined;
@@ -16774,6 +18853,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16774
18853
  rate?: string | undefined;
16775
18854
  } | null | undefined;
16776
18855
  } | null | undefined;
18856
+ quoteOraclePrice?: {
18857
+ rate?: string | undefined;
18858
+ observedAt?: string | undefined;
18859
+ inputCurrency?: {
18860
+ currency?: {
18861
+ chainId?: number | undefined;
18862
+ address?: string | undefined;
18863
+ symbol?: string | undefined;
18864
+ name?: string | undefined;
18865
+ decimals?: number | undefined;
18866
+ metadata?: {
18867
+ logoURI?: string | undefined;
18868
+ verified?: boolean | undefined;
18869
+ isNative?: boolean | undefined;
18870
+ } | undefined;
18871
+ } | undefined;
18872
+ amount?: string | undefined;
18873
+ amountFormatted?: string | undefined;
18874
+ amountUsd?: string | undefined;
18875
+ minimumAmount?: string | undefined;
18876
+ } | undefined;
18877
+ outputCurrency?: {
18878
+ currency?: {
18879
+ chainId?: number | undefined;
18880
+ address?: string | undefined;
18881
+ symbol?: string | undefined;
18882
+ name?: string | undefined;
18883
+ decimals?: number | undefined;
18884
+ metadata?: {
18885
+ logoURI?: string | undefined;
18886
+ verified?: boolean | undefined;
18887
+ isNative?: boolean | undefined;
18888
+ } | undefined;
18889
+ } | undefined;
18890
+ amount?: string | undefined;
18891
+ amountFormatted?: string | undefined;
18892
+ amountUsd?: string | undefined;
18893
+ minimumAmount?: string | undefined;
18894
+ } | undefined;
18895
+ } | null | undefined;
16777
18896
  refundCurrencyData?: {
16778
18897
  currency?: {
16779
18898
  chainId?: number | undefined;
@@ -16884,6 +19003,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16884
19003
  updatedAt?: string | undefined;
16885
19004
  }[] | undefined;
16886
19005
  continuation?: string | undefined;
19006
+ total?: number | undefined;
16887
19007
  }, unknown>>;
16888
19008
  } | {
16889
19009
  data: {
@@ -16893,15 +19013,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16893
19013
  recipient?: string | undefined;
16894
19014
  sender?: string | null | undefined;
16895
19015
  refundTo?: string | null | undefined;
19016
+ supersededByRequestId?: string | null | undefined;
16896
19017
  depositAddress?: {
16897
19018
  address?: string | undefined;
16898
19019
  type?: "strict" | "open" | undefined;
16899
19020
  depositor?: string | null | undefined;
16900
19021
  depositTxHash?: string | null | undefined;
19022
+ recoveryAddress?: string | null | undefined;
16901
19023
  } | null | undefined;
16902
19024
  data?: {
16903
19025
  slippageTolerance?: string | undefined;
16904
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
19026
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
16905
19027
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
16906
19028
  failedTxHash?: string | undefined;
16907
19029
  failedTxBlockNumber?: number | undefined;
@@ -16967,7 +19089,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16967
19089
  } | undefined;
16968
19090
  feeSponsorship?: {
16969
19091
  quoted?: {
16970
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
19092
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
16971
19093
  maxSubsidizationAmount?: string | undefined;
16972
19094
  capHit: boolean;
16973
19095
  components: {
@@ -17055,6 +19177,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17055
19177
  minimumAmount?: string | undefined;
17056
19178
  };
17057
19179
  };
19180
+ rent: {
19181
+ selected: boolean;
19182
+ total: {
19183
+ amount?: string | undefined;
19184
+ amountFormatted?: string | undefined;
19185
+ amountUsd?: string | undefined;
19186
+ minimumAmount?: string | undefined;
19187
+ };
19188
+ sponsored: {
19189
+ amount?: string | undefined;
19190
+ amountFormatted?: string | undefined;
19191
+ amountUsd?: string | undefined;
19192
+ minimumAmount?: string | undefined;
19193
+ };
19194
+ userPays: {
19195
+ amount?: string | undefined;
19196
+ amountFormatted?: string | undefined;
19197
+ amountUsd?: string | undefined;
19198
+ minimumAmount?: string | undefined;
19199
+ };
19200
+ };
17058
19201
  };
17059
19202
  sponsoredTotal: {
17060
19203
  amount?: string | undefined;
@@ -17070,7 +19213,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17070
19213
  };
17071
19214
  } | undefined;
17072
19215
  actual?: {
17073
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
19216
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
17074
19217
  maxSubsidizationAmount?: string | undefined;
17075
19218
  capHit: boolean;
17076
19219
  components: {
@@ -17158,6 +19301,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17158
19301
  minimumAmount?: string | undefined;
17159
19302
  };
17160
19303
  };
19304
+ rent: {
19305
+ selected: boolean;
19306
+ total: {
19307
+ amount?: string | undefined;
19308
+ amountFormatted?: string | undefined;
19309
+ amountUsd?: string | undefined;
19310
+ minimumAmount?: string | undefined;
19311
+ };
19312
+ sponsored: {
19313
+ amount?: string | undefined;
19314
+ amountFormatted?: string | undefined;
19315
+ amountUsd?: string | undefined;
19316
+ minimumAmount?: string | undefined;
19317
+ };
19318
+ userPays: {
19319
+ amount?: string | undefined;
19320
+ amountFormatted?: string | undefined;
19321
+ amountUsd?: string | undefined;
19322
+ minimumAmount?: string | undefined;
19323
+ };
19324
+ };
17161
19325
  };
17162
19326
  sponsoredTotal: {
17163
19327
  amount?: string | undefined;
@@ -17444,6 +19608,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17444
19608
  rate?: string | undefined;
17445
19609
  } | null | undefined;
17446
19610
  } | null | undefined;
19611
+ quoteOraclePrice?: {
19612
+ rate?: string | undefined;
19613
+ observedAt?: string | undefined;
19614
+ inputCurrency?: {
19615
+ currency?: {
19616
+ chainId?: number | undefined;
19617
+ address?: string | undefined;
19618
+ symbol?: string | undefined;
19619
+ name?: string | undefined;
19620
+ decimals?: number | undefined;
19621
+ metadata?: {
19622
+ logoURI?: string | undefined;
19623
+ verified?: boolean | undefined;
19624
+ isNative?: boolean | undefined;
19625
+ } | undefined;
19626
+ } | undefined;
19627
+ amount?: string | undefined;
19628
+ amountFormatted?: string | undefined;
19629
+ amountUsd?: string | undefined;
19630
+ minimumAmount?: string | undefined;
19631
+ } | undefined;
19632
+ outputCurrency?: {
19633
+ currency?: {
19634
+ chainId?: number | undefined;
19635
+ address?: string | undefined;
19636
+ symbol?: string | undefined;
19637
+ name?: string | undefined;
19638
+ decimals?: number | undefined;
19639
+ metadata?: {
19640
+ logoURI?: string | undefined;
19641
+ verified?: boolean | undefined;
19642
+ isNative?: boolean | undefined;
19643
+ } | undefined;
19644
+ } | undefined;
19645
+ amount?: string | undefined;
19646
+ amountFormatted?: string | undefined;
19647
+ amountUsd?: string | undefined;
19648
+ minimumAmount?: string | undefined;
19649
+ } | undefined;
19650
+ } | null | undefined;
17447
19651
  refundCurrencyData?: {
17448
19652
  currency?: {
17449
19653
  chainId?: number | undefined;
@@ -17572,15 +19776,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17572
19776
  recipient?: string | undefined;
17573
19777
  sender?: string | null | undefined;
17574
19778
  refundTo?: string | null | undefined;
19779
+ supersededByRequestId?: string | null | undefined;
17575
19780
  depositAddress?: {
17576
19781
  address?: string | undefined;
17577
19782
  type?: "strict" | "open" | undefined;
17578
19783
  depositor?: string | null | undefined;
17579
19784
  depositTxHash?: string | null | undefined;
19785
+ recoveryAddress?: string | null | undefined;
17580
19786
  } | null | undefined;
17581
19787
  data?: {
17582
19788
  slippageTolerance?: string | undefined;
17583
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
19789
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
17584
19790
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
17585
19791
  failedTxHash?: string | undefined;
17586
19792
  failedTxBlockNumber?: number | undefined;
@@ -17646,7 +19852,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17646
19852
  } | undefined;
17647
19853
  feeSponsorship?: {
17648
19854
  quoted?: {
17649
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
19855
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
17650
19856
  maxSubsidizationAmount?: string | undefined;
17651
19857
  capHit: boolean;
17652
19858
  components: {
@@ -17734,6 +19940,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17734
19940
  minimumAmount?: string | undefined;
17735
19941
  };
17736
19942
  };
19943
+ rent: {
19944
+ selected: boolean;
19945
+ total: {
19946
+ amount?: string | undefined;
19947
+ amountFormatted?: string | undefined;
19948
+ amountUsd?: string | undefined;
19949
+ minimumAmount?: string | undefined;
19950
+ };
19951
+ sponsored: {
19952
+ amount?: string | undefined;
19953
+ amountFormatted?: string | undefined;
19954
+ amountUsd?: string | undefined;
19955
+ minimumAmount?: string | undefined;
19956
+ };
19957
+ userPays: {
19958
+ amount?: string | undefined;
19959
+ amountFormatted?: string | undefined;
19960
+ amountUsd?: string | undefined;
19961
+ minimumAmount?: string | undefined;
19962
+ };
19963
+ };
17737
19964
  };
17738
19965
  sponsoredTotal: {
17739
19966
  amount?: string | undefined;
@@ -17749,7 +19976,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17749
19976
  };
17750
19977
  } | undefined;
17751
19978
  actual?: {
17752
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
19979
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
17753
19980
  maxSubsidizationAmount?: string | undefined;
17754
19981
  capHit: boolean;
17755
19982
  components: {
@@ -17837,6 +20064,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17837
20064
  minimumAmount?: string | undefined;
17838
20065
  };
17839
20066
  };
20067
+ rent: {
20068
+ selected: boolean;
20069
+ total: {
20070
+ amount?: string | undefined;
20071
+ amountFormatted?: string | undefined;
20072
+ amountUsd?: string | undefined;
20073
+ minimumAmount?: string | undefined;
20074
+ };
20075
+ sponsored: {
20076
+ amount?: string | undefined;
20077
+ amountFormatted?: string | undefined;
20078
+ amountUsd?: string | undefined;
20079
+ minimumAmount?: string | undefined;
20080
+ };
20081
+ userPays: {
20082
+ amount?: string | undefined;
20083
+ amountFormatted?: string | undefined;
20084
+ amountUsd?: string | undefined;
20085
+ minimumAmount?: string | undefined;
20086
+ };
20087
+ };
17840
20088
  };
17841
20089
  sponsoredTotal: {
17842
20090
  amount?: string | undefined;
@@ -18123,6 +20371,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18123
20371
  rate?: string | undefined;
18124
20372
  } | null | undefined;
18125
20373
  } | null | undefined;
20374
+ quoteOraclePrice?: {
20375
+ rate?: string | undefined;
20376
+ observedAt?: string | undefined;
20377
+ inputCurrency?: {
20378
+ currency?: {
20379
+ chainId?: number | undefined;
20380
+ address?: string | undefined;
20381
+ symbol?: string | undefined;
20382
+ name?: string | undefined;
20383
+ decimals?: number | undefined;
20384
+ metadata?: {
20385
+ logoURI?: string | undefined;
20386
+ verified?: boolean | undefined;
20387
+ isNative?: boolean | undefined;
20388
+ } | undefined;
20389
+ } | undefined;
20390
+ amount?: string | undefined;
20391
+ amountFormatted?: string | undefined;
20392
+ amountUsd?: string | undefined;
20393
+ minimumAmount?: string | undefined;
20394
+ } | undefined;
20395
+ outputCurrency?: {
20396
+ currency?: {
20397
+ chainId?: number | undefined;
20398
+ address?: string | undefined;
20399
+ symbol?: string | undefined;
20400
+ name?: string | undefined;
20401
+ decimals?: number | undefined;
20402
+ metadata?: {
20403
+ logoURI?: string | undefined;
20404
+ verified?: boolean | undefined;
20405
+ isNative?: boolean | undefined;
20406
+ } | undefined;
20407
+ } | undefined;
20408
+ amount?: string | undefined;
20409
+ amountFormatted?: string | undefined;
20410
+ amountUsd?: string | undefined;
20411
+ minimumAmount?: string | undefined;
20412
+ } | undefined;
20413
+ } | null | undefined;
18126
20414
  refundCurrencyData?: {
18127
20415
  currency?: {
18128
20416
  chainId?: number | undefined;
@@ -18233,6 +20521,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18233
20521
  updatedAt?: string | undefined;
18234
20522
  }[] | undefined;
18235
20523
  continuation?: string | undefined;
20524
+ total?: number | undefined;
18236
20525
  }, unknown>, Error>>;
18237
20526
  fetchPreviousPage: (options?: import("@tanstack/react-query").FetchPreviousPageOptions | undefined) => Promise<import("@tanstack/react-query").InfiniteQueryObserverResult<InfiniteData<{
18238
20527
  requests?: {
@@ -18242,15 +20531,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18242
20531
  recipient?: string | undefined;
18243
20532
  sender?: string | null | undefined;
18244
20533
  refundTo?: string | null | undefined;
20534
+ supersededByRequestId?: string | null | undefined;
18245
20535
  depositAddress?: {
18246
20536
  address?: string | undefined;
18247
20537
  type?: "strict" | "open" | undefined;
18248
20538
  depositor?: string | null | undefined;
18249
20539
  depositTxHash?: string | null | undefined;
20540
+ recoveryAddress?: string | null | undefined;
18250
20541
  } | null | undefined;
18251
20542
  data?: {
18252
20543
  slippageTolerance?: string | undefined;
18253
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
20544
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
18254
20545
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
18255
20546
  failedTxHash?: string | undefined;
18256
20547
  failedTxBlockNumber?: number | undefined;
@@ -18316,7 +20607,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18316
20607
  } | undefined;
18317
20608
  feeSponsorship?: {
18318
20609
  quoted?: {
18319
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
20610
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
18320
20611
  maxSubsidizationAmount?: string | undefined;
18321
20612
  capHit: boolean;
18322
20613
  components: {
@@ -18404,6 +20695,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18404
20695
  minimumAmount?: string | undefined;
18405
20696
  };
18406
20697
  };
20698
+ rent: {
20699
+ selected: boolean;
20700
+ total: {
20701
+ amount?: string | undefined;
20702
+ amountFormatted?: string | undefined;
20703
+ amountUsd?: string | undefined;
20704
+ minimumAmount?: string | undefined;
20705
+ };
20706
+ sponsored: {
20707
+ amount?: string | undefined;
20708
+ amountFormatted?: string | undefined;
20709
+ amountUsd?: string | undefined;
20710
+ minimumAmount?: string | undefined;
20711
+ };
20712
+ userPays: {
20713
+ amount?: string | undefined;
20714
+ amountFormatted?: string | undefined;
20715
+ amountUsd?: string | undefined;
20716
+ minimumAmount?: string | undefined;
20717
+ };
20718
+ };
18407
20719
  };
18408
20720
  sponsoredTotal: {
18409
20721
  amount?: string | undefined;
@@ -18419,7 +20731,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18419
20731
  };
18420
20732
  } | undefined;
18421
20733
  actual?: {
18422
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
20734
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
18423
20735
  maxSubsidizationAmount?: string | undefined;
18424
20736
  capHit: boolean;
18425
20737
  components: {
@@ -18507,6 +20819,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18507
20819
  minimumAmount?: string | undefined;
18508
20820
  };
18509
20821
  };
20822
+ rent: {
20823
+ selected: boolean;
20824
+ total: {
20825
+ amount?: string | undefined;
20826
+ amountFormatted?: string | undefined;
20827
+ amountUsd?: string | undefined;
20828
+ minimumAmount?: string | undefined;
20829
+ };
20830
+ sponsored: {
20831
+ amount?: string | undefined;
20832
+ amountFormatted?: string | undefined;
20833
+ amountUsd?: string | undefined;
20834
+ minimumAmount?: string | undefined;
20835
+ };
20836
+ userPays: {
20837
+ amount?: string | undefined;
20838
+ amountFormatted?: string | undefined;
20839
+ amountUsd?: string | undefined;
20840
+ minimumAmount?: string | undefined;
20841
+ };
20842
+ };
18510
20843
  };
18511
20844
  sponsoredTotal: {
18512
20845
  amount?: string | undefined;
@@ -18793,6 +21126,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18793
21126
  rate?: string | undefined;
18794
21127
  } | null | undefined;
18795
21128
  } | null | undefined;
21129
+ quoteOraclePrice?: {
21130
+ rate?: string | undefined;
21131
+ observedAt?: string | undefined;
21132
+ inputCurrency?: {
21133
+ currency?: {
21134
+ chainId?: number | undefined;
21135
+ address?: string | undefined;
21136
+ symbol?: string | undefined;
21137
+ name?: string | undefined;
21138
+ decimals?: number | undefined;
21139
+ metadata?: {
21140
+ logoURI?: string | undefined;
21141
+ verified?: boolean | undefined;
21142
+ isNative?: boolean | undefined;
21143
+ } | undefined;
21144
+ } | undefined;
21145
+ amount?: string | undefined;
21146
+ amountFormatted?: string | undefined;
21147
+ amountUsd?: string | undefined;
21148
+ minimumAmount?: string | undefined;
21149
+ } | undefined;
21150
+ outputCurrency?: {
21151
+ currency?: {
21152
+ chainId?: number | undefined;
21153
+ address?: string | undefined;
21154
+ symbol?: string | undefined;
21155
+ name?: string | undefined;
21156
+ decimals?: number | undefined;
21157
+ metadata?: {
21158
+ logoURI?: string | undefined;
21159
+ verified?: boolean | undefined;
21160
+ isNative?: boolean | undefined;
21161
+ } | undefined;
21162
+ } | undefined;
21163
+ amount?: string | undefined;
21164
+ amountFormatted?: string | undefined;
21165
+ amountUsd?: string | undefined;
21166
+ minimumAmount?: string | undefined;
21167
+ } | undefined;
21168
+ } | null | undefined;
18796
21169
  refundCurrencyData?: {
18797
21170
  currency?: {
18798
21171
  chainId?: number | undefined;
@@ -18903,6 +21276,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18903
21276
  updatedAt?: string | undefined;
18904
21277
  }[] | undefined;
18905
21278
  continuation?: string | undefined;
21279
+ total?: number | undefined;
18906
21280
  }, unknown>, Error>>;
18907
21281
  hasNextPage: boolean;
18908
21282
  hasPreviousPage: boolean;
@@ -18928,15 +21302,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18928
21302
  recipient?: string | undefined;
18929
21303
  sender?: string | null | undefined;
18930
21304
  refundTo?: string | null | undefined;
21305
+ supersededByRequestId?: string | null | undefined;
18931
21306
  depositAddress?: {
18932
21307
  address?: string | undefined;
18933
21308
  type?: "strict" | "open" | undefined;
18934
21309
  depositor?: string | null | undefined;
18935
21310
  depositTxHash?: string | null | undefined;
21311
+ recoveryAddress?: string | null | undefined;
18936
21312
  } | null | undefined;
18937
21313
  data?: {
18938
21314
  slippageTolerance?: string | undefined;
18939
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
21315
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
18940
21316
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
18941
21317
  failedTxHash?: string | undefined;
18942
21318
  failedTxBlockNumber?: number | undefined;
@@ -19002,7 +21378,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19002
21378
  } | undefined;
19003
21379
  feeSponsorship?: {
19004
21380
  quoted?: {
19005
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
21381
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
19006
21382
  maxSubsidizationAmount?: string | undefined;
19007
21383
  capHit: boolean;
19008
21384
  components: {
@@ -19090,6 +21466,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19090
21466
  minimumAmount?: string | undefined;
19091
21467
  };
19092
21468
  };
21469
+ rent: {
21470
+ selected: boolean;
21471
+ total: {
21472
+ amount?: string | undefined;
21473
+ amountFormatted?: string | undefined;
21474
+ amountUsd?: string | undefined;
21475
+ minimumAmount?: string | undefined;
21476
+ };
21477
+ sponsored: {
21478
+ amount?: string | undefined;
21479
+ amountFormatted?: string | undefined;
21480
+ amountUsd?: string | undefined;
21481
+ minimumAmount?: string | undefined;
21482
+ };
21483
+ userPays: {
21484
+ amount?: string | undefined;
21485
+ amountFormatted?: string | undefined;
21486
+ amountUsd?: string | undefined;
21487
+ minimumAmount?: string | undefined;
21488
+ };
21489
+ };
19093
21490
  };
19094
21491
  sponsoredTotal: {
19095
21492
  amount?: string | undefined;
@@ -19105,7 +21502,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19105
21502
  };
19106
21503
  } | undefined;
19107
21504
  actual?: {
19108
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
21505
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
19109
21506
  maxSubsidizationAmount?: string | undefined;
19110
21507
  capHit: boolean;
19111
21508
  components: {
@@ -19193,6 +21590,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19193
21590
  minimumAmount?: string | undefined;
19194
21591
  };
19195
21592
  };
21593
+ rent: {
21594
+ selected: boolean;
21595
+ total: {
21596
+ amount?: string | undefined;
21597
+ amountFormatted?: string | undefined;
21598
+ amountUsd?: string | undefined;
21599
+ minimumAmount?: string | undefined;
21600
+ };
21601
+ sponsored: {
21602
+ amount?: string | undefined;
21603
+ amountFormatted?: string | undefined;
21604
+ amountUsd?: string | undefined;
21605
+ minimumAmount?: string | undefined;
21606
+ };
21607
+ userPays: {
21608
+ amount?: string | undefined;
21609
+ amountFormatted?: string | undefined;
21610
+ amountUsd?: string | undefined;
21611
+ minimumAmount?: string | undefined;
21612
+ };
21613
+ };
19196
21614
  };
19197
21615
  sponsoredTotal: {
19198
21616
  amount?: string | undefined;
@@ -19479,6 +21897,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19479
21897
  rate?: string | undefined;
19480
21898
  } | null | undefined;
19481
21899
  } | null | undefined;
21900
+ quoteOraclePrice?: {
21901
+ rate?: string | undefined;
21902
+ observedAt?: string | undefined;
21903
+ inputCurrency?: {
21904
+ currency?: {
21905
+ chainId?: number | undefined;
21906
+ address?: string | undefined;
21907
+ symbol?: string | undefined;
21908
+ name?: string | undefined;
21909
+ decimals?: number | undefined;
21910
+ metadata?: {
21911
+ logoURI?: string | undefined;
21912
+ verified?: boolean | undefined;
21913
+ isNative?: boolean | undefined;
21914
+ } | undefined;
21915
+ } | undefined;
21916
+ amount?: string | undefined;
21917
+ amountFormatted?: string | undefined;
21918
+ amountUsd?: string | undefined;
21919
+ minimumAmount?: string | undefined;
21920
+ } | undefined;
21921
+ outputCurrency?: {
21922
+ currency?: {
21923
+ chainId?: number | undefined;
21924
+ address?: string | undefined;
21925
+ symbol?: string | undefined;
21926
+ name?: string | undefined;
21927
+ decimals?: number | undefined;
21928
+ metadata?: {
21929
+ logoURI?: string | undefined;
21930
+ verified?: boolean | undefined;
21931
+ isNative?: boolean | undefined;
21932
+ } | undefined;
21933
+ } | undefined;
21934
+ amount?: string | undefined;
21935
+ amountFormatted?: string | undefined;
21936
+ amountUsd?: string | undefined;
21937
+ minimumAmount?: string | undefined;
21938
+ } | undefined;
21939
+ } | null | undefined;
19482
21940
  refundCurrencyData?: {
19483
21941
  currency?: {
19484
21942
  chainId?: number | undefined;
@@ -19589,6 +22047,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19589
22047
  updatedAt?: string | undefined;
19590
22048
  }[] | undefined;
19591
22049
  continuation?: string | undefined;
22050
+ total?: number | undefined;
19592
22051
  }, unknown>, Error>>;
19593
22052
  fetchStatus: import("@tanstack/react-query").FetchStatus;
19594
22053
  promise: Promise<InfiniteData<{
@@ -19599,15 +22058,17 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19599
22058
  recipient?: string | undefined;
19600
22059
  sender?: string | null | undefined;
19601
22060
  refundTo?: string | null | undefined;
22061
+ supersededByRequestId?: string | null | undefined;
19602
22062
  depositAddress?: {
19603
22063
  address?: string | undefined;
19604
22064
  type?: "strict" | "open" | undefined;
19605
22065
  depositor?: string | null | undefined;
19606
22066
  depositTxHash?: string | null | undefined;
22067
+ recoveryAddress?: string | null | undefined;
19607
22068
  } | null | undefined;
19608
22069
  data?: {
19609
22070
  slippageTolerance?: string | undefined;
19610
- failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "N/A" | null | undefined;
22071
+ failReason?: "UNKNOWN" | "SLIPPAGE" | "AMOUNT_TOO_LOW_TO_REFUND" | "DEPOSIT_ADDRESS_MISMATCH" | "DEPOSIT_CHAIN_MISMATCH" | "INCORRECT_DEPOSIT_CURRENCY" | "DOUBLE_SPEND" | "SOLVER_CAPACITY_EXCEEDED" | "SOLVER_BALANCE_TOO_LOW" | "DEPOSITED_AMOUNT_TOO_LOW_TO_FILL" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "NO_QUOTES" | "MISSING_REVERT_DATA" | "REVERSE_SWAP_FAILED" | "GENERATE_SWAP_FAILED" | "TOO_LITTLE_RECEIVED" | "EXECUTION_REVERTED" | "NEW_CALLDATA_INCLUDES_HIGHER_RENT_FEE" | "TRANSACTION_REVERTED" | "TRANSACTION_TOO_LARGE" | "ORIGIN_CURRENCY_MISMATCH" | "NO_INTERNAL_SWAP_ROUTES_FOUND" | "SWAP_USES_TOO_MUCH_GAS" | "INSUFFICIENT_FUNDS_FOR_RENT" | "SPONSOR_BALANCE_TOO_LOW" | "ORDER_EXPIRED" | "ORDER_IS_CANCELLED" | "TRANSFER_FROM_FAILED" | "TRANSFER_FAILED" | "SIGNATURE_EXPIRED" | "INVALID_SIGNATURE" | "INSUFFICIENT_NATIVE_TOKENS_SUPPLIED" | "TRANSFER_AMOUNT_EXCEEDS_ALLOWANCE" | "TRANSFER_AMOUNT_EXCEEDS_BALANCE" | "INVALID_SENDER" | "ACCOUNT_ABSTRACTION_INVALID_NONCE" | "ACCOUNT_ABSTRACTION_SIGNATURE_ERROR" | "SEAPORT_INEXACT_FRACTION" | "TOKEN_NOT_TRANSFERABLE" | "ZERO_SELL_AMOUNT" | "MINT_NOT_ACTIVE" | "ERC_1155_TOO_MANY_REQUESTED" | "INCORRECT_PAYMENT" | "INVALID_GAS_PRICE" | "FLUID_DEX_ERROR" | "ORDER_ALREADY_FILLED" | "SEAPORT_INVALID_FULFILLER" | "INVALID_SIGNER" | "MINT_QUANTITY_EXCEEDS_MAX_PER_WALLET" | "MINT_QUANTITY_EXCEEDS_MAX_SUPPLY" | "JUPITER_INVALID_TOKEN_ACCOUNT" | "INVALID_NONCE" | "ACCOUNT_ABSTRACTION_GAS_LIMIT" | "CONTRACT_PAUSED" | "SWAP_IMPACT_TOO_HIGH" | "INSUFFICIENT_POOL_LIQUIDITY" | "TTL_EXPIRED" | "DEPOSIT_CONFIRMATION_TIMEOUT" | "ORPHANED_DEPOSIT_REFUND" | "GASLESS_PERMIT_BALANCE_TOO_LOW" | "MANUAL_ADMIN_REFUND" | "QUOTED_GAS_LIMIT_EXCEEDED" | "DESTINATION_TOKEN_TRANSFER_REJECTED" | "DEPOSIT_REORGED" | "BLOCKED_WALLET" | "PROTOCOL_DEADLINE_EXPIRED" | "TRANSACTION_NOT_INCLUDED" | "TRANSACTION_SUBMISSION_FAILED" | "N/A" | null | undefined;
19611
22072
  refundFailReason?: "AMOUNT_TOO_LOW_TO_REFUND" | "NEGATIVE_NEW_AMOUNT_AFTER_FEES" | "SWAP_CURRENCY_NOT_ON_ORIGIN" | "REFUND_RECIPIENT_IS_VASP" | null | undefined;
19612
22073
  failedTxHash?: string | undefined;
19613
22074
  failedTxBlockNumber?: number | undefined;
@@ -19673,7 +22134,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19673
22134
  } | undefined;
19674
22135
  feeSponsorship?: {
19675
22136
  quoted?: {
19676
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
22137
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
19677
22138
  maxSubsidizationAmount?: string | undefined;
19678
22139
  capHit: boolean;
19679
22140
  components: {
@@ -19761,6 +22222,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19761
22222
  minimumAmount?: string | undefined;
19762
22223
  };
19763
22224
  };
22225
+ rent: {
22226
+ selected: boolean;
22227
+ total: {
22228
+ amount?: string | undefined;
22229
+ amountFormatted?: string | undefined;
22230
+ amountUsd?: string | undefined;
22231
+ minimumAmount?: string | undefined;
22232
+ };
22233
+ sponsored: {
22234
+ amount?: string | undefined;
22235
+ amountFormatted?: string | undefined;
22236
+ amountUsd?: string | undefined;
22237
+ minimumAmount?: string | undefined;
22238
+ };
22239
+ userPays: {
22240
+ amount?: string | undefined;
22241
+ amountFormatted?: string | undefined;
22242
+ amountUsd?: string | undefined;
22243
+ minimumAmount?: string | undefined;
22244
+ };
22245
+ };
19764
22246
  };
19765
22247
  sponsoredTotal: {
19766
22248
  amount?: string | undefined;
@@ -19776,7 +22258,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19776
22258
  };
19777
22259
  } | undefined;
19778
22260
  actual?: {
19779
- selectedComponents: ("execution" | "swap" | "platform" | "app")[];
22261
+ selectedComponents: ("execution" | "swap" | "platform" | "app" | "rent")[];
19780
22262
  maxSubsidizationAmount?: string | undefined;
19781
22263
  capHit: boolean;
19782
22264
  components: {
@@ -19864,6 +22346,27 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19864
22346
  minimumAmount?: string | undefined;
19865
22347
  };
19866
22348
  };
22349
+ rent: {
22350
+ selected: boolean;
22351
+ total: {
22352
+ amount?: string | undefined;
22353
+ amountFormatted?: string | undefined;
22354
+ amountUsd?: string | undefined;
22355
+ minimumAmount?: string | undefined;
22356
+ };
22357
+ sponsored: {
22358
+ amount?: string | undefined;
22359
+ amountFormatted?: string | undefined;
22360
+ amountUsd?: string | undefined;
22361
+ minimumAmount?: string | undefined;
22362
+ };
22363
+ userPays: {
22364
+ amount?: string | undefined;
22365
+ amountFormatted?: string | undefined;
22366
+ amountUsd?: string | undefined;
22367
+ minimumAmount?: string | undefined;
22368
+ };
22369
+ };
19867
22370
  };
19868
22371
  sponsoredTotal: {
19869
22372
  amount?: string | undefined;
@@ -20150,6 +22653,46 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
20150
22653
  rate?: string | undefined;
20151
22654
  } | null | undefined;
20152
22655
  } | null | undefined;
22656
+ quoteOraclePrice?: {
22657
+ rate?: string | undefined;
22658
+ observedAt?: string | undefined;
22659
+ inputCurrency?: {
22660
+ currency?: {
22661
+ chainId?: number | undefined;
22662
+ address?: string | undefined;
22663
+ symbol?: string | undefined;
22664
+ name?: string | undefined;
22665
+ decimals?: number | undefined;
22666
+ metadata?: {
22667
+ logoURI?: string | undefined;
22668
+ verified?: boolean | undefined;
22669
+ isNative?: boolean | undefined;
22670
+ } | undefined;
22671
+ } | undefined;
22672
+ amount?: string | undefined;
22673
+ amountFormatted?: string | undefined;
22674
+ amountUsd?: string | undefined;
22675
+ minimumAmount?: string | undefined;
22676
+ } | undefined;
22677
+ outputCurrency?: {
22678
+ currency?: {
22679
+ chainId?: number | undefined;
22680
+ address?: string | undefined;
22681
+ symbol?: string | undefined;
22682
+ name?: string | undefined;
22683
+ decimals?: number | undefined;
22684
+ metadata?: {
22685
+ logoURI?: string | undefined;
22686
+ verified?: boolean | undefined;
22687
+ isNative?: boolean | undefined;
22688
+ } | undefined;
22689
+ } | undefined;
22690
+ amount?: string | undefined;
22691
+ amountFormatted?: string | undefined;
22692
+ amountUsd?: string | undefined;
22693
+ minimumAmount?: string | undefined;
22694
+ } | undefined;
22695
+ } | null | undefined;
20153
22696
  refundCurrencyData?: {
20154
22697
  currency?: {
20155
22698
  chainId?: number | undefined;
@@ -20260,6 +22803,7 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
20260
22803
  updatedAt?: string | undefined;
20261
22804
  }[] | undefined;
20262
22805
  continuation?: string | undefined;
22806
+ total?: number | undefined;
20263
22807
  }, unknown>>;
20264
22808
  };
20265
22809
  export {};