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
aptosAptos network.avalancheAvalanche network.baseBase network.bitcoinBitcoin network.celoCelo network.ethereumEthereum network.optimismOptimism network.polygonPolygon network.solanaSolana network.stellarStellar 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
