@coinbase/cdp-sdk 1.10.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +137 -0
  3. package/_cjs/accounts/evm/toEvmServerAccount.js +32 -0
  4. package/_cjs/accounts/evm/toEvmServerAccount.js.map +1 -1
  5. package/_cjs/accounts/evm/toEvmSmartAccount.js +18 -0
  6. package/_cjs/accounts/evm/toEvmSmartAccount.js.map +1 -1
  7. package/_cjs/actions/evm/fund/Quote.js +63 -0
  8. package/_cjs/actions/evm/fund/Quote.js.map +1 -0
  9. package/_cjs/actions/evm/fund/fund.js +49 -0
  10. package/_cjs/actions/evm/fund/fund.js.map +1 -0
  11. package/_cjs/actions/evm/fund/quoteFund.js +46 -0
  12. package/_cjs/actions/evm/fund/quoteFund.js.map +1 -0
  13. package/_cjs/actions/evm/fund/types.js +3 -0
  14. package/_cjs/actions/evm/fund/types.js.map +1 -0
  15. package/_cjs/actions/evm/fund/waitForFundOperationReceipt.js +64 -0
  16. package/_cjs/actions/evm/fund/waitForFundOperationReceipt.js.map +1 -0
  17. package/_cjs/actions/evm/swap/createSwapQuote.js +126 -0
  18. package/_cjs/actions/evm/swap/createSwapQuote.js.map +1 -0
  19. package/_cjs/actions/evm/swap/getSwapPrice.js +86 -0
  20. package/_cjs/actions/evm/swap/getSwapPrice.js.map +1 -0
  21. package/_cjs/actions/evm/swap/sendSwapTransaction.js +141 -0
  22. package/_cjs/actions/evm/swap/sendSwapTransaction.js.map +1 -0
  23. package/_cjs/actions/evm/swap/types.js +3 -0
  24. package/_cjs/actions/evm/swap/types.js.map +1 -0
  25. package/_cjs/client/evm/evm.js +47 -1
  26. package/_cjs/client/evm/evm.js.map +1 -1
  27. package/_cjs/client/solana/solana.js +4 -1
  28. package/_cjs/client/solana/solana.js.map +1 -1
  29. package/_cjs/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js +45 -1
  30. package/_cjs/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js.map +1 -1
  31. package/_cjs/openapi-client/generated/evm-swaps/evm-swaps.js +26 -0
  32. package/_cjs/openapi-client/generated/evm-swaps/evm-swaps.js.map +1 -0
  33. package/_cjs/openapi-client/generated/evm-swaps/evm-swaps.msw.js +179 -0
  34. package/_cjs/openapi-client/generated/evm-swaps/evm-swaps.msw.js.map +1 -0
  35. package/_cjs/openapi-client/generated/index.msw.js +5 -3
  36. package/_cjs/openapi-client/generated/index.msw.js.map +1 -1
  37. package/_cjs/openapi-client/generated/payments-alpha/payments-alpha.js +50 -0
  38. package/_cjs/openapi-client/generated/payments-alpha/payments-alpha.js.map +1 -0
  39. package/_cjs/openapi-client/generated/payments-alpha/payments-alpha.msw.js +270 -0
  40. package/_cjs/openapi-client/generated/payments-alpha/payments-alpha.msw.js.map +1 -0
  41. package/_cjs/openapi-client/index.js +7 -0
  42. package/_cjs/openapi-client/index.js.map +1 -1
  43. package/_cjs/version.js +1 -1
  44. package/_esm/accounts/evm/toEvmServerAccount.js +32 -0
  45. package/_esm/accounts/evm/toEvmServerAccount.js.map +1 -1
  46. package/_esm/accounts/evm/toEvmSmartAccount.js +18 -0
  47. package/_esm/accounts/evm/toEvmSmartAccount.js.map +1 -1
  48. package/_esm/actions/evm/fund/Quote.js +59 -0
  49. package/_esm/actions/evm/fund/Quote.js.map +1 -0
  50. package/_esm/actions/evm/fund/fund.js +46 -0
  51. package/_esm/actions/evm/fund/fund.js.map +1 -0
  52. package/_esm/actions/evm/fund/quoteFund.js +43 -0
  53. package/_esm/actions/evm/fund/quoteFund.js.map +1 -0
  54. package/_esm/actions/evm/fund/types.js +2 -0
  55. package/_esm/actions/evm/fund/types.js.map +1 -0
  56. package/_esm/actions/evm/fund/waitForFundOperationReceipt.js +61 -0
  57. package/_esm/actions/evm/fund/waitForFundOperationReceipt.js.map +1 -0
  58. package/_esm/actions/evm/swap/createSwapQuote.js +123 -0
  59. package/_esm/actions/evm/swap/createSwapQuote.js.map +1 -0
  60. package/_esm/actions/evm/swap/getSwapPrice.js +83 -0
  61. package/_esm/actions/evm/swap/getSwapPrice.js.map +1 -0
  62. package/_esm/actions/evm/swap/sendSwapTransaction.js +138 -0
  63. package/_esm/actions/evm/swap/sendSwapTransaction.js.map +1 -0
  64. package/_esm/actions/evm/swap/types.js +2 -0
  65. package/_esm/actions/evm/swap/types.js.map +1 -0
  66. package/_esm/client/evm/evm.js +47 -1
  67. package/_esm/client/evm/evm.js.map +1 -1
  68. package/_esm/client/solana/solana.js +4 -1
  69. package/_esm/client/solana/solana.js.map +1 -1
  70. package/_esm/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js +44 -0
  71. package/_esm/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js.map +1 -1
  72. package/_esm/openapi-client/generated/evm-swaps/evm-swaps.js +21 -0
  73. package/_esm/openapi-client/generated/evm-swaps/evm-swaps.js.map +1 -0
  74. package/_esm/openapi-client/generated/evm-swaps/evm-swaps.msw.js +167 -0
  75. package/_esm/openapi-client/generated/evm-swaps/evm-swaps.msw.js.map +1 -0
  76. package/_esm/openapi-client/generated/index.msw.js +5 -3
  77. package/_esm/openapi-client/generated/index.msw.js.map +1 -1
  78. package/_esm/openapi-client/generated/payments-alpha/payments-alpha.js +42 -0
  79. package/_esm/openapi-client/generated/payments-alpha/payments-alpha.js.map +1 -0
  80. package/_esm/openapi-client/generated/payments-alpha/payments-alpha.msw.js +250 -0
  81. package/_esm/openapi-client/generated/payments-alpha/payments-alpha.msw.js.map +1 -0
  82. package/_esm/openapi-client/index.js +7 -0
  83. package/_esm/openapi-client/index.js.map +1 -1
  84. package/_esm/version.js +1 -1
  85. package/_types/accounts/evm/toEvmServerAccount.d.ts.map +1 -1
  86. package/_types/accounts/evm/toEvmSmartAccount.d.ts.map +1 -1
  87. package/_types/accounts/evm/types.d.ts +1 -2
  88. package/_types/accounts/evm/types.d.ts.map +1 -1
  89. package/_types/actions/evm/fund/Quote.d.ts +51 -0
  90. package/_types/actions/evm/fund/Quote.d.ts.map +1 -0
  91. package/_types/actions/evm/fund/fund.d.ts +25 -0
  92. package/_types/actions/evm/fund/fund.d.ts.map +1 -0
  93. package/_types/actions/evm/fund/quoteFund.d.ts +25 -0
  94. package/_types/actions/evm/fund/quoteFund.d.ts.map +1 -0
  95. package/_types/actions/evm/fund/types.d.ts +16 -0
  96. package/_types/actions/evm/fund/types.d.ts.map +1 -0
  97. package/_types/actions/evm/fund/waitForFundOperationReceipt.d.ts +68 -0
  98. package/_types/actions/evm/fund/waitForFundOperationReceipt.d.ts.map +1 -0
  99. package/_types/actions/evm/swap/createSwapQuote.d.ts +23 -0
  100. package/_types/actions/evm/swap/createSwapQuote.d.ts.map +1 -0
  101. package/_types/actions/evm/swap/getSwapPrice.d.ts +23 -0
  102. package/_types/actions/evm/swap/getSwapPrice.d.ts.map +1 -0
  103. package/_types/actions/evm/swap/sendSwapTransaction.d.ts +64 -0
  104. package/_types/actions/evm/swap/sendSwapTransaction.d.ts.map +1 -0
  105. package/_types/actions/evm/swap/types.d.ts +80 -0
  106. package/_types/actions/evm/swap/types.d.ts.map +1 -0
  107. package/_types/actions/evm/types.d.ts +151 -0
  108. package/_types/actions/evm/types.d.ts.map +1 -1
  109. package/_types/client/evm/evm.d.ts +39 -1
  110. package/_types/client/evm/evm.d.ts.map +1 -1
  111. package/_types/client/evm/evm.types.d.ts +209 -3
  112. package/_types/client/evm/evm.types.d.ts.map +1 -1
  113. package/_types/client/solana/solana.d.ts.map +1 -1
  114. package/_types/client/solana/solana.types.d.ts +2 -0
  115. package/_types/client/solana/solana.types.d.ts.map +1 -1
  116. package/_types/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.d.ts +547 -3
  117. package/_types/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.d.ts.map +1 -1
  118. package/_types/openapi-client/generated/evm-swaps/evm-swaps.d.ts +24 -0
  119. package/_types/openapi-client/generated/evm-swaps/evm-swaps.d.ts.map +1 -0
  120. package/_types/openapi-client/generated/evm-swaps/evm-swaps.msw.d.ts +12 -0
  121. package/_types/openapi-client/generated/evm-swaps/evm-swaps.msw.d.ts.map +1 -0
  122. package/_types/openapi-client/generated/index.msw.d.ts +5 -3
  123. package/_types/openapi-client/generated/index.msw.d.ts.map +1 -1
  124. package/_types/openapi-client/generated/payments-alpha/payments-alpha.d.ts +42 -0
  125. package/_types/openapi-client/generated/payments-alpha/payments-alpha.d.ts.map +1 -0
  126. package/_types/openapi-client/generated/payments-alpha/payments-alpha.msw.d.ts +20 -0
  127. package/_types/openapi-client/generated/payments-alpha/payments-alpha.msw.d.ts.map +1 -0
  128. package/_types/openapi-client/index.d.ts +11 -0
  129. package/_types/openapi-client/index.d.ts.map +1 -1
  130. package/_types/types/misc.d.ts +2 -2
  131. package/_types/types/misc.d.ts.map +1 -1
  132. package/_types/version.d.ts +1 -1
  133. package/accounts/evm/toEvmServerAccount.ts +47 -0
  134. package/accounts/evm/toEvmSmartAccount.ts +26 -0
  135. package/accounts/evm/types.ts +1 -2
  136. package/actions/evm/fund/Quote.ts +83 -0
  137. package/actions/evm/fund/fund.ts +76 -0
  138. package/actions/evm/fund/quoteFund.ts +81 -0
  139. package/actions/evm/fund/types.ts +16 -0
  140. package/actions/evm/fund/waitForFundOperationReceipt.ts +118 -0
  141. package/actions/evm/swap/createSwapQuote.ts +148 -0
  142. package/actions/evm/swap/getSwapPrice.ts +95 -0
  143. package/actions/evm/swap/sendSwapTransaction.ts +173 -0
  144. package/actions/evm/swap/types.ts +94 -0
  145. package/actions/evm/types.ts +161 -0
  146. package/client/evm/evm.ts +59 -1
  147. package/client/evm/evm.types.ts +227 -1
  148. package/client/solana/solana.ts +4 -1
  149. package/client/solana/solana.types.ts +2 -0
  150. package/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.ts +617 -3
  151. package/openapi-client/generated/evm-swaps/evm-swaps.msw.ts +217 -0
  152. package/openapi-client/generated/evm-swaps/evm-swaps.ts +51 -0
  153. package/openapi-client/generated/index.msw.ts +5 -3
  154. package/openapi-client/generated/payments-alpha/payments-alpha.msw.ts +369 -0
  155. package/openapi-client/generated/payments-alpha/payments-alpha.ts +96 -0
  156. package/openapi-client/index.ts +7 -0
  157. package/package.json +1 -1
  158. package/types/misc.ts +2 -2
  159. package/version.ts +1 -1
