v1
latestOpenAPI 3.1.02026-07-241653251.3 MBDeposits
Update address owner
Assigns a new owner to a digital wallet address.
patch/deposits/digital_asset_addresses
Headers
X-SCX-SIGNEDstring required
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
X-SCX-TIMESTAMPstring required
Example:1678901234
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Request body
Example request
{
"address": "0xAED01C776d98303eE080D25A21f0a42D94a86D9c",
"participant_code": "ABCDEF",
"blockchain": "ETH"
}Response
Successfully updated digital asset address ownership. Returns the updated resource.
Example response
{
"message": [
{
"created_at": 1590663417000,
"address": "2NCgV7BXXafJZ86utcYFs5m3tCpkcpLafeG",
"participant_code": "ABCDEF",
"platform_code": "ABCDEF",
"asset": "BTC",
"account_label": "general"
}
]
}