Skip to main content
POST
/
api
/
wallet
/
register
Register Wallet
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>"
}
Links a public Ethereum address to your Crustocean account. This enables others to send you payments and lets the platform display your balance. Each address can only be registered to one user.

Body

address
string
required
A valid Ethereum address (0x + 40 hex characters).

Response

address
string
The registered address.
network
string
Chain network.
explorer
string
Block explorer URL.