@@ -173,6 +173,254 @@ export interface EvmUserOperation {
173
173
  */
174
174
  transactionHash?: string;
175
175
  }
176
+ /**
177
+ * The network on which to perform the swap.
178
+ */
179
+ export type EvmSwapsNetwork = (typeof EvmSwapsNetwork)[keyof typeof EvmSwapsNetwork];
180
+ export declare const EvmSwapsNetwork: {
181
+ readonly base: "base";
182
+ readonly ethereum: "ethereum";
183
+ };
184
+ /**
185
+ * The 0x-prefixed contract address of the token to receive.
186
+ * @pattern ^0x[a-fA-F0-9]{40}$
187
+ */
188
+ export type ToToken = string;
189
+ /**
190
+ * The 0x-prefixed contract address of the token to send.
191
+ * @pattern ^0x[a-fA-F0-9]{40}$
192
+ */
193
+ export type FromToken = string;
194
+ /**
195
+ * The amount of the `fromToken` to send in atomic units of the token. For example, `1000000000000000000` when sending ETH equates to 1 ETH, `1000000` when sending USDC equates to 1 USDC, etc.
196
+ * @pattern ^\d+$
197
+ */
198
+ export type FromAmount = string;
199
+ /**
200
+ * The 0x-prefixed address that holds the `fromToken` balance and has the `Permit2` allowance set for the swap.
201
+ * @pattern ^0x[a-fA-F0-9]{40}$
202
+ */
203
+ export type Taker = string;
204
+ /**
205
+ * The 0x-prefixed Externally Owned Account (EOA) address that will sign the `Permit2` EIP-712 permit message. This is only needed if `taker` is a smart contract.
206
+ * @pattern ^0x[a-fA-F0-9]{40}$
207
+ */
208
+ export type SignerAddress = string;
209
+ /**
210
+ * The target gas price for the swap transaction, in Wei. For EIP-1559 transactions, this value should be seen as the `maxFeePerGas` value. If not provided, the API will use an estimate based on the current network conditions.
211
+ * @pattern ^\d+$
212
+ */
213
+ export type GasPrice = string;
214
+ /**
215
+ * The maximum acceptable slippage of the `toToken` in basis points. If this parameter is set to 0, no slippage will be tolerated. If not provided, the default slippage tolerance is 100 bps (i.e., 1%).
216
+ * @minimum 0
217
+ * @maximum 10000
218
+ */
219
+ export type SlippageBps = number;
220
+ export interface TokenFee {
221
+ /**
222
+ * The estimated amount of the fee in atomic units of the `token`. For example, `1000000000000000` if the fee is in ETH equates to 0.001 ETH, `10000` if the fee is in USDC equates to 0.01 USDC, etc.
223
+ * @pattern ^\d+$
224
+ */
225
+ amount: string;
226
+ /**
227
+ * The contract address of the token that the fee is paid in. The address `0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE` is used for the native token of the network (e.g. ETH).
228
+ * @pattern ^0x[a-fA-F0-9]{40}$
229
+ */
230
+ token: string;
231
+ }
232
+ /**
233
+ * The estimated gas fee for the swap.
234
+ * @nullable
235
+ */
236
+ export type CommonSwapResponseFeesGasFee = TokenFee | null;
237
+ /**
238
+ * The estimated protocol fee for the swap.
239
+ * @nullable
240
+ */
241
+ export type CommonSwapResponseFeesProtocolFee = TokenFee | null;
242
+ /**
243
+ * The estimated fees for the swap.
244
+ */
245
+ export type CommonSwapResponseFees = {
246
+ /**
247
+ * The estimated gas fee for the swap.
248
+ * @nullable
249
+ */
250
+ gasFee: CommonSwapResponseFeesGasFee;
251
+ /**
252
+ * The estimated protocol fee for the swap.
253
+ * @nullable
254
+ */
255
+ protocolFee: CommonSwapResponseFeesProtocolFee;
256
+ };
257
+ /**
258
+ * Details of the allowances that the taker must set in order to execute the swap successfully. Null if no allowance is required.
259
+ * @nullable
260
+ */
261
+ export type CommonSwapResponseIssuesAllowance = {
262
+ /**
263
+ * The current allowance of the `fromToken` by the `taker`.
264
+ * @pattern ^\d+$
265
+ */
266
+ currentAllowance: string;
267
+ /**
268
+ * The 0x-prefixed address of to set the allowance on.
269
+ * @pattern ^0x[a-fA-F0-9]{40}$
270
+ */
271
+ spender: string;
272
+ } | null;
273
+ /**
274
+ * Details of the balance of the `fromToken` that the `taker` must hold. Null if the `taker` has a sufficient balance.
275
+ * @nullable
276
+ */
277
+ export type CommonSwapResponseIssuesBalance = {
278
+ /**
279
+ * The 0x-prefixed contract address of the token.
280
+ * @pattern ^0x[a-fA-F0-9]{40}$
281
+ */
282
+ token: string;
283
+ /**
284
+ * The current balance of the `fromToken` by the `taker`.
285
+ * @pattern ^\d+$
286
+ */
287
+ currentBalance: string;
288
+ /**
289
+ * The amount of the token that the `taker` must hold.
290
+ * @pattern ^\d+$
291
+ */
292
+ requiredBalance: string;
293
+ } | null;
294
+ /**
295
+ * An object containing potential issues discovered during validation that could prevent the swap from being executed successfully.
296
+ */
297
+ export type CommonSwapResponseIssues = {
298
+ /**
299
+ * Details of the allowances that the taker must set in order to execute the swap successfully. Null if no allowance is required.
300
+ * @nullable
301
+ */
302
+ allowance: CommonSwapResponseIssuesAllowance;
303
+ /**
304
+ * Details of the balance of the `fromToken` that the `taker` must hold. Null if the `taker` has a sufficient balance.
305
+ * @nullable
306
+ */
307
+ balance: CommonSwapResponseIssuesBalance;
308
+ /** This is set to true when the transaction cannot be validated. This can happen when the taker has an insufficient balance of the `fromToken`. Note that this does not necessarily mean that the trade will revert. */
309
+ simulationIncomplete: boolean;
310
+ };
311
+ export interface CommonSwapResponse {
312
+ /**
313
+ * The block number at which the liquidity conditions were examined.
314
+ * @pattern ^[1-9]\d*$
315
+ */
316
+ blockNumber: string;
317
+ /**
318
+ * The amount of the `toToken` that will be received in atomic units of the `toToken`. For example, `1000000000000000000` when receiving ETH equates to 1 ETH, `1000000` when receiving USDC equates to 1 USDC, etc.
319
+ * @pattern ^(0|[1-9]\d*)$
320
+ */
321
+ toAmount: string;
322
+ /**
323
+ * The 0x-prefixed contract address of the token that will be received.
324
+ * @pattern ^0x[a-fA-F0-9]{40}$
325
+ */
326
+ toToken: string;
327
+ /** The estimated fees for the swap. */
328
+ fees: CommonSwapResponseFees;
329
+ /** An object containing potential issues discovered during validation that could prevent the swap from being executed successfully. */
330
+ issues: CommonSwapResponseIssues;
331
+ /** Whether sufficient liquidity is available to settle the swap. All other fields in the response will be empty if this is false. */
332
+ liquidityAvailable: boolean;
333
+ /**
334
+ * The minimum amount of the `toToken` that must be received for the swap to succeed, in atomic units of the `toToken`. For example, `1000000000000000000` when receiving ETH equates to 1 ETH, `1000000` when receiving USDC equates to 1 USDC, etc. This value is influenced by the `slippageBps` parameter.
335
+ * @pattern ^(0|[1-9]\d*)$
336
+ */
337
+ minToAmount: string;
338
+ /**
339
+ * The amount of the `fromToken` that will be sent in this swap, in atomic units of the `fromToken`. For example, `1000000000000000000` when sending ETH equates to 1 ETH, `1000000` when sending USDC equates to 1 USDC, etc.
340
+ * @pattern ^(0|[1-9]\d*)$
341
+ */
342
+ fromAmount: string;
343
+ /**
344
+ * The 0x-prefixed contract address of the token that will be sent.
345
+ * @pattern ^0x[a-fA-F0-9]{40}$
346
+ */
347
+ fromToken: string;
348
+ }
349
+ export type GetSwapPriceResponseAllOf = {
350
+ /**
351
+ * The estimated gas limit that should be used to send the transaction to guarantee settlement.
352
+ * @nullable
353
+ * @pattern ^\d+$
354
+ */
355
+ gas: string | null;
356
+ /**
357
+ * The gas price, in Wei, that should be used to send the transaction. For EIP-1559 transactions, this value should be seen as the `maxFeePerGas` value. The transaction should be sent with this gas price to guarantee settlement.
358
+ * @pattern ^\d+$
359
+ */
360
+ gasPrice: string;
361
+ };
362
+ export type GetSwapPriceResponse = CommonSwapResponse & GetSwapPriceResponseAllOf;
363
+ export interface SwapUnavailableResponse {
364
+ /** Whether sufficient liquidity is available to settle the swap. All other fields in the response will be empty if this is false. */
365
+ liquidityAvailable: boolean;
366
+ }
367
+ /**
368
+ * A wrapper for the response of a swap price operation.
369
+ */
370
+ export type GetSwapPriceResponseWrapper = GetSwapPriceResponse | SwapUnavailableResponse;
371
+ /**
372
+ * The approval object which contains the necessary fields to submit an approval for this transaction. Null if the `fromToken` is the native token or the transaction is a native token wrap / unwrap.
373
+ * @nullable
374
+ */
375
+ export type CreateSwapQuoteResponseAllOfPermit2 = {
376
+ /**
377
+ * The hash for the approval according to [EIP-712](https://eips.ethereum.org/EIPS/eip-712). Computing the hash of the `eip712` field should match the value of this field.
378
+ * @pattern ^0x[a-fA-F0-9]{64}$
379
+ */
380
+ hash: string;
381
+ eip712: EIP712Message;
382
+ } | null;
383
+ /**
384
+ * The details of the transaction to be signed and submitted to execute the swap.
385
+ */
386
+ export type CreateSwapQuoteResponseAllOfTransaction = {
387
+ /**
388
+ * The 0x-prefixed address of the contract to call.
389
+ * @pattern ^0x[a-fA-F0-9]{40}$
390
+ */
391
+ to: string;
392
+ /** The hex-encoded call data to send to the contract. */
393
+ data: string;
394
+ /**
395
+ * The estimated gas limit that should be used to send the transaction to guarantee settlement.
396
+ * @pattern ^\d+$
397
+ */
398
+ gas: string;
399
+ /**
400
+ * The gas price, in Wei, that should be used to send the transaction. For EIP-1559 transactions, this value should be seen as the `maxFeePerGas` value. The transaction should be sent with this gas price to guarantee settlement.
401
+ * @pattern ^\d+$
402
+ */
403
+ gasPrice: string;
404
+ /**
405
+ * The value of the transaction in Wei.
406
+ * @pattern ^\d+$
407
+ */
408
+ value: string;
409
+ };
410
+ export type CreateSwapQuoteResponseAllOf = {
411
+ /**
412
+ * The approval object which contains the necessary fields to submit an approval for this transaction. Null if the `fromToken` is the native token or the transaction is a native token wrap / unwrap.
413
+ * @nullable
414
+ */
415
+ permit2: CreateSwapQuoteResponseAllOfPermit2;
416
+ /** The details of the transaction to be signed and submitted to execute the swap. */
417
+ transaction: CreateSwapQuoteResponseAllOfTransaction;
418
+ };
419
+ export type CreateSwapQuoteResponse = CreateSwapQuoteResponseAllOf & CommonSwapResponse;
420
+ /**
421
+ * A wrapper for the response of a swap quote operation.
422
+ */
423
+ export type CreateSwapQuoteResponseWrapper = CreateSwapQuoteResponse | SwapUnavailableResponse;
176
424
  /**
177
425
  * The name of the supported EVM networks in human-readable format.
178
426
  */
