# Coinbase Prime Connect Coinbase Prime to rotki to import institutional trades, conversions, deposits, withdrawals, and rewards. Authenticate with a read-only API key; rotki processes everything on your own machine. ## Features - Coinbase Prime orders (FILLED status) imported as swap events with commission as the trade fee. - Conversions imported with the Coinbase Prime conversion fee captured. - Deposits, withdrawals, and internal Coinbase deposits (COINBASE_DEPOSIT) imported as asset movements. - Rewards imported as receive events. - Balance reconciliation across every portfolio linked to the API key (portfolios are auto-discovered). ## Limitations - Margin/derivatives history is not imported. ## Setup 1. In Coinbase Prime, create an API key under Settings → API with read-only scopes. 2. Note the API key, secret, and passphrase. Coinbase Prime requires all three; portfolio IDs are discovered automatically. 3. In rotki, open API Keys → Exchanges → Add Coinbase Prime and paste the credentials. ## FAQ ### How is Coinbase Prime different from Coinbase? Coinbase Prime is Coinbase's institutional offering with multi-portfolio accounts. Add it as a separate integration; consumer Coinbase uses its own integration entry. ### Do I need to enter each portfolio ID? No. rotki lists all portfolios linked to the API key and queries each one automatically. ### Are Coinbase Prime rewards included in tax reports? Yes. Rewards are imported as receive events and flow through to your PnL and tax exports. ### Where are my Coinbase Prime API credentials sent? rotki is a local application: your Coinbase Prime credentials are stored on your computer and used to sign each request, which goes directly from your machine to Coinbase Prime's API. No rotki-operated server ever sees the credentials or the request.