Android
Install
GET STARTED
- Home
- Quickstart
- Use AI Tooling
- Supported Networks
- Authentication
- CDP Portal
- Demo Apps
WALLETS
- Comparing Our Wallets
- Wallet APIv2
- Wallet APIv1
- Smart Wallet
PAYMENTS
- Send & Receive
- Onramp & Offramp
- x402
SWAPS
- SwapsBeta
BASE TOOLS
- Paymaster
- Appchains
- Onchainkit
DATA
- Introduction
- Node
- Address History
- WebhooksAlpha
- Smart Contract Events
- ReputationBeta
- Verifications
AI
- AgentKit
STAKING
- Staking API
- Staking Delegation Guides
FAUCET
- Using Faucets
CONSUMER APIS
- Coinbase App
- Coinbase Wallet
- Welcome
- Features
- Supported Environments
- Whitelisted Networks
- Developer Settings
- Coinbase Wallet Injected Ethereum Provider
- Coinbase Wallet SDK
- Coinbase Wallet Mobile SDK
- Solana Developers
- XMTP
- Sample Applications
- Developer Guidance
- Coinbase Commerce
- Coinbase Mesh
INSTITUTIONAL APIS
- Overview
- Coinbase Exchange
- Coinbase International Exchange
- Coinbase Prime
- Coinbase Derivatives
Android
Install
The Coinbase Wallet Mobile SDK is available on Maven Central.
Gradle
Add Coinbase Wallet SDK to your build.gradle
file.
Copy
Ask AI
repositories {
mavenCentral()
}
dependencies {
implementation "com.coinbase:coinbase-wallet-sdk:1.0.3"
}
Maven
Add Coinbase Wallet SDK to your pom.xml
file.
Copy
Ask AI
<dependency>
<groupId>com.coinbase</groupId>
<artifactId>coinbase-wallet-sdk</artifactId>
<version>1.0.3</version>
</dependency>
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.