Coinbase
Learn how to use Coinbase with Composio
Overview
Enum
COINBASE
Description
Coinbase provides APIs for cryptocurrency trading and management.
Authentication Details
API_KEY
Actions
COINBASE_CREATE_WALLET
Create a new wallet in coinbase, optionally using server signing (custodial / 2-of-2 mpc).
Action Parameters
Action Response
COINBASE_CHECK_TRANSFER
Action to retrieve a transfer by wallet id, address id, and transfer id using the cdp sdk get transfer(…) endpoint.
Action Parameters
Action Response
COINBASE_COINBASE_FAUCET
Requests testnet funds (e.g. eth, usdc) for a given wallet using the cdp sdk. note: this only works on test networks that support a faucet (e.g. base sepolia).
Action Parameters
Action Response
COINBASE_GET_WALLET_INFO
Retrieve detailed information about a single wallet from coinbase via the cdp sdk.
Action Parameters
Action Response
COINBASE_SEND_TOKENS
Sends tokens from one cdp wallet to another or to an external address using the cdp sdk. this action supports both internal transfers between cdp wallets and external transfers to blockchain addresses. it handles gasless transfers for supported assets and optional batching for optimized processing.
Action Parameters
Action Response
COINBASE_LIST_WALLETS
Retrieve all wallets from coinbase via the cdp sdk.
Action Parameters
Action Response