@@ -284,7 +532,7 @@ export interface EvmAddressCriterion {
284
532
  }
285
533
  export type SignEvmTransactionCriteriaItem = EthValueCriterion | EvmAddressCriterion;
286
534
  /**
287
- * A schema for specifying the rejection criteria for the SignEvmTransaction operation.
535
+ * A schema for specifying criteria for the SignEvmTransaction operation.
288
536
  */
289
537
  export type SignEvmTransactionCriteria = SignEvmTransactionCriteriaItem[];
290
538
  /**
@@ -345,7 +593,7 @@ export interface EvmNetworkCriterion {
345
593
  }
346
594
  export type SendEvmTransactionCriteriaItem = EthValueCriterion | EvmAddressCriterion | EvmNetworkCriterion;
347
595
  /**
348
- * A schema for specifying the rejection criteria for the SignEvmTransaction operation.
596
+ * A schema for specifying criteria for the SignEvmTransaction operation.
349
597
  */
350
598
  export type SendEvmTransactionCriteria = SendEvmTransactionCriteriaItem[];
351
599
  /**
@@ -397,7 +645,7 @@ export interface SolAddressCriterion {
397
645
  operator: SolAddressCriterionOperator;
398
646
  }
399
647
  /**
400
- * A schema for specifying the rejection criteria for the SignSolTransaction operation.
648
+ * A schema for specifying criteria for the SignSolTransaction operation.
401
649
  */
