Skip to main content
POST
/
wallets
/
link
/
init
Link wallet (init)
curl --request POST \
  --url https://api.onbeam.io/wallets/link/init \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>"
}
'
{
  "nonce": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
address
string
required
Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Nonce generated

nonce
string
required