The keys list command displays all API keys associated with your Crossmint project.

To use it, run the following command from your terminal

crossmint keys list [type]

Where [type] is an optional parameter to filter keys by type (server or client).

Example

List all API keys:

crossmint keys list
=========

1. Key ID: 67d444369323ea298a4ef9f8
   Key Secret: ******************4jTa

Type                 Server
Created By           guille.a@paella.dev
Created              3/14/2025, 3:59:02 PM
Scopes               wallets.read, wallets.create, wallets:transactions.create, wallets:transactions.sign, wallets:transactions.read, wallets:signatures.create, wallets:signatures.read, wallets:nfts.read, wallets:balance.read, wallets.fund, wallets:messages.sign

=========

2. Key ID: 679217c403723242bd87d3e75
   Key Secret: ck_production_AGUysPdnSg3rW2opefTqWAbfXRaCLtEBiYCSNL7
Jbm9L

Type                 Client
Created              1/23/2025, 11:19:48 AM
Scopes               wallets.read, wallets.create, wallets:nfts.read, wallets:transactions.create
Whitelisted App IDs  com.company.appname

=========

List only server API keys:

crossmint keys list server
=========

1. Key ID: 67d444369bbbea298a4ef932
   Key Secret: ******************4jTa

Type                 Server
Created By           guille.a@paella.dev
Created              3/14/2025, 3:59:02 PM
Scopes               wallets.read, wallets.create, wallets:transactions.create, wallets:transactions.sign, wallets:transactions.read, wallets:signatures.create, wallets:signatures.read, wallets:nfts.read, wallets:balance.read, wallets.fund, wallets:messages.sign

=========