402
650
  export type SignSolTransactionCriteria = SolAddressCriterion[];
403
651
  /**
@@ -471,6 +719,206 @@ export interface SolanaAccount {
471
719
  /** The list of policy IDs that apply to the account. This will include both the project-level policy and the account-level policy, if one exists. */
472
720
  policies?: string[];
473
721
  }
722
+ /**
723
+ * The action of the payment method.
724
+ */
725
+ export type PaymentRailAction = (typeof PaymentRailAction)[keyof typeof PaymentRailAction];
726
+ export declare const PaymentRailAction: {
727
+ readonly source: "source";
728
+ readonly target: "target";
729
+ };
730
+ /**
731
+ * The type of payment method.
732
+ */
733
+ export type PaymentMethodType = (typeof PaymentMethodType)[keyof typeof PaymentMethodType];
734
+ export declare const PaymentMethodType: {
735
+ readonly card: "card";
736
+ readonly fiat_account: "fiat_account";
737
+ };
738
+ /**
739
+ * The limit for this payment method being used as a source for transfers.
740
+ */
741
+ export type PaymentMethodLimitsSourceLimit = {
742
+ /** The amount of the limit. */
743
+ amount?: string;
744
+ /** The currency of the limit. */
745
+ currency?: string;
746
+ };
747
+ /**
748
+ * The limit for this payment method being used as a target for transfers.
749
+ */
750
+ export type PaymentMethodLimitsTargetLimit = {
751
+ /** The amount of the limit. */
752
+ amount?: string;
753
+ /** The currency of the limit. */
754
+ currency?: string;
755
+ };
756
+ /**
757
+ * The limits of the payment method.
758
+ */
759
+ export type PaymentMethodLimits = {
760
+ /** The limit for this payment method being used as a source for transfers. */
761
+ sourceLimit?: PaymentMethodLimitsSourceLimit;
762
+ /** The limit for this payment method being used as a target for transfers. */
763
+ targetLimit?: PaymentMethodLimitsTargetLimit;
764
+ };
765
+ /**
766
+ * The fiat payment method object.
767
+ */
768
+ export interface PaymentMethod {
769
+ /**
770
+ * The ID of the payment method which previously was added.
771
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
772
+ */
773
+ id: string;
774
+ /** The type of payment method. */
775
+ type: PaymentMethodType;
776
+ /** The currency of the payment method. */
777
+ currency: string;
778
+ /** The actions for the payment method. */
779
+ actions: PaymentRailAction[];
780
+ /** The limits of the payment method. */
781
+ limits?: PaymentMethodLimits;
782
+ }
783
+ /**
784
+ * The networks of the asset.
785
+ */
786
+ export type CryptoRailNetworksItem = {
787
+ /** The name of the network. */
788
+ name?: string;
789
+ /** The chain ID of the network. */
790
+ chainId?: number;
791
+ /** The contract address of the asset on the network. */
792
+ contractAddress?: string;
793
+ };
794
+ /**
795
+ * The crypto rails available.
796
+ */
797
+ export interface CryptoRail {
798
+ /** The currency symbol of the asset. */
799
+ currency: string;
800
+ /** The name of the asset. */
801
+ name: string;
802
+ /** All available networks of the asset. */
803
+ networks: CryptoRailNetworksItem[];
804
+ /** The actions for the crypto rail. */
805
+ actions: PaymentRailAction[];
806
+ }
807
+ /**
808
+ * The fiat payment method request object.
809
+ */
810
+ export interface PaymentMethodRequest {
811
+ /**
812
+ * The ID of the payment method.
813
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
814
+ */
815
+ id: string;
816
+ }
817
+ /**
818
+ * The source of the transfer.
819
+ */
820
+ export type TransferSource = PaymentMethodRequest;
821
+ /**
822
+ * The crypto rail input object which specifies the symbol, network, and address which is the source or destination wallet address.
823
+ */
824
+ export interface CryptoRailAddress {
825
+ /** The symbol of the currency of the payment rail. */
826
+ currency: string;
827
+ /** The network of the payment rail. */
828
+ network: string;
829
+ /** The address of the payment rail. This is the source or destination wallet address. It is not a contract address. */
830
+ address: string;
831
+ }
832
+ /**
833
+ * The target of the transfer.
834
+ */
835
+ export type TransferTarget = CryptoRailAddress;
836
+ /**
837
+ * The type of fee.
838
+ */
839
+ export type FeeType = (typeof FeeType)[keyof typeof FeeType];
840
+ export declare const FeeType: {
841
+ readonly exchange_fee: "exchange_fee";
842
+ readonly network_fee: "network_fee";
843
+ };
844
+ /**
845
+ * The fee for the transfer.
846
+ */
847
+ export interface Fee {
848
+ /** The type of fee. */
849
+ type: FeeType;
850
+ /** The amount of the fee. */
851
+ amount: string;
852
+ /** The currency of the fee. */
853
+ currency: string;
854
+ /** The description of the fee. */
855
+ description?: string;
856
+ }
857
+ /**
858
+ * The type of the source of the transfer.
859
+ */
860
+ export type TransferSourceType = (typeof TransferSourceType)[keyof typeof TransferSourceType];
861
+ export declare const TransferSourceType: {
862
+ readonly payment_method: "payment_method";
863
+ };
864
+ /**
865
+ * The type of the target of the transfer.
866
+ */
867
+ export type TransferTargetType = (typeof TransferTargetType)[keyof typeof TransferTargetType];
868
+ export declare const TransferTargetType: {
869
+ readonly crypto_rail: "crypto_rail";
870
+ };
871
+ /**
872
+ * The status of the transfer.
873
+ */
874
+ export type TransferStatus = (typeof TransferStatus)[keyof typeof TransferStatus];
875
+ export declare const TransferStatus: {
876
+ readonly created: "created";
877
+ readonly pending: "pending";
878
+ readonly started: "started";
879
+ readonly completed: "completed";
880
+ readonly failed: "failed";
881
+ };
882
+ /**
883
+ * The transfer object.
884
+ */
885
+ export interface Transfer {
886
+ /**
887
+ * The ID of the transfer.
888
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
889
+ */
890
+ id: string;
891
+ /** The type of the source of the transfer. */
892
+ sourceType: TransferSourceType;
893
+ /** The source of the transfer. */
894
+ source: PaymentMethodRequest;
895
+ /** The type of the target of the transfer. */
896
+ targetType: TransferTargetType;
897
+ /** The target of the transfer. */
898
+ target: CryptoRailAddress;
899
+ /** The amount the source will transfer. */
900
+ sourceAmount: string;
901
+ /** The currency the source will transfer. */
902
+ sourceCurrency: string;
903
+ /** The amount the target will receive. */
904
+ targetAmount: string;
905
+ /** The currency the target will receive. */
906
+ targetCurrency: string;
907
+ /** The amount the customer put in to transfer. */
908
+ userAmount: string;
909
+ /** The currency the customer put in to transfer. */
910
+ userCurrency: string;
911
+ /** The fees for the transfer. */
912
+ fees: Fee[];
913
+ /** The status of the transfer. */
914
+ status: TransferStatus;
915
+ /** The UTC date and time in ISO 8601 format the transfer was created. */
916
+ createdAt: string;
917
+ /** The UTC date and time in ISO 8601 format the transfer was updated. */
918
+ updatedAt: string;
919
+ /** The transaction hash or transaction signature of the transfer. */
920
+ transactionHash?: string;
921
+ }
474
922
  /**
475
923
  * Internal server error.
476
924
  */
