Skip to main content
GET
/
wallets
/
link
List linked wallets
curl --request GET \
  --url https://api.onbeam.io/wallets/link \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "address": "<string>",
      "linkedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Linked wallets

data
object[]
required