request( "POST", "/v1/custody/mpc/update_address_description/", { "coin": "ETH", "address": "0x43dbf416b77e12eef9b3b036a503638a0bb13f8f", "description": "TestAddress01" }, api_key, api_secret, host )
{ "success": true, "result": { "id": 831483763545608598, "address": "0x43dbf416b77e12eef9b3b036a503638a0bb13f8f", "encoding": 0, "hd_path": "m/44/60/0/0/0", "description": "TestAddress01" } }
Show object
Was this page helpful?