curl --request POST \
--url https://api.onbeam.io/wallets/link/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"signature": "<string>"
}
'{
"linked": true
}curl --request POST \
--url https://api.onbeam.io/wallets/link/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"signature": "<string>"
}
'{
"linked": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Wallet linked