↘️Assign Deposit Address
In this section, you’ll learn how to assign a static deposit address to a user for a given blockchain family.
curl --location '${BASE_URL}/api/v1/deposit-address/reference/{reference_id}' \
--header 'Content-Type: application/json' \
--data '{
"blockchain_code": "ETH"
}'{
"id": 324,
"createdAt": "2025-11-05T06:53:42.419556Z",
"Address": "0xCb12499d865271D1FfFf16308E523e0BB624a779",
"Family": "ETH_Family",
"Status": "active",
"MemberID": 271,
"xpub_id": 18,
"BlockchainFamilyID": 1,
"Member": { ... },
"BlockchainFamily": { ... },
"wallet": { ... }
}