Wallets

View endpoints for wallet information.

Authentication roles requirements are written in endpoints descriptions.

export interface ViewWalletInfo
{
  id: number,
  address: string,
  communityUuid: string,
  communityName: string,
  isMember: boolean,
  isCommunityOwner: boolean,
  isAdmin: boolean,
}

Information about wallet (access, roles, communities, ...)

GET https://launchpad.angelssquad.com/api/wallets/info/address/:address

Allowance: [Signed]

Path Parameters

Name
Type
Description

address

String

wallet address

Last updated