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
}Documentation Index
Fetch the complete documentation index at: https://apidocs.onbeam.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Wallet linked