Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Crypto Consumer Wallets


Crypto Consumer Wallets

A consumer wallet represents a cryptocurrency wallet address associated with a Crypto Customer.

Was this section helpful? Yes No

List Consumer Wallets

GET / v1 / crypto / customers /:id / crypto_consumer_wallets

The Crypto Consumer Wallet object

Attributes

  • id string Unique identifier for the object.
  • object string, value is "crypto.consumer_wallet" String representing the object’s type. Objects of the same type share the same value.
  • network enum The blockchain network for this wallet Possible enum values aptos Aptos network. avalanche Avalanche network. base Base network. bitcoin Bitcoin network. celo Celo network. ethereum Ethereum network. optimism Optimism network. polygon Polygon network. solana Solana network. stellar Stellar network. Show 3 more
  • wallet _ address string The wallet address

More attributes

  • livemode boolean
  • verified _ ownership boolean

The Crypto Consumer Wallet object

{ "id": "ccw_1ABC2DEF3ghi4jkl5", "object": "crypto.consumer_wallet", "livemode": false, "network": "ethereum", "wallet_address": "{{WALLET_ADDRESS}}"}

List Consumer Wallets

GET / v1 / crypto / customers /:id / crypto_consumer_wallets

Lists the Consumer Wallets for a Crypto Customer.

Parameters

No parameters.

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string

Returns

Returns a ListConsumerWalletResource object

cURL

Response

Last verified 2026-09-25

Is this helpful?