Wallet
Wallets registered as community members
export interface TableWallet
{
id?: number;
community_id: number;
created_at: number;
updated_at?: number;
address: string;
nft_index: number;
}Get all available wallets
Get wallet by id
Path Parameters
Name
Type
Description
Create/Edit wallet by uuid
Request Body
Name
Type
Description
Delete walletby uuid
Query Parameters
Name
Type
Description
Last updated