Skip to content

Latest commit

 

History

History
998 lines (898 loc) · 76 KB

File metadata and controls

998 lines (898 loc) · 76 KB

Wallets

Types:

Methods:

  • client.wallets.create({ ...params }) -> Wallet
  • client.wallets.list({ ...params }) -> WalletsCursor
  • client.wallets._export(walletID, { ...params }) -> WalletExportResponseBody
  • client.wallets._initImport({ ...params }) -> WalletInitImportResponse
  • client.wallets._rawSign(walletID, { ...params }) -> RawSignResponse
  • client.wallets._rpc(walletID, { ...params }) -> WalletRpcResponse
  • client.wallets._submitImport({ ...params }) -> Wallet
  • client.wallets._transfer(walletID, { ...params }) -> TransferActionResponse
  • client.wallets._update(walletID, { ...params }) -> Wallet
  • client.wallets.authenticateWithJwt({ ...params }) -> WalletAuthenticateWithJwtResponse
  • client.wallets.createWalletsWithRecovery({ ...params }) -> WalletCreateWalletsWithRecoveryResponse
  • client.wallets.get(walletID) -> Wallet
  • client.wallets.getWalletByAddress({ ...params }) -> Wallet

Earn

Ethereum

Methods:

  • client.wallets.earn.ethereum._deposit(walletID, { ...params }) -> EarnDepositActionResponse
  • client.wallets.earn.ethereum._withdraw(walletID, { ...params }) -> EarnWithdrawActionResponse

Incentive

Methods:

  • client.wallets.earn.ethereum.incentive._claim(walletID, { ...params }) -> EarnIncentiveClaimActionResponse

Transactions

Types:

Methods:

  • client.wallets.transactions.get(walletID, { ...params }) -> TransactionGetResponse

Balance

Types:

Methods:

  • client.wallets.balance.get(walletID, { ...params }) -> BalanceGetResponse

Users

Types:

Methods:

Policies

Types:

Methods:

  • client.policies.create({ ...params }) -> Policy
  • client.policies._createRule(policyID, { ...params }) -> PolicyRuleResponse
  • client.policies._delete(policyID, { ...params }) -> SuccessResponse
  • client.policies._deleteRule(ruleID, { ...params }) -> SuccessResponse
  • client.policies._update(policyID, { ...params }) -> Policy
  • client.policies._updateRule(ruleID, { ...params }) -> PolicyRuleResponse
  • client.policies.get(policyID) -> Policy
  • client.policies.getRule(ruleID, { ...params }) -> PolicyRuleResponse

Transactions

Types:

Methods:

  • client.transactions.get(transactionID) -> Transaction

KeyQuorums

Types:

Methods:

  • client.keyQuorums.create({ ...params }) -> KeyQuorum
  • client.keyQuorums._delete(keyQuorumID, { ...params }) -> SuccessResponse
  • client.keyQuorums._update(keyQuorumID, { ...params }) -> KeyQuorum
  • client.keyQuorums.get(keyQuorumID) -> KeyQuorum

Intents

Types:

Methods:

  • client.intents.list({ ...params }) -> IntentResponsesCursor
  • client.intents.createPolicyRule(policyID, { ...params }) -> RuleIntentResponse
  • client.intents.deletePolicyRule(ruleID, { ...params }) -> RuleIntentResponse
  • client.intents.get(intentID) -> IntentResponse
  • client.intents.rpc(walletID, { ...params }) -> RpcIntentResponse
  • client.intents.transfer(walletID, { ...params }) -> TransferIntentResponse
  • client.intents.updateKeyQuorum(keyQuorumID, { ...params }) -> KeyQuorumIntentResponse
  • client.intents.updatePolicy(policyID, { ...params }) -> PolicyIntentResponse
  • client.intents.updatePolicyRule(ruleID, { ...params }) -> RuleIntentResponse
  • client.intents.updateWallet(walletID, { ...params }) -> WalletIntentResponse

Apps

Types:

Methods:

  • client.apps.get(appID) -> AppResponse
  • client.apps.getGasSpend({ ...params }) -> GasSpendResponseBody
  • client.apps.getTestCredentials(appID) -> TestAccountsResponse

Allowlist

Types:

Methods:

  • client.apps.allowlist.create(appID, { ...params }) -> AllowlistEntry
  • client.apps.allowlist.list(appID) -> AllowlistListResponse
  • client.apps.allowlist.delete(appID, { ...params }) -> AllowlistDeletionResponse

Webhooks

Types:

Methods:

Accounts

Types:

Aggregations

Types:

EmbeddedWallets

Types:

Analytics

Types:

ClientAuth

Types:

Funding

Types:

Organizations

Types:

CrossApp

Types:

Shared

Types:

WalletActions

Types:

Yield

Types:

KrakenEmbed

Types:

Swaps

Types: