Blockchain Wallets
Add Blockchain Wallet
post/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
Headers
Idempotency-Keystring
Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body returns an error. Keys are kept for 24 hours.
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
Request body
Example request
{
"name": "Wallet Display Name",
"network": "polygon",
"signature_tx_hash": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
"address": "0xDD6a3aD0949396e57C7738ba8FC1A46A5a1C372C"
}Response
Add blockchain wallet
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.