@@ -528,6 +976,11 @@ export type CreateEvmAccountBody = {
528
976
  * @pattern ^[A-Za-z0-9][A-Za-z0-9-]{0,34}[A-Za-z0-9]$
529
977
  */
530
978
  name?: string;
979
+ /**
980
+ * The ID of the account-level policy to apply to the account.
981
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
982
+ */
983
+ accountPolicy?: string;
531
984
  };
532
985
  export type UpdateEvmAccountBody = {
533
986
  /**
@@ -639,6 +1092,55 @@ export type SendUserOperationBody = {
639
1092
  /** The hex-encoded signature of the user operation. This should be a 65-byte signature consisting of the `r`, `s`, and `v` values of the ECDSA signature. Note that the `v` value should conform to the `personal_sign` standard, which means it should be 27 or 28. */
640
1093
  signature: string;
641
1094
  };
1095
+ export type GetEvmSwapPriceParams = {
1096
+ network: EvmSwapsNetwork;
1097
+ toToken: ToToken;
1098
+ fromToken: FromToken;
1099
+ fromAmount: FromAmount;
1100
+ taker: Taker;
1101
+ signerAddress?: SignerAddress;
1102
+ gasPrice?: GasPrice;
1103
+ slippageBps?: SlippageBps;
1104
+ };
1105
+ export type CreateEvmSwapQuoteBody = {
1106
+ network: EvmSwapsNetwork;
1107
+ /**
1108
+ * The 0x-prefixed contract address of the token to receive.
1109
+ * @pattern ^0x[a-fA-F0-9]{40}$
1110
+ */
1111
+ toToken: string;
1112
+ /**
1113
+ * The 0x-prefixed contract address of the token to send.
1114
+ * @pattern ^0x[a-fA-F0-9]{40}$
1115
+ */
1116
+ fromToken: string;
1117
+ /**
1118
+ * The amount of the `fromToken` to send in atomic units of the token. For example, `1000000000000000000` when sending ETH equates to 1 ETH, `1000000` when sending USDC equates to 1 USDC, etc.
1119
+ * @pattern ^\d+$
1120
+ */
1121
+ fromAmount: string;
1122
+ /**
1123
+ * The 0x-prefixed address that holds the `fromToken` balance and has the `Permit2` allowance set for the swap.
1124
+ * @pattern ^0x[a-fA-F0-9]{40}$
1125
+ */
1126
+ taker: string;
1127
+ /**
1128
+ * The 0x-prefixed Externally Owned Account (EOA) address that will sign the `Permit2` EIP-712 permit message. This is only needed if `taker` is a smart contract.
1129
+ * @pattern ^0x[a-fA-F0-9]{40}$
1130
+ */
1131
+ signerAddress?: string;
1132
+ /**
1133
+ * The target gas price for the swap transaction, in Wei. For EIP-1559 transactions, this value should be seen as the `maxFeePerGas` value. If not provided, the API will use an estimate based on the current network conditions.
1134
+ * @pattern ^\d+$
1135
+ */
1136
+ gasPrice?: string;
1137
+ /**
1138
+ * The maximum acceptable slippage of the `toToken` in basis points. If this parameter is set to 0, no slippage will be tolerated. If not provided, the default slippage tolerance is 100 bps (i.e., 1%).
1139
+ * @minimum 0
1140
+ * @maximum 10000
1141
+ */
1142
+ slippageBps?: number;
1143
+ };
642
1144
  export type ListEvmTokenBalancesParams = {
643
1145
  /**
644
1146
  * The number of balances to return per page.
@@ -765,6 +1267,11 @@ export type CreateSolanaAccountBody = {
765
1267
  * @pattern ^[A-Za-z0-9][A-Za-z0-9-]{0,34}[A-Za-z0-9]$
766
1268
  */
767
1269
  name?: string;
1270
+ /**
1271
+ * The ID of the account-level policy to apply to the account.
1272
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
1273
+ */
1274
+ accountPolicy?: string;
768
1275
  };
769
1276
  export type UpdateSolanaAccountBody = {
770
1277
  /**
@@ -816,4 +1323,41 @@ export type RequestSolanaFaucet200 = {
816
1323
  /** The signature identifying the transaction that requested the funds. */
817
1324
  transactionSignature: string;
818
1325
  };
1326
+ export type GetCryptoRailsParams = {
1327
+ /**
1328
+ * Comma separated list of networks to filter the rails by.
1329
+ */
1330
+ networks?: string;
1331
+ };
1332
+ /**
1333
+ * The type of the source of the transfer.
1334
+ */
1335
+ export type CreatePaymentTransferQuoteBodySourceType = (typeof CreatePaymentTransferQuoteBodySourceType)[keyof typeof CreatePaymentTransferQuoteBodySourceType];
1336
+ export declare const CreatePaymentTransferQuoteBodySourceType: {
1337
+ readonly payment_method: "payment_method";
1338
+ };
1339
+ /**
1340
+ * The type of the target of the transfer.
1341
+ */
1342
+ export type CreatePaymentTransferQuoteBodyTargetType = (typeof CreatePaymentTransferQuoteBodyTargetType)[keyof typeof CreatePaymentTransferQuoteBodyTargetType];
1343
+ export declare const CreatePaymentTransferQuoteBodyTargetType: {
1344
+ readonly crypto_rail: "crypto_rail";
1345
+ };
1346
+ export type CreatePaymentTransferQuoteBody = {
1347
+ /** The type of the source of the transfer. */
1348
+ sourceType: CreatePaymentTransferQuoteBodySourceType;
1349
+ source: TransferSource;
1350
+ /** The type of the target of the transfer. */
1351
+ targetType: CreatePaymentTransferQuoteBodyTargetType;
1352
+ target: TransferTarget;
1353
+ /** The amount of the transfer, which is either for the source currency to buy, or the target currency to receive. */
1354
+ amount: string;
1355
+ /** The currency of the transfer. This can be specified as the source currency, which would be used to buy, or else the target currency, which is how much will be received. */
1356
+ currency: string;
1357
+ /** Whether to execute the transfer. If true, the transfer will be committed and executed. If false, the quote will be generated and returned. */
1358
+ execute?: boolean;
1359
+ };
1360
+ export type CreatePaymentTransferQuote201 = {
1361
+ transfer: Transfer;
1362
+ };
819
1363
  //# sourceMappingURL=coinbaseDeveloperPlatformAPIs.schemas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coinbaseDeveloperPlatformAPIs.schemas.d.ts","sourceRoot":"","sources":["../../../openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"coinbaseDeveloperPlatformAPIs.schemas.d.ts","sourceRoot":"","sources":["../../../openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.ts"],"names":[],"mappings":"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"}