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
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.