PC interface list
Calling method and example
getAccountInfoAndAssetsgaHttp, Websocket, command line, Grpcposturl address: /api/basic/getAccountInfoAndAssetsinterface GetAccountInfoAndAssets {
/**Account address */
address: string;
}
-Return parameters:
interface GetAccountInfoAndAssets extends RespCommonParam {
result: MemInfoModel.AccountInfoAndAsset;
}