Register a public wallet address. No keys are sent or stored — only the public address.
cURL
curl --request POST \ --url https://api.example.com/api/wallet/register \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>" } '
{ "address": "<string>", "network": "<string>", "explorer": "<string>" }
0x