Blockchain Wallets

Retrieve Blockchain Wallets

get/v1/instances/{instance_id}/customers/{customer_id}/blockchain-wallets

Path parameters

instance_idstring required
Example:in_000000000000
customer_idstring required

Customer ID

Example:re_000000000000

Response

Get blockchain wallets

idstring required
namestring nullable required
network'base' | 'sepolia' | 'arbitrum_sepolia' | 'base_sepolia' | 'arbitrum' | 'polygon' | 'polygon_amoy' | 'ethereum' | 'stellar' | 'stellar_testnet' | 'tron' | 'solana' | 'solana_devnet' | 'tempo' | 'tempo_testnet' nullable required
addressstring nullable
signature_tx_hashstring nullable
is_account_abstractionboolean nullable
customer_idstring required

Example response

[
  {
    "id": "bw_000000000000",
    "name": "Wallet Display Name",
    "network": "polygon",
    "address": "0xDD6a3aD0949396e57C7738ba8FC1A46A5a1C372C",
    "signature_tx_hash": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
    "customer_id": "re_000000000